EverWrath/data/sql/base/db_world/creature_summon_groups.sql
2024-07-17 01:07:46 +02:00

1249 lines
113 KiB
SQL
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- --------------------------------------------------------
-- Host: 127.0.0.1
-- Server version: 8.1.0 - MySQL Community Server - GPL
-- Server OS: Win64
-- HeidiSQL Version: 12.3.0.6589
-- --------------------------------------------------------
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET NAMES utf8 */;
/*!50503 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
-- Dumping structure for table acore_world.creature_summon_groups
DROP TABLE IF EXISTS `creature_summon_groups`;
CREATE TABLE IF NOT EXISTS `creature_summon_groups` (
`summonerId` int unsigned NOT NULL DEFAULT '0',
`summonerType` tinyint unsigned NOT NULL DEFAULT '0',
`groupId` tinyint unsigned NOT NULL DEFAULT '0',
`entry` int unsigned NOT NULL DEFAULT '0',
`position_x` float NOT NULL DEFAULT '0',
`position_y` float NOT NULL DEFAULT '0',
`position_z` float NOT NULL DEFAULT '0',
`orientation` float NOT NULL DEFAULT '0',
`summonType` tinyint unsigned NOT NULL DEFAULT '0',
`summonTime` int unsigned NOT NULL DEFAULT '0',
`Comment` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- Dumping data for table acore_world.creature_summon_groups: ~1 208 rows (approximately)
DELETE FROM `creature_summon_groups`;
INSERT INTO `creature_summon_groups` (`summonerId`, `summonerType`, `groupId`, `entry`, `position_x`, `position_y`, `position_z`, `orientation`, `summonType`, `summonTime`, `Comment`) VALUES
(28952, 0, 1, 28988, 6810.89, -4592.67, 440.678, 1.29927, 3, 100000, ''),
(28952, 0, 1, 28988, 6806.19, -4595.94, 440.678, 1.25002, 3, 100000, ''),
(28952, 0, 1, 28988, 6822.09, -4599.02, 440.678, 1.46911, 3, 100000, ''),
(28952, 0, 1, 28988, 6797.53, -4594.82, 440.685, 1.13757, 3, 100000, ''),
(28952, 0, 1, 28988, 6827.48, -4601.45, 440.678, 1.54302, 3, 100000, ''),
(28952, 0, 1, 28988, 6817.19, -4601.69, 440.678, 1.40949, 3, 100000, ''),
(28952, 0, 1, 28988, 6834.82, -4602.4, 440.678, 1.6388, 3, 100000, ''),
(28952, 0, 1, 28988, 6805.29, -4601.96, 440.678, 1.2631, 3, 100000, ''),
(28952, 0, 1, 28988, 6765.52, -4543.85, 440.678, 0.27867, 3, 100000, ''),
(28952, 0, 1, 28988, 6764.08, -4549.87, 440.678, 0.355846, 3, 100000, ''),
(28952, 0, 1, 28988, 6765.49, -4564.42, 440.678, 0.545472, 3, 100000, ''),
(28952, 0, 1, 28988, 6763.99, -4537.71, 440.678, 0.183667, 3, 100000, ''),
(28952, 0, 1, 28988, 6827, -4607.5, 440.678, 1.53924, 3, 100000, ''),
(28952, 0, 1, 28988, 6763.61, -4558.38, 440.678, 0.461986, 3, 100000, ''),
(28952, 0, 1, 28988, 6796.73, -4602.54, 441.014, 1.16764, 3, 100000, ''),
(28952, 0, 1, 28988, 6832.64, -4607.75, 440.678, 1.60796, 3, 100000, ''),
(28952, 0, 1, 28988, 6810.65, -4609.51, 440.698, 1.34902, 3, 100000, ''),
(28952, 0, 1, 28988, 6821.64, -4610.6, 440.678, 1.47767, 3, 100000, ''),
(28952, 0, 1, 28988, 6759.29, -4545.87, 440.828, 0.281769, 3, 100000, ''),
(28952, 0, 1, 28988, 6758.29, -4555.15, 440.715, 0.393915, 3, 100000, ''),
(28952, 0, 1, 28988, 6758.89, -4536.41, 441.803, 0.152804, 3, 100000, ''),
(28952, 0, 1, 28988, 6759.16, -4564.06, 440.789, 0.500673, 3, 100000, ''),
(28952, 0, 1, 28988, 6800.31, -4611.48, 442.084, 1.24255, 3, 100000, ''),
(28952, 0, 1, 28988, 6755.44, -4540.72, 441.901, 0.202217, 3, 100000, ''),
(28952, 0, 1, 28988, 6756.49, -4531.06, 443.526, 0.0756623, 3, 100000, ''),
(28952, 0, 1, 28988, 6754.28, -4551.22, 440.866, 0.328856, 3, 100000, ''),
(28952, 0, 1, 28988, 6815.62, -4616.65, 440.715, 1.41868, 3, 100000, ''),
(28952, 0, 1, 28988, 6753.75, -4559.58, 441.229, 0.422191, 3, 100000, ''),
(28952, 0, 1, 28988, 6750.04, -4544.23, 441.715, 0.230931, 3, 100000, ''),
(28952, 0, 1, 28988, 6748.17, -4550.87, 441.95, 0.301857, 3, 100000, ''),
(28952, 0, 1, 28988, 6901.17, -4516.72, 440.678, 3.26399, 3, 100000, ''),
(28952, 0, 1, 28988, 6904.16, -4525.25, 440.678, 3.1453, 3, 100000, ''),
(28952, 0, 1, 28988, 6843.42, -4464.69, 440.678, 4.48874, 3, 100000, ''),
(28952, 0, 1, 28988, 6894.44, -4500.12, 440.678, 3.51498, 3, 100000, ''),
(28952, 0, 1, 28988, 6908.48, -4530.96, 440.678, 3.0727, 3, 100000, ''),
(28952, 0, 1, 28988, 6851.52, -4464.19, 440.678, 4.36897, 3, 100000, ''),
(28952, 0, 1, 28988, 6903.38, -4508.44, 440.678, 3.36902, 3, 100000, ''),
(28952, 0, 1, 28988, 6862.6, -4466.07, 440.678, 4.20554, 3, 100000, ''),
(28952, 0, 1, 28988, 6907.35, -4513.6, 440.678, 3.29367, 3, 100000, ''),
(28952, 0, 1, 28988, 6847.21, -4459.86, 440.68, 4.4502, 3, 100000, ''),
(28952, 0, 1, 28988, 6901.39, -4500.22, 440.678, 3.48038, 3, 100000, ''),
(28952, 0, 1, 28988, 6910.76, -4518.52, 440.678, 3.22766, 3, 100000, ''),
(28952, 0, 1, 28988, 6877.53, -4472.05, 440.678, 3.98147, 3, 100000, ''),
(28952, 0, 1, 28988, 6906.05, -4501.92, 440.678, 3.44103, 3, 100000, ''),
(28952, 0, 1, 28988, 6855.15, -4457.84, 440.204, 4.35123, 3, 100000, ''),
(28952, 0, 1, 28988, 6903.09, -4495.18, 440.678, 3.53309, 3, 100000, ''),
(28952, 0, 1, 28988, 6871.4, -4463.92, 440.678, 4.11605, 3, 100000, ''),
(28952, 0, 1, 28988, 6911.42, -4507.55, 440.678, 3.35772, 3, 100000, ''),
(28952, 0, 1, 28988, 6916.01, -4518.93, 440.681, 3.21775, 3, 100000, ''),
(28952, 0, 1, 28988, 6864.76, -4459.2, 440.678, 4.2248, 3, 100000, ''),
(33280, 0, 0, 33292, 1993.54, -17.934, 324.973, 0, 6, 0, ''),
(33280, 0, 0, 33292, 1968.16, -42.6564, 324.968, 0, 6, 0, ''),
(33280, 0, 0, 33292, 1952.9, -27.3639, 325.693, 0, 6, 0, ''),
(33280, 0, 0, 33292, 1991.67, -65.3991, 328.343, 0, 6, 0, ''),
(33280, 0, 0, 33292, 2018.57, 4.08873, 328.874, 0, 6, 0, ''),
(33280, 0, 0, 33292, 2034.44, -25.2996, 329.055, 0, 6, 0, ''),
(33280, 0, 1, 34072, 1964.6, -42.7056, 325.085, 0, 3, 60000, ''),
(33280, 0, 1, 34072, 1986.94, -46.2108, 324.98, 0, 3, 60000, ''),
(33280, 0, 1, 34072, 1989.49, -6.69694, 325.079, 0, 3, 60000, ''),
(33280, 0, 1, 34072, 1965.52, -8.0893, 324.948, 0, 3, 60000, ''),
(33280, 0, 2, 34072, 2000.84, -25.4001, 325.192, 0, 3, 60000, ''),
(33280, 0, 2, 34072, 1960.22, -26.1414, 325.01, 0, 3, 60000, ''),
(33280, 0, 2, 34072, 1976.3, -47.8254, 325.112, 0, 3, 60000, ''),
(33280, 0, 2, 34072, 1997.69, -37.4608, 325.039, 0, 3, 60000, ''),
(33280, 0, 2, 34072, 1998.07, -13.3567, 325.167, 0, 3, 60000, ''),
(33280, 0, 2, 34072, 1976.99, -3.95909, 325.169, 0, 3, 60000, ''),
(33890, 0, 0, 33523, 2117.71, -25.2707, 242.73, 3.14159, 3, 60000, ''),
(33890, 0, 0, 33535, 2107.96, -37.2935, 242.73, 2.02458, 3, 60000, ''),
(33890, 0, 0, 33536, 2092.35, -25.2604, 242.73, 6.26573, 3, 60000, ''),
(33890, 0, 0, 33495, 2109.76, -14.3797, 242.73, 4.20624, 3, 60000, ''),
(33890, 0, 0, 33720, 2146.88, -17.0312, 239.806, 3.35103, 3, 60000, ''),
(33890, 0, 0, 33720, 2146.24, -34.4045, 239.806, 3.01942, 3, 60000, ''),
(33890, 0, 0, 33717, 2113.33, -65.7101, 239.806, 1.78024, 3, 60000, ''),
(33890, 0, 0, 33717, 2139.83, -50.2865, 239.806, 2.46091, 3, 60000, ''),
(33890, 0, 0, 33719, 2116.93, 11.375, 239.806, 4.41568, 3, 60000, ''),
(33890, 0, 0, 33719, 2136.64, -1.99653, 239.806, 3.83972, 3, 60000, ''),
(33890, 0, 0, 33716, 2069.48, -5.69965, 239.806, 5.42797, 3, 60000, ''),
(33890, 0, 0, 33716, 2069.3, -43.5317, 239.801, 0.471239, 3, 60000, ''),
(33890, 0, 0, 33552, 2109.7, -25.0955, 222.325, 0, 3, 60000, ''),
(33890, 0, 0, 33990, 2134.53, 18.8688, 239.804, 1.85005, 3, 60000, ''),
(33890, 0, 0, 33990, 2063.16, 27.9584, 244.271, 5.28835, 3, 60000, ''),
(33890, 0, 0, 33990, 2070.13, -73.0108, 242.524, 1.309, 3, 60000, ''),
(33890, 0, 0, 33990, 2135.22, -41.4427, 239.803, 5.84685, 3, 60000, ''),
(33890, 0, 0, 33990, 2088.25, 5.05366, 239.867, 0.994838, 3, 60000, ''),
(33890, 0, 0, 33990, 2119.23, 1.42144, 239.804, 0, 3, 60000, ''),
(33890, 0, 0, 33990, 2102.44, -75.0454, 239.863, 1.65806, 3, 60000, ''),
(33890, 0, 1, 33441, 1908.56, -152.443, 240.072, 4.32842, 3, 60000, ''),
(33890, 0, 1, 33442, 1903.6, -160.358, 240.106, 1.0821, 3, 60000, ''),
(33890, 0, 1, 33962, 1919.11, -160.966, 240.066, 2.70078, 3, 60000, ''),
(33890, 0, 1, 33567, 1917.56, -135.745, 240.073, 4.18879, 3, 60000, ''),
(33890, 0, 1, 33567, 1919.12, -140.957, 240.073, 3.97935, 3, 60000, ''),
(33890, 0, 1, 33567, 1948.47, -136.295, 240.071, 3.4383, 3, 60000, ''),
(33890, 0, 1, 33567, 1956.44, -138.403, 240.108, 3.36848, 3, 60000, ''),
(33890, 0, 1, 33567, 1952.96, -130.529, 240.135, 3.80482, 3, 60000, ''),
(33890, 0, 1, 33567, 1902.13, -111.359, 240.07, 4.85202, 3, 60000, ''),
(33890, 0, 1, 33567, 1905.33, -104.786, 240.052, 4.76475, 3, 60000, ''),
(33890, 0, 1, 33567, 1897.34, -106.608, 240.144, 4.93928, 3, 60000, ''),
(33890, 0, 1, 33567, 1912.13, -136.934, 240.073, 4.18879, 3, 60000, ''),
(33890, 0, 1, 33552, 1906.23, -155.894, 223.473, 0, 3, 60000, ''),
(33890, 0, 1, 33990, 1863.9, -100.936, 240.073, 5.23599, 3, 60000, ''),
(33890, 0, 1, 33990, 1948.67, -152.448, 240.073, 1.91986, 3, 60000, ''),
(33890, 0, 1, 33990, 1932.21, -93.628, 240.073, 4.85202, 3, 60000, ''),
(33890, 0, 1, 33990, 1964.46, -149.594, 240.073, 3.38594, 3, 60000, ''),
(33890, 0, 1, 33990, 1992.46, -131.212, 240.073, 3.45575, 3, 60000, ''),
(33890, 0, 1, 33990, 1901.19, -90.4624, 240.073, 0.139626, 3, 60000, ''),
(33890, 0, 1, 33990, 1923.75, -164.534, 240.073, 3.45575, 3, 60000, ''),
(33890, 0, 1, 33990, 1905.94, -133.165, 240.073, 5.77704, 3, 60000, ''),
(33890, 0, 2, 33436, 1931.06, 60.5659, 241.501, 2.08425, 3, 60000, ''),
(33890, 0, 2, 33437, 1928.35, 66.0519, 242.46, 5.11381, 3, 60000, ''),
(33890, 0, 2, 33433, 1956.5, 72.1946, 239.749, 3.28122, 3, 60000, ''),
(33890, 0, 2, 33433, 1951.04, 49.8887, 239.749, 2.49582, 3, 60000, ''),
(33890, 0, 2, 33433, 1931.14, 38.4695, 239.749, 1.71042, 3, 60000, ''),
(33890, 0, 2, 33433, 1908.99, 44.2666, 239.749, 0.925025, 3, 60000, ''),
(33890, 0, 2, 33433, 1897.34, 64.3142, 239.749, 0.139626, 3, 60000, ''),
(33890, 0, 2, 33433, 1903.39, 86.6029, 239.749, 5.61996, 3, 60000, ''),
(33890, 0, 2, 33433, 1923.34, 98.0123, 239.749, 4.83456, 3, 60000, ''),
(33890, 0, 2, 33433, 1945.44, 92.1795, 239.749, 4.04916, 3, 60000, ''),
(33890, 0, 2, 33552, 1929.16, 67.7569, 221.732, 0, 3, 60000, ''),
(33890, 0, 2, 33990, 1941.56, 109.481, 239.75, 3.31613, 3, 60000, ''),
(33890, 0, 2, 33990, 1922.55, 54.68, 241.126, 0.191986, 3, 60000, ''),
(33890, 0, 2, 33990, 1893.15, 44.2434, 239.75, 0, 3, 60000, ''),
(33890, 0, 2, 33990, 1926.53, 43.2621, 239.75, 0.994838, 3, 60000, ''),
(33890, 0, 2, 33990, 1904.3, 73.7044, 239.75, 4.27606, 3, 60000, ''),
(33890, 0, 2, 33990, 1955.17, 85.2615, 239.75, 4.04916, 3, 60000, ''),
(29173, 0, 5, 29182, 2262.11, -5306.27, 82.0455, 1.20998, 6, 3000, ''),
(29173, 0, 5, 29181, 2303.44, -5304.62, 81.9966, 1.42203, 6, 3000, ''),
(29173, 0, 5, 29180, 2257.25, -5293.32, 82.0388, 0.766227, 6, 3000, ''),
(29173, 0, 5, 29179, 2273.53, -5305.79, 85.4119, 1.19427, 6, 3000, ''),
(29173, 0, 5, 29178, 2270.34, -5304.53, 84.2972, 1.10002, 6, 3000, ''),
(29173, 0, 5, 29177, 2313.33, -5301.5, 81.9964, 1.2139, 6, 3000, ''),
(29173, 0, 5, 29176, 2295.58, -5298.61, 81.9964, 1.24925, 6, 3000, ''),
(29173, 0, 5, 29174, 2310.75, -5297.58, 81.9962, 1.42204, 6, 3000, ''),
(29173, 0, 5, 29174, 2307.29, -5297.06, 81.9962, 1.42204, 6, 3000, ''),
(29173, 0, 5, 29174, 2303.9, -5296.55, 81.9962, 1.42204, 6, 3000, ''),
(29173, 0, 5, 29174, 2300.51, -5296.04, 81.9962, 1.42204, 6, 3000, ''),
(29173, 0, 5, 29174, 2297.05, -5295.53, 81.9962, 1.42204, 6, 3000, ''),
(29173, 0, 5, 29174, 2261.48, -5303.23, 82.1675, 1.13536, 6, 3000, ''),
(29173, 0, 5, 29174, 2264.53, -5304.65, 82.1662, 1.13536, 6, 3000, ''),
(29173, 0, 5, 29174, 2267.68, -5306.12, 82.8637, 1.13536, 6, 3000, ''),
(29173, 0, 5, 29174, 2267.79, -5302.76, 82.6248, 1.04111, 6, 3000, ''),
(29173, 0, 5, 29174, 2314.22, -5298.1, 81.9962, 1.42204, 6, 3000, ''),
(29173, 0, 5, 29174, 2310.23, -5300.54, 81.9966, 1.42596, 6, 3000, ''),
(29173, 0, 5, 29174, 2302.11, -5302.37, 81.9971, 1.43381, 6, 3000, ''),
(29173, 0, 5, 29174, 2305.58, -5302.85, 81.9971, 1.43381, 6, 3000, ''),
(29173, 0, 5, 29174, 2303.44, -5299.55, 81.9966, 1.42596, 6, 3000, ''),
(29173, 0, 5, 29174, 2298.8, -5298.87, 81.9966, 1.45738, 6, 3000, ''),
(29173, 0, 5, 29174, 2264.69, -5301.14, 82.1679, 1.09217, 6, 3000, ''),
(29173, 0, 5, 29174, 2261.64, -5299.56, 82.1679, 1.09217, 6, 3000, ''),
(29173, 0, 5, 29174, 2258.53, -5297.95, 82.1679, 1.09217, 6, 3000, ''),
(29173, 0, 5, 29174, 2306.83, -5300.05, 81.9966, 1.42596, 6, 3000, ''),
(29173, 0, 5, 29174, 2295.31, -5301.44, 81.9971, 1.43381, 6, 3000, ''),
(29173, 0, 5, 29174, 2308.98, -5303.32, 81.9971, 1.43381, 6, 3000, ''),
(29173, 0, 5, 29174, 2312.5, -5303.8, 81.9964, 1.43381, 6, 3000, ''),
(29173, 0, 5, 29174, 2255.37, -5296.31, 82.1673, 1.09217, 6, 3000, ''),
(29173, 0, 5, 29174, 2258.88, -5294.71, 82.1674, 1.09217, 6, 3000, ''),
(29173, 0, 5, 29174, 2261.92, -5296.29, 82.1674, 1.09217, 6, 3000, ''),
(29173, 0, 5, 29174, 2265.03, -5297.9, 82.1674, 1.09217, 6, 3000, ''),
(29173, 0, 5, 29174, 2268.2, -5299.54, 82.6949, 1.09217, 6, 3000, ''),
(29173, 0, 5, 29174, 2271.18, -5301.09, 83.9718, 1.09217, 6, 3000, ''),
(29173, 0, 5, 29174, 2258.18, -5301.7, 82.1675, 1.13536, 6, 3000, ''),
(29173, 0, 5, 29174, 2254.95, -5300.19, 82.1675, 1.10787, 6, 3000, ''),
(29173, 0, 5, 29174, 2298.85, -5301.92, 81.9971, 1.43381, 6, 3000, ''),
(29173, 0, 3, 29206, 2451.21, -5139.14, 79.4415, 4.01864, 6, 3000, ''),
(29173, 0, 3, 29206, 2444.23, -5127.52, 79.7291, 4.11681, 6, 3000, ''),
(29173, 0, 3, 29206, 2407.3, -5137.28, 83.5367, 4.10503, 6, 3000, ''),
(29173, 0, 3, 29206, 2432.03, -5178.66, 78.1408, 3.57096, 6, 3000, ''),
(29173, 0, 1, 29206, 2430.18, -5120.74, 80.6734, 4.34065, 6, 3000, ''),
(29173, 0, 1, 29206, 2439.44, -5147.43, 81.6538, 3.6927, 6, 3000, ''),
(29173, 0, 1, 29206, 2420.04, -5150.5, 84.7892, 3.97151, 6, 3000, ''),
(29173, 0, 1, 29206, 2425.05, -5134.18, 83.5648, 3.90083, 6, 3000, ''),
(29173, 0, 4, 29219, 2422.32, -5117.07, 80.2242, 3.96366, 6, 3000, ''),
(29173, 0, 4, 29219, 2439.43, -5123.46, 80.0141, 4.28567, 6, 3000, ''),
(29173, 0, 4, 29219, 2440.55, -5165.58, 79.717, 3.42174, 6, 3000, ''),
(29173, 0, 4, 29219, 2431.03, -5161.67, 82.4211, 4.5959, 6, 3000, ''),
(29173, 0, 4, 29219, 2425.89, -5143.18, 84.2876, 2.89552, 6, 3000, ''),
(29173, 0, 2, 29219, 2433.79, -5127.07, 82.0957, 2.89552, 6, 3000, ''),
(29173, 0, 2, 29219, 2442.79, -5133.61, 81.1154, 2.14939, 6, 3000, ''),
(29173, 0, 2, 29219, 2433.87, -5116.75, 79.4494, 3.70055, 6, 3000, ''),
(29173, 0, 2, 29219, 2445.39, -5141.42, 80.5549, 3.79873, 6, 3000, ''),
(29173, 0, 2, 29219, 2414.89, -5151.82, 84.3642, 3.90475, 6, 3000, ''),
(29173, 0, 0, 29219, 2405.41, -5147.17, 83.8279, 3.46101, 6, 3000, ''),
(29173, 0, 0, 29219, 2413.18, -5144.6, 84.5541, 3.46101, 6, 3000, ''),
(29173, 0, 0, 29219, 2413.82, -5167.85, 81.1358, 4.19535, 6, 3000, ''),
(29173, 0, 0, 29219, 2434.9, -5152.75, 82.7998, 4.19535, 6, 3000, ''),
(29173, 0, 0, 29219, 2421.51, -5125.91, 82.0584, 4.16001, 6, 3000, ''),
(29173, 0, 30, 29204, 2436.04, -5132.31, 82.8884, 3.90954, 6, 3000, ''),
(29173, 0, 30, 29200, 2431.82, -5130.47, 83.3011, 4.04916, 6, 3000, ''),
(29173, 0, 30, 29199, 2438.45, -5137.02, 82.6968, 4.13643, 6, 3000, ''),
(29173, 0, 30, 29190, 2435.99, -5097.61, 82.9616, 5.06145, 6, 3000, ''),
(29173, 0, 30, 29190, 2453.18, -5183.31, 76.1869, 3.22886, 6, 3000, ''),
(9520, 0, 4, 9538, -7189.04, -1082.2, 240.76, 2.24, 3, 30000, ''),
(9520, 0, 4, 9539, -7184.77, -1078.76, 240.76, 2.87, 3, 30000, ''),
(9520, 0, 3, 7042, -7399.23, -1111.12, 278.08, 2.07, 4, 30000, ''),
(9520, 0, 3, 7042, -7394.24, -1106.84, 278.08, 3.04, 4, 30000, ''),
(9520, 0, 3, 7042, -7394.3, -1099.77, 278.08, 3.23, 4, 30000, ''),
(9520, 0, 2, 7043, -8017.37, -1244.61, 134.45, 3.05, 4, 30000, ''),
(9520, 0, 2, 7043, -8035.7, -1244.65, 133.53, 6.09, 4, 30000, ''),
(9520, 0, 2, 7027, -8028.86, -1234.06, 134.5, 4.8, 4, 30000, ''),
(9520, 0, 2, 7027, -8018.37, -1234.22, 135.76, 4.45, 4, 30000, ''),
(9520, 0, 1, 7027, -7731.36, -1516.09, 133.15, 1.85, 4, 30000, ''),
(9520, 0, 1, 7027, -7738.19, -1517.31, 132.64, 1.25, 4, 30000, ''),
(9520, 0, 1, 7027, -7745.39, -1511.42, 131.82, 0.43, 4, 30000, ''),
(9520, 0, 1, 7027, -7728.03, -1507.43, 132.84, 0.45, 4, 30000, ''),
(32239, 0, 1, 32312, 6160.26, 2702.05, 573.92, 2.04, 3, 200000, ''),
(32239, 0, 1, 32311, 6163.98, 2699.9, 573.92, 2.04, 3, 200000, ''),
(32239, 0, 1, 32310, 6159.74, 2697.9, 573.92, 2.04, 3, 200000, ''),
(32239, 0, 1, 32309, 6161.26, 2700.05, 573.92, 2.04, 3, 200000, ''),
(32239, 0, 1, 32309, 6164.98, 2697.9, 573.92, 2.04, 3, 200000, ''),
(32239, 0, 1, 32309, 6160.74, 2695.9, 573.92, 2.04, 3, 200000, ''),
(18528, 0, 2, 21701, -3552, 657.34, 0.31, 4.69, 3, 300000, ''),
(18528, 0, 2, 21701, -3555.48, 654.04, 0.84, 4.69, 3, 300000, ''),
(18528, 0, 2, 21701, -3559, 650.45, 1.5, 4.69, 3, 300000, ''),
(18528, 0, 2, 21701, -3573, 657.34, 0.31, 4.69, 3, 300000, ''),
(18528, 0, 2, 21701, -3569.48, 654.04, 0.84, 4.69, 3, 300000, ''),
(18528, 0, 2, 21701, -3566, 650.45, 1.5, 4.69, 3, 300000, ''),
(18528, 0, 2, 21701, -3562.56, 647.24, 2.16, 4.69, 3, 300000, ''),
(18528, 0, 2, 22989, -3553.2, 641.9, 3.7, 4.69, 3, 300000, ''),
(18528, 0, 2, 22990, -3569.58, 642.18, 3.37, 4.73, 3, 300000, ''),
(18528, 0, 1, 23152, -3571.58, 480.7, 22.7, 1.42, 3, 300000, ''),
(18528, 0, 1, 22988, -3568.08, 505.66, 20.46, 1.24, 3, 300000, ''),
(18528, 0, 1, 22988, -3574.78, 507.94, 20.56, 1.28, 3, 300000, ''),
(18528, 0, 1, 22988, -3581.3, 510.47, 20.8, 1.31, 3, 300000, ''),
(18528, 0, 1, 22988, -3540.21, 525.23, 19.24, 1.66, 3, 300000, ''),
(18528, 0, 1, 22988, -3545.93, 524.68, 18.38, 1.66, 3, 300000, ''),
(18528, 0, 1, 22988, -3551.78, 524.12, 18.2, 1.76, 3, 300000, ''),
(18528, 0, 1, 22857, -3566.11, 563.07, 13.65, 1.54, 3, 300000, ''),
(18528, 0, 1, 22857, -3553.42, 562.74, 14.34, 1.54, 3, 300000, ''),
(17461, 0, 1, 17462, 480.69, 311.13, 1.94, 3.14, 4, 30000, ''),
(17461, 0, 1, 17462, 480.81, 313.44, 1.94, 3.14, 4, 30000, ''),
(17461, 0, 1, 17462, 480.93, 315.74, 1.94, 3.14, 4, 30000, ''),
(17461, 0, 1, 17462, 481.08, 318.12, 1.94, 3.14, 4, 30000, ''),
(17461, 0, 1, 17462, 481.27, 320.42, 1.95, 3.14, 4, 30000, ''),
(17461, 0, 1, 17462, 484.73, 321.79, 1.95, 3.14, 4, 30000, ''),
(23191, 0, 1, 23319, 494.203, 343.868, 112.784, 2.04859, 8, 0, ''),
(23191, 0, 1, 23319, 496.254, 344.93, 112.784, 2.04859, 8, 0, ''),
(23191, 0, 1, 23319, 498.368, 346.025, 112.784, 2.00539, 8, 0, ''),
(23191, 0, 1, 23319, 512.194, 365.354, 112.784, 2.68476, 8, 0, ''),
(23191, 0, 1, 23319, 514.263, 369.563, 112.784, 2.68476, 8, 0, ''),
(23191, 0, 1, 23319, 516.332, 373.772, 112.784, 2.65335, 8, 0, ''),
(23191, 0, 1, 23319, 502.57, 454.24, 112.784, 4.16916, 8, 0, ''),
(23191, 0, 1, 23319, 497.54, 459.01, 112.784, 4.16916, 8, 0, ''),
(23191, 0, 1, 23319, 500.08, 456.6, 112.784, 4.16916, 8, 0, ''),
(23191, 0, 1, 23319, 513.092, 437.517, 112.784, 3.71757, 8, 0, ''),
(23191, 0, 1, 23319, 515.036, 434.523, 112.784, 3.71757, 8, 0, ''),
(23191, 0, 1, 23319, 516.943, 431.587, 112.784, 3.71757, 8, 0, ''),
(23191, 0, 1, 23319, 526.781, 409.258, 112.784, 3.16779, 8, 0, ''),
(23191, 0, 1, 23319, 526.842, 406.949, 112.784, 3.16779, 8, 0, ''),
(23191, 0, 1, 23319, 527.15, 395.193, 112.784, 3.16779, 8, 0, ''),
(23191, 0, 1, 23319, 527.21, 392.884, 112.784, 3.16779, 8, 0, ''),
(23191, 0, 1, 23319, 527.058, 398.692, 112.784, 3.16779, 8, 0, ''),
(23191, 0, 1, 23319, 526.963, 402.33, 112.784, 3.16779, 8, 0, ''),
(5661, 0, 0, 5680, 1735.93, 378.124, -62.2055, 3.71755, 1, 60000, ''),
(5661, 0, 0, 5680, 1734.36, 379.952, -62.2058, 3.92699, 1, 60000, ''),
(5661, 0, 0, 5681, 1734.67, 379.246, -62.2881, -2.78843, 1, 60000, ''),
(5661, 0, 1, 5686, 1734.68, 378.533, -62.1315, 3.85718, 1, 60000, ''),
(5661, 0, 1, 5685, 1735.24, 380.689, -62.2077, 3.85718, 1, 60000, ''),
(5661, 0, 2, 5687, 1735.33, 379.152, -62.206, 3.82227, 1, 60000, ''),
(3678, 0, 2, 5763, 149.14, 252.73, -102.62, 3.5, 4, 60000, ''),
(3678, 0, 2, 5763, 150.11, 225.36, -102.9, 2.68, 4, 60000, ''),
(3678, 0, 2, 5763, 107.55, 276.57, -102.4, 4.92, 4, 60000, ''),
(4484, 0, 2, 3900, 4217.99, 101.213, 35.1686, 3.85603, 4, 60000, ''),
(4484, 0, 2, 3899, 4223.43, 94.9377, 35.0463, 3.90708, 4, 60000, ''),
(4484, 0, 2, 3898, 4217.05, 95.6372, 34.785, 3.82938, 4, 60000, ''),
(4484, 0, 1, 3893, 3738.87, 185.199, 8.0035, 4.98706, 4, 60000, ''),
(4484, 0, 1, 3893, 3761.63, 176.663, 8.16656, 4.39015, 4, 60000, ''),
(4484, 0, 1, 3893, 3768.34, 167.626, 8.21536, 4.30061, 4, 60000, ''),
(4484, 0, 0, 3879, 3489.39, 233.419, 13.9571, 5.50223, 4, 120000, ''),
(4484, 0, 0, 3879, 3512.69, 230.044, 12.5799, 3.03, 4, 120000, ''),
(4484, 0, 0, 3879, 3499.85, 191.873, 9.91306, 1.30507, 4, 120000, ''),
(4484, 0, 0, 3879, 3490.65, 204.499, 11.5094, 3.3, 4, 120000, ''),
(35501, 0, 1, 35372, 8378.49, 857.536, 548.197, 6.15827, 1, 900000, ''),
(35501, 0, 1, 35368, 8378.62, 857.509, 548.19, 0.103886, 1, 900000, ''),
(35501, 0, 1, 35460, 8431.85, 783.523, 547.189, 4.80006, 1, 900000, ''),
(35501, 0, 1, 35460, 8431.82, 786.166, 547.023, 4.75293, 1, 900000, ''),
(35501, 0, 1, 35460, 8432.08, 788.975, 547.023, 4.72544, 1, 900000, ''),
(35501, 0, 1, 35460, 8431.93, 792.52, 547.023, 4.73172, 1, 900000, ''),
(35501, 0, 1, 35361, 8514.48, 1002.04, 547.543, 1.54998, 1, 900000, ''),
(35501, 0, 2, 35321, 8627.39, 825.621, 547.844, 6.00138, 1, 900000, ''),
(35501, 0, 2, 35320, 8627.42, 825.719, 547.844, 6.09736, 1, 900000, ''),
(35501, 0, 2, 35322, 8598.43, 782.77, 547.233, 4.03508, 1, 900000, ''),
(35501, 0, 2, 35322, 8599.85, 786.899, 547.106, 0, 1, 900000, ''),
(35501, 0, 2, 35322, 8599.95, 789.887, 547.102, 0, 1, 900000, ''),
(35501, 0, 2, 35322, 8600.09, 792.962, 547.092, 0, 1, 900000, ''),
(35501, 0, 2, 35361, 8514.87, 999.861, 547.536, 1.56404, 1, 900000, ''),
(35501, 0, 3, 35361, 8516.17, 857.121, 558.224, 1.62047, 1, 900000, ''),
(21024, 0, 0, 21129, -3604.79, 1913.46, 47.8023, 4.95674, 1, 110000, ''),
(21024, 0, 0, 21130, -3596.97, 1913.55, 47.7881, 4.57276, 1, 110000, ''),
(21024, 0, 0, 21131, -3612.32, 1910.8, 47.6241, 5.55015, 1, 110000, ''),
(21024, 0, 0, 21132, -3590.55, 1911.16, 47.3816, 4.04916, 1, 110000, ''),
(21024, 0, 0, 21071, -3590.55, 1911.16, 47.3816, 4.04916, 1, 110000, ''),
(25602, 0, 0, 26097, 3483.05, 4114.15, 18.4848, 3.19395, 1, 40000, ''),
(25602, 0, 0, 26097, 3486.64, 4116.4, 18.4848, 3.40339, 1, 40000, ''),
(25602, 0, 0, 26097, 3483.65, 4112.26, 18.4848, 2.9147, 1, 40000, ''),
(25602, 0, 0, 26097, 3481.73, 4118.21, 18.4848, 3.92699, 1, 40000, ''),
(25602, 0, 0, 26097, 3485.34, 4117.49, 18.4848, 3.54302, 1, 40000, ''),
(25602, 0, 0, 26097, 3482.17, 4116.4, 18.4848, 3.61283, 1, 40000, ''),
(25602, 0, 0, 26097, 3485.66, 4113.34, 18.4848, 3.12414, 1, 40000, ''),
(25602, 0, 0, 26097, 3483.95, 4118.28, 18.4848, 3.68265, 1, 40000, ''),
(25602, 0, 0, 26097, 3484.03, 4115.05, 18.4848, 3.31613, 1, 40000, ''),
(25602, 0, 0, 26097, 3484.06, 4116.23, 18.4847, 3.56047, 1, 40000, ''),
(17843, 0, 1, 17875, -1928.62, -11923, 47.6502, 1.88496, 1, 60000, ''),
(17843, 0, 1, 17875, -1910.81, -11892.8, 43.875, 0.541052, 1, 60000, ''),
(17843, 0, 1, 17875, -1921.78, -11862.5, 51.3028, 3.89208, 1, 60000, ''),
(17843, 0, 1, 17875, -1932.15, -11854.4, 51.7948, 2.9147, 1, 60000, ''),
(17843, 0, 1, 17875, -1909.91, -11867.8, 44.2784, 4.64258, 1, 60000, ''),
(17843, 0, 1, 17875, -1918.49, -11907.4, 46.2081, 0.541052, 1, 60000, ''),
(23780, 0, 1, 24041, 1872.43, -6088.86, 16.2164, 4.48073, 1, 120000, ''),
(23780, 0, 1, 24044, 1874.47, -6086.84, 16.1889, 4.50295, 1, 120000, ''),
(23780, 0, 1, 24044, 1869.65, -6086.07, 15.5403, 4.57276, 1, 120000, ''),
(23780, 0, 1, 24044, 1874.85, -6082.17, 15.5215, 4.50295, 1, 120000, ''),
(23780, 0, 1, 24044, 1869.97, -6082.04, 15.1316, 4.57276, 1, 120000, ''),
(23780, 0, 2, 23883, 1860.4, -6158.92, 23.7032, 1.48353, 1, 120000, ''),
(23780, 0, 2, 23883, 1861.82, -6159.1, 23.7135, 1.51844, 1, 120000, ''),
(23780, 0, 2, 23883, 1863.59, -6159.38, 23.7355, 1.5708, 1, 120000, ''),
(23780, 0, 2, 23883, 1865.44, -6159.76, 23.7657, 1.58825, 1, 120000, ''),
(23780, 0, 2, 23883, 1867.87, -6161.88, 23.7801, 1.64061, 1, 120000, ''),
(23780, 0, 2, 23883, 1865.96, -6161.61, 23.7731, 1.6057, 1, 120000, ''),
(23780, 0, 2, 23883, 1867.11, -6160.07, 23.774, 1.64061, 1, 120000, ''),
(23780, 0, 2, 23883, 1860.73, -6160.7, 23.7312, 1.64061, 1, 120000, ''),
(23780, 0, 2, 23883, 1862.24, -6161.04, 23.7442, 1.53589, 1, 120000, ''),
(23780, 0, 2, 23883, 1864.23, -6161.25, 23.7662, 1.5708, 1, 120000, ''),
(25335, 0, 1, 25351, 3981.68, 5766.3, 71.6903, 1.50855, 3, 100000, ''),
(25335, 0, 1, 25351, 3972.01, 5783.71, 74.185, 5.85625, 3, 100000, ''),
(25335, 0, 1, 25351, 3996.72, 5773.32, 70.84, 2.77288, 3, 100000, ''),
(25335, 0, 1, 25350, 3988.27, 5792, 74.1844, 4.44349, 3, 100000, ''),
(25335, 0, 1, 25351, 3969.23, 5768.75, 72.6969, 0.549799, 3, 100000, ''),
(1, 2, 1, 14524, 6204.05, -1172.58, 370.079, 0.86052, 3, 100000, ''),
(1, 2, 1, 14525, 6246.95, -1155.99, 366.183, 2.90269, 3, 100000, ''),
(1, 2, 1, 14526, 6193.45, -1137.83, 366.261, 5.77332, 3, 100000, ''),
(21024, 0, 1, 21738, -3587.23, 1892.89, 47.3237, 2.19912, 1, 37000, ''),
(21024, 0, 1, 21739, -3598.68, 1888.02, 47.3237, 1.69297, 1, 37000, ''),
(21024, 0, 1, 21740, -3605.31, 1884.48, 47.3237, 1.309, 1, 37000, ''),
(21024, 0, 1, 21741, -3591.87, 1886.82, 47.3237, 1.85005, 1, 37000, ''),
(21310, 0, 0, 21685, -3600.32, 1898.6, 47.3654, 4.92183, 1, 600000, ''),
(21310, 0, 0, 21686, -3603.86, 1900.85, 47.3654, 4.93109, 1, 600000, ''),
(21310, 0, 0, 21687, -3597.99, 1902.12, 47.3654, 4.84868, 1, 600000, ''),
(21700, 0, 0, 21768, -3726.07, 1040.51, 56.0398, 4.85202, 1, 60000, ''),
(21700, 0, 0, 21776, -3730.32, 1041.37, 56.04, 4.72222, 1, 60000, ''),
(21700, 0, 0, 21776, -3722.4, 1041.25, 56.0398, 4.72222, 1, 60000, ''),
(12858, 0, 0, 12860, 1776.73, -2049.06, 109.83, 1.54, 4, 25000, ''),
(12858, 0, 0, 12896, 1774.64, -2049.41, 109.83, 1.4, 4, 25000, ''),
(12858, 0, 0, 12897, 1778.73, -2049.5, 109.83, 1.67, 4, 25000, ''),
(3678, 0, 1, 5755, -57.49, 280.59, -92.84, 5.22, 4, 60000, ''),
(3678, 0, 1, 5048, -61.81, 271.145, -92.84, 0.36, 4, 60000, ''),
(3678, 0, 1, 5048, -47.61, 271.52, -92.84, 2.54, 4, 60000, ''),
(4275, 0, 1, 4627, -140.794, 2178.04, 128.448, 4.09, 4, 60000, ''),
(4275, 0, 1, 4627, -145.905, 2180.52, 128.448, 4.183, 4, 60000, ''),
(4275, 0, 1, 4627, -153.11, 2168.62, 128.448, 1.026, 4, 60000, ''),
(4275, 0, 1, 4627, -148.199, 2165.65, 128.448, 1.026, 4, 60000, ''),
(21121, 1, 1, 4978, -862.43, -154.937, -25.871, 0.06, 6, 300000, ''),
(21121, 1, 1, 4978, -775.404, -174.132, -25.871, 3.185, 6, 300000, ''),
(21120, 1, 1, 4823, -862.193, -174.251, -25.871, 6.182, 6, 300000, ''),
(21120, 1, 1, 4823, -862.43, -154.937, -25.871, 0.06, 6, 300000, ''),
(21120, 1, 1, 4823, -775.404, -174.132, -25.871, 3.185, 6, 300000, ''),
(21120, 1, 1, 4823, -775.431, -153.853, -25.871, 3.207, 6, 300000, ''),
(21119, 1, 1, 4977, -862.193, -174.251, -25.871, 6.182, 6, 300000, ''),
(21119, 1, 1, 4977, -862.43, -154.937, -25.871, 0.06, 6, 300000, ''),
(21119, 1, 1, 4977, -775.404, -174.132, -25.871, 3.185, 6, 300000, ''),
(21119, 1, 1, 4977, -775.431, -153.853, -25.871, 3.207, 6, 300000, ''),
(21118, 1, 1, 4825, -862.193, -174.251, -25.871, 6.182, 6, 300000, ''),
(21118, 1, 1, 4825, -862.43, -154.937, -25.871, 0.06, 6, 300000, ''),
(21118, 1, 1, 4825, -775.404, -174.132, -25.871, 3.185, 6, 300000, ''),
(21118, 1, 1, 4825, -775.431, -153.853, -25.871, 3.207, 6, 300000, ''),
(7998, 0, 4, 6215, -494.195, -89.553, -149.131, 3.254, 4, 60000, ''),
(7998, 0, 4, 7361, -495.24, -90.808, -149.493, 3.238, 4, 60000, ''),
(7998, 0, 3, 6207, -490.554, -89.114, -148.055, 3.23, 4, 60000, ''),
(7998, 0, 3, 6207, -490.732, -90.739, -148.091, 3.23, 4, 60000, ''),
(7998, 0, 3, 6207, -491.995, -87.619, -148.197, 3.23, 4, 60000, ''),
(7998, 0, 3, 6207, -493.349, -90.845, -148.882, 3.717, 4, 60000, ''),
(7998, 0, 3, 6207, -494.595, -87.516, -149.116, 3.344, 4, 60000, ''),
(7998, 0, 2, 6207, -548.692, -111.089, -154.09, 0.621, 4, 60000, ''),
(7998, 0, 2, 6207, -552.154, -112.476, -153.349, 0.621, 4, 60000, ''),
(7998, 0, 2, 6207, -555.263, -113.802, -152.737, 0.311, 4, 60000, ''),
(7998, 0, 2, 6207, -557.63, -114.514, -152.209, 0.641, 4, 60000, ''),
(7998, 0, 1, 6207, -554.03, -115.983, -152.635, 0.695, 4, 60000, ''),
(7998, 0, 1, 6207, -550.708, -116.436, -153.103, 0.679, 4, 60000, ''),
(7998, 0, 1, 6207, -552.534, -110.012, -153.577, 0.747, 4, 60000, ''),
(7998, 0, 1, 6207, -547.274, -114.109, -153.952, 0.735, 4, 60000, ''),
(7998, 0, 1, 6207, -547.736, -105.154, -155.176, 0.372, 4, 60000, ''),
(7998, 0, 1, 6207, -546.905, -108.34, -154.877, 0.729, 4, 60000, ''),
(7998, 0, 1, 6207, -548.692, -111.089, -154.09, 0.621, 4, 60000, ''),
(7998, 0, 1, 6207, -552.154, -112.476, -153.349, 0.621, 4, 60000, ''),
(7998, 0, 1, 6207, -555.263, -113.802, -152.737, 0.311, 4, 60000, ''),
(7998, 0, 1, 6207, -557.63, -114.514, -152.209, 0.641, 4, 60000, ''),
(3975, 0, 1, 6575, 1926.62, -437.66, 18.1, 0, 4, 60000, ''),
(3975, 0, 1, 6575, 1922.62, -435.66, 18.1, 0, 4, 60000, ''),
(3975, 0, 1, 6575, 1923.62, -440.66, 18.1, 0, 4, 60000, ''),
(3975, 0, 1, 6575, 1925.62, -437.66, 18.1, 0, 4, 60000, ''),
(3975, 0, 1, 6575, 1922.62, -435.66, 18.1, 0, 4, 60000, ''),
(3975, 0, 1, 6575, 1924.62, -433.66, 18.1, 0, 4, 60000, ''),
(3975, 0, 1, 6575, 1925.62, -430.66, 18.1, 0, 4, 60000, ''),
(3975, 0, 1, 6575, 1928.62, -427.66, 18.1, 0, 4, 60000, ''),
(3975, 0, 1, 6575, 1920.62, -428.66, 18.1, 0, 4, 60000, ''),
(3975, 0, 1, 6575, 1926.62, -433.66, 18.1, 0, 4, 60000, ''),
(3975, 0, 1, 6575, 1923.62, -430.66, 18.1, 0, 4, 60000, ''),
(3975, 0, 1, 6575, 1922.62, -431.66, 18.1, 0, 4, 60000, ''),
(3975, 0, 1, 6575, 1926.62, -431.66, 18.1, 0, 4, 60000, ''),
(3975, 0, 1, 6575, 1925.62, -418.66, 18.1, 0, 4, 60000, ''),
(3975, 0, 1, 6575, 1926.62, -420.66, 18.1, 0, 4, 60000, ''),
(3975, 0, 1, 6575, 1923.62, -422.66, 18.1, 0, 4, 60000, ''),
(3975, 0, 1, 6575, 1925.62, -424.66, 18.1, 0, 4, 60000, ''),
(3975, 0, 1, 6575, 1922.62, -426.66, 18.1, 0, 4, 60000, ''),
(3975, 0, 1, 6575, 1924.62, -430.66, 18.1, 0, 4, 60000, ''),
(3975, 0, 1, 6575, 1924.62, -431.66, 18.1, 0, 4, 60000, ''),
(148917, 1, 3, 7355, 2487.94, 804.222, 43.1073, 1.69297, 8, 0, ''),
(148917, 1, 2, 7351, 2486.83, 802.874, 43.1988, 2.9147, 8, 0, ''),
(148917, 1, 2, 7351, 2489.08, 806.591, 43.211, 3.68265, 8, 0, ''),
(148917, 1, 2, 7351, 2543.29, 911.245, 46.3279, 0.680678, 8, 0, ''),
(148917, 1, 2, 7351, 2542.82, 904.936, 46.8091, 4.64258, 8, 0, ''),
(148917, 1, 1, 7349, 2527.02, 829.979, 48.065, 0.698132, 8, 0, ''),
(148917, 1, 1, 7349, 2524.04, 834.485, 48.3703, 0.802851, 8, 0, ''),
(148917, 1, 1, 7349, 2544.69, 912.889, 46.3991, 2.1293, 8, 0, ''),
(148917, 1, 1, 7349, 2541.49, 911.176, 46.2649, 4.81711, 8, 0, ''),
(148917, 1, 1, 7349, 2544.7, 907.633, 46.3801, 1.6057, 8, 0, ''),
(148917, 1, 1, 7349, 2541.25, 907.094, 46.642, 2.02458, 8, 0, ''),
(148917, 1, 1, 7349, 2489.91, 804.795, 43.2518, 1.65806, 8, 0, ''),
(148917, 1, 1, 7349, 2488.43, 801.281, 42.7037, 4.29351, 8, 0, ''),
(148917, 1, 1, 7349, 2485.41, 804.115, 43.6851, 3.05433, 8, 0, ''),
(148917, 1, 1, 7349, 2487.34, 805.911, 43.0836, 2.84489, 8, 0, ''),
(10813, 0, 1, 10390, 3658.92, -3093.21, 134.116, 0, 8, 0, ''),
(10813, 0, 1, 10391, 3653.96, -3099.73, 134.116, 0, 8, 0, ''),
(10813, 0, 1, 10390, 3651.39, -3106.24, 134.116, 0, 8, 0, ''),
(10813, 0, 1, 10391, 3643.22, -3106.79, 134.116, 0, 8, 0, ''),
(10813, 0, 1, 10390, 3648.91, -3102.72, 134.116, 0, 8, 0, ''),
(10813, 0, 1, 10391, 3618.24, -3099.54, 134.121, 0, 8, 0, ''),
(10813, 0, 1, 10390, 3607.83, -3100.25, 134.121, 0, 8, 0, ''),
(10813, 0, 1, 10391, 3598.81, -3102.8, 134.121, 0, 8, 0, ''),
(10813, 0, 1, 10390, 3602.96, -3109.86, 134.123, 0, 8, 0, ''),
(10813, 0, 1, 10391, 3607.56, -3104.59, 134.123, 0, 8, 0, ''),
(10813, 0, 1, 10390, 3562.87, -3062.38, 134.997, 0, 8, 0, ''),
(10813, 0, 1, 10391, 3551.59, -3074.17, 134.997, 0, 8, 0, ''),
(10813, 0, 1, 10390, 3557.01, -3071.87, 134.997, 0, 8, 0, ''),
(10813, 0, 1, 10391, 3559.72, -3066.74, 134.997, 0, 8, 0, ''),
(10813, 0, 1, 10390, 3551.78, -3068.75, 134.997, 0, 8, 0, ''),
(10813, 0, 1, 10391, 3497.39, -3073.18, 134.998, 0, 8, 0, ''),
(10813, 0, 1, 10390, 3502.07, -3076.63, 134.998, 0, 8, 0, ''),
(10813, 0, 1, 10391, 3493.92, -3077.44, 134.998, 0, 8, 0, ''),
(10813, 0, 1, 10390, 3486.02, -3084.36, 134.998, 0, 8, 0, ''),
(10813, 0, 1, 10391, 3491.83, -3084.56, 134.998, 0, 8, 0, ''),
(10813, 0, 1, 10390, 3467.8, -3070.84, 135.003, 0, 8, 0, ''),
(10813, 0, 1, 10391, 3460.88, -3071.18, 135.003, 0, 8, 0, ''),
(10813, 0, 1, 10390, 3461.92, -3078.1, 135.003, 0, 8, 0, ''),
(10813, 0, 1, 10391, 3455.45, -3075.42, 135.003, 0, 8, 0, ''),
(10813, 0, 1, 10390, 3452.98, -3081.97, 135.003, 0, 8, 0, ''),
(23452, 0, 1, 23453, -3042.54, 832.879, -9.42804, 2.54627, 4, 30000, ''),
(23452, 0, 1, 23453, -3048.65, 830.045, -10.5551, 2.54627, 4, 30000, ''),
(23452, 0, 1, 23453, -3049.29, 824.519, -10.5041, 2.54627, 4, 30000, ''),
(23452, 0, 1, 23453, -3052.54, 823.895, -10.5332, 2.54627, 4, 30000, ''),
(23452, 0, 1, 23453, -3052.79, 819.289, -10.477, 2.54627, 4, 30000, ''),
(23452, 0, 1, 23453, -3044.22, 836.612, -9.52011, 2.36563, 4, 30000, ''),
(23452, 0, 1, 23453, -3057.13, 815.938, -10.112, 2.54627, 4, 30000, ''),
(23434, 0, 1, 23435, -4083.84, 1071.03, 31.9116, 5.25591, 4, 30000, ''),
(23434, 0, 1, 23435, -4083.11, 1075.08, 32.5654, 5.25591, 4, 30000, ''),
(23434, 0, 1, 23435, -4079.09, 1073.98, 31.8, 5.25591, 4, 30000, ''),
(23434, 0, 1, 23435, -4077.84, 1078.41, 32.7097, 5.25591, 4, 30000, ''),
(23434, 0, 1, 23435, -4075.08, 1078.48, 32.4796, 5.25591, 4, 30000, ''),
(23434, 0, 1, 23435, -4072.8, 1082.43, 33.3564, 5.25591, 4, 30000, ''),
(23434, 0, 1, 23435, -4068.49, 1082.18, 33.0106, 5.25591, 4, 30000, ''),
(23434, 0, 1, 23435, -4067.44, 1085.14, 33.8085, 5.25591, 4, 30000, ''),
(25804, 0, 0, 25988, 3286.08, 5655.42, 52.98, 1.25, 1, 20000, ''),
(25804, 0, 0, 25988, 3291.2, 5650.54, 53.09, 1.35, 1, 20000, ''),
(25804, 0, 0, 25989, 3285.02, 5648.22, 51.93, 1.35, 1, 20000, ''),
(25804, 0, 0, 25989, 3290.59, 5643.01, 51.6, 1.35, 1, 20000, ''),
(25804, 0, 0, 25989, 3296.2, 5645.08, 52.65, 1.35, 1, 20000, ''),
(25804, 0, 0, 25990, 3292.17, 5639.34, 51.06, 1.35, 1, 20000, ''),
(25804, 0, 0, 25990, 3286.03, 5640.44, 50.38, 1.35, 1, 20000, ''),
(25804, 0, 0, 25990, 3279.33, 5644, 50.23, 1.35, 1, 20000, ''),
(18180, 0, 1, 17130, -1404.01, 6327.92, 39.8771, 5.09944, 2, 30000, ''),
(18180, 0, 1, 17130, -1414.94, 6305.9, 42.409, 2.95209, 2, 30000, ''),
(18180, 0, 1, 17130, -1416.5, 6317.92, 40.0441, 0.466735, 2, 30000, ''),
(4966, 0, 1, 4967, -2882.55, -3345.43, 33.7722, 3.39919, 3, 90000, ''),
(4966, 0, 1, 4968, -2880.52, -3346.8, 34.5063, 3.36777, 3, 90000, ''),
(4966, 0, 1, 4965, -2881.22, -3343.22, 34.1732, 3.52487, 3, 90000, ''),
(3678, 0, 2, 5763, 143.57, 218.98, -102.9, 2.37, 4, 60000, ''),
(3678, 0, 2, 5763, 137.94, 262.89, -102.85, 3.99, 4, 60000, ''),
(3678, 0, 2, 5763, 143.57, 218.98, -102.9, 2.37, 4, 60000, ''),
(29308, 0, 0, 30181, 519.146, -792.274, 49.4627, 4.15388, 8, 0, ''),
(29308, 0, 0, 30181, 542.994, -762.115, 36.0509, 1.32645, 8, 0, ''),
(29308, 0, 0, 30181, 599.617, -762.315, 35.3111, 1.71042, 8, 0, ''),
(29308, 0, 0, 30181, 506.573, -890.563, 45.1763, 3.35103, 8, 0, ''),
(29308, 0, 0, 30181, 632.232, -774.304, 34.0595, 0.750492, 8, 0, ''),
(29308, 0, 0, 30181, 489.944, -851.356, 52.09, 4.95674, 8, 0, ''),
(29308, 0, 0, 30181, 655.409, -814.264, 35.2257, 0.436332, 8, 0, ''),
(29310, 0, 0, 30114, 362.458, -714.166, -16.0964, 0.977384, 6, 10000, ''),
(29310, 0, 0, 30114, 368.781, -713.932, -16.0964, 1.46608, 6, 10000, ''),
(29310, 0, 0, 30114, 364.937, -716.11, -16.0964, 1.25664, 6, 10000, ''),
(29310, 0, 0, 30114, 362.02, -719.828, -16.0964, 1.20428, 6, 10000, ''),
(29310, 0, 0, 30114, 368.151, -719.763, -16.0964, 1.53589, 6, 10000, ''),
(29310, 0, 0, 30114, 392.276, -695.895, -16.0964, 3.40339, 6, 10000, ''),
(29310, 0, 0, 30114, 387.224, -698.006, -16.0964, 3.36848, 6, 10000, ''),
(29310, 0, 0, 30114, 389.626, -702.3, -16.0964, 3.07178, 6, 10000, ''),
(29310, 0, 0, 30114, 383.812, -700.41, -16.0964, 3.15905, 6, 10000, ''),
(29310, 0, 0, 30114, 385.693, -694.376, -16.0964, 3.59538, 6, 10000, ''),
(29310, 0, 0, 30114, 379.204, -716.697, -16.0964, 2.1293, 6, 10000, ''),
(29310, 0, 0, 30114, 375.4, -711.434, -16.0964, 2.09439, 6, 10000, ''),
(29310, 0, 0, 30114, 382.583, -711.713, -16.0964, 2.53073, 6, 10000, ''),
(29310, 0, 0, 30114, 379.049, -712.899, -16.0964, 2.28638, 6, 10000, ''),
(29310, 0, 0, 30114, 378.424, -708.388, -16.0964, 2.58309, 6, 10000, ''),
(29310, 0, 1, 30181, 402.789, -748.525, 29.394, 2.02458, 8, 0, ''),
(29310, 0, 1, 30181, 420.2, -727.013, 28.8804, 2.04204, 8, 0, ''),
(7784, 0, 0, 7803, -8343.94, -4444.2, 9.41007, 4.06661, 4, 60000, ''),
(7784, 0, 0, 7803, -8342.95, -4454.98, 9.5386, 2.18166, 4, 60000, ''),
(7784, 0, 0, 7803, -8356.77, -4448.49, 10.2461, 6.21337, 4, 60000, ''),
(7806, 0, 0, 7808, 186.032, -3820.85, 131.839, 1.99726, 4, 60000, ''),
(7806, 0, 0, 7808, 183.976, -3825.72, 131.507, 1.96191, 4, 60000, ''),
(7806, 0, 0, 7808, 183.759, -3820.45, 131.293, 2.19753, 4, 60000, ''),
(7807, 0, 0, 7848, -4773.21, 1578.04, 86.9398, 3.47146, 4, 60000, ''),
(7807, 0, 0, 7848, -4775.57, 1582.44, 86.2325, 3.87437, 4, 60000, ''),
(16237, 0, 0, 16238, 7448.06, -7268.19, 97.59, 6.14, 4, 60, ''),
(16237, 0, 0, 16238, 7451.11, -7279.82, 95.58, 0.13, 4, 60, ''),
(12018, 0, 1, 11663, 761.652, -1164.3, -119.533, 3.3919, 7, 10000, ''),
(12018, 0, 1, 11663, 747.323, -1149.24, -120.06, 3.6629, 7, 10000, ''),
(12018, 0, 1, 11663, 766.734, -1183.16, -119.292, 2.9889, 7, 10000, ''),
(12018, 0, 1, 11663, 757.364, -1198.31, -118.652, 2.3095, 7, 10000, ''),
(12018, 0, 1, 11664, 752.349, -1159.19, -119.261, 3.6032, 7, 10000, ''),
(12018, 0, 1, 11664, 738.015, -1152.22, -119.512, 4.0792, 7, 10000, ''),
(12018, 0, 1, 11664, 757.246, -1189.79, -118.633, 2.5333, 7, 10000, ''),
(12018, 0, 1, 11664, 745.916, -1199.35, -118.119, 1.8932, 7, 10000, ''),
(10429, 0, 0, 10447, 202.511, -421.307, 110.988, 0, 4, 30000, ''),
(10429, 0, 0, 10442, 204.015, -418.443, 110.989, 0, 4, 30000, ''),
(10429, 0, 0, 10442, 203.142, -423.999, 110.986, 0, 4, 30000, ''),
(10429, 0, 0, 10442, 201.008, -416.648, 110.974, 0, 4, 30000, ''),
(10429, 0, 1, 10447, 209.864, -428.273, 110.988, 0, 4, 30000, ''),
(10429, 0, 1, 10442, 209.312, -430.872, 110.981, 0, 4, 30000, ''),
(10429, 0, 1, 10442, 211.331, -425.911, 111.001, 0, 4, 30000, ''),
(10429, 0, 2, 10742, 208.649, -424.579, 110.987, 0, 4, 30000, ''),
(10429, 0, 2, 10447, 203.948, -428.945, 110.982, 0, 4, 30000, ''),
(10429, 0, 2, 10442, 203.344, -426.867, 110.977, 0, 4, 30000, ''),
(10429, 0, 2, 10442, 206.308, -424.751, 110.994, 0, 4, 30000, ''),
(10429, 0, 3, 10742, 212.354, -412.683, 111.035, 0, 4, 30000, ''),
(10429, 0, 3, 10447, 212.575, -410.284, 111.03, 0, 4, 30000, ''),
(10429, 0, 3, 10442, 212.345, -414.866, 111.035, 0, 4, 30000, ''),
(10429, 0, 3, 10442, 210.657, -412.155, 111.012, 0, 4, 30000, ''),
(10429, 0, 4, 10742, 210.219, -410.669, 111.021, 0, 4, 30000, ''),
(10429, 0, 4, 10447, 209.408, -414.13, 111.026, 0, 4, 30000, ''),
(10429, 0, 4, 10442, 208.086, -409.315, 111.012, 0, 4, 30000, ''),
(10429, 0, 4, 10442, 207.981, -413.073, 111.01, 0, 4, 30000, ''),
(10429, 0, 4, 10442, 208.085, -412.151, 111.006, 0, 4, 30000, ''),
(10429, 0, 5, 10742, 213.914, -426.512, 111.001, 0, 4, 30000, ''),
(10429, 0, 5, 10447, 213.712, -429.81, 110.989, 0, 4, 30000, ''),
(10429, 0, 5, 10447, 213.716, -424.427, 111.009, 0, 4, 30000, ''),
(10429, 0, 5, 10442, 210.893, -423.913, 111.012, 0, 4, 30000, ''),
(10429, 0, 5, 10442, 212.264, -430.765, 110.981, 0, 4, 30000, ''),
(36296, 0, 1, 36565, -210.359, 2214.61, 79.8476, 1.0472, 8, 0, ''),
(36296, 0, 1, 36272, -205.196, 2214.55, 79.8469, 2.40855, 8, 0, ''),
(15589, 0, 0, 15726, -8603.78, 1974.71, 100.221, 0, 6, 500, ''),
(15589, 0, 0, 15726, -8605.35, 1994.27, 100.221, 0, 6, 500, ''),
(15589, 0, 0, 15726, -8589.45, 2012.54, 100.221, 0, 6, 500, ''),
(15589, 0, 0, 15726, -8563.07, 2010.91, 100.221, 0, 6, 500, ''),
(15589, 0, 0, 15726, -8550.45, 1992.4, 100.172, 0, 6, 500, ''),
(15589, 0, 0, 15726, -8554.34, 1972.1, 100.221, 0, 6, 500, ''),
(15589, 0, 0, 15726, -8565.43, 1961.39, 100.221, 0, 6, 500, ''),
(15589, 0, 0, 15726, -8588.68, 1957.96, 100.498, 0, 6, 500, ''),
(15589, 0, 1, 15726, -8604.79, 1977.72, 100.221, 0, 6, 500, ''),
(15589, 0, 1, 15726, -8604.77, 1997.84, 100.221, 0, 6, 500, ''),
(15589, 0, 1, 15726, -8586.7, 2014.36, 100.221, 0, 6, 500, ''),
(15589, 0, 1, 15726, -8560.73, 2009.24, 100.312, 0, 6, 500, ''),
(15589, 0, 1, 15726, -8549.13, 1989.69, 100.219, 0, 6, 500, ''),
(15589, 0, 1, 15726, -8555, 1969.07, 100.221, 0, 6, 500, ''),
(15589, 0, 1, 15726, -8567.55, 1959.6, 100.341, 0, 6, 500, ''),
(15589, 0, 1, 15726, -8591.76, 1960.18, 100.221, 0, 6, 500, ''),
(15589, 0, 2, 15726, -8584.18, 2015.21, 100.221, 0, 6, 500, ''),
(15589, 0, 2, 15726, -8558.46, 2007.34, 100.5, 0, 6, 500, ''),
(15589, 0, 2, 15726, -8548.82, 1987.05, 100.219, 0, 6, 500, ''),
(15589, 0, 2, 15726, -8557.41, 1967.25, 100.221, 0, 6, 500, ''),
(15589, 0, 2, 15726, -8570.91, 1958.95, 100.221, 0, 6, 500, ''),
(15589, 0, 2, 15726, -8594.71, 1962.33, 100.221, 0, 6, 500, ''),
(15589, 0, 2, 15726, -8605.22, 1981.86, 100.221, 0, 6, 500, ''),
(15589, 0, 2, 15726, -8602.66, 2000.3, 100.3, 0, 6, 500, ''),
(15589, 0, 3, 15726, -8574.7, 1958.38, 100.22, 0, 6, 500, ''),
(15589, 0, 3, 15726, -8597.28, 1964.75, 100.221, 0, 6, 500, ''),
(15589, 0, 3, 15726, -8605.61, 1984.79, 100.221, 0, 6, 500, ''),
(15589, 0, 3, 15726, -8601.55, 2002.83, 100.412, 0, 6, 500, ''),
(15589, 0, 3, 15726, -8580.92, 2015.31, 100.221, 0, 6, 500, ''),
(15589, 0, 3, 15726, -8556.54, 2004.97, 100.221, 0, 6, 500, ''),
(15589, 0, 3, 15726, -8549.05, 1984.37, 100.22, 0, 6, 500, ''),
(15589, 0, 3, 15726, -8559.1, 1965.34, 100.221, 0, 6, 500, ''),
(15589, 0, 4, 15726, -8606.48, 1987.26, 100.221, 0, 6, 500, ''),
(15589, 0, 4, 15726, -8598.74, 2005.75, 100.221, 0, 6, 500, ''),
(15589, 0, 4, 15726, -8577.38, 2015.37, 100.221, 0, 6, 500, ''),
(15589, 0, 4, 15726, -8554.27, 2001.83, 100.167, 0, 6, 500, ''),
(15589, 0, 4, 15726, -8550.04, 1980.84, 100.219, 0, 6, 500, ''),
(15589, 0, 4, 15726, -8560.64, 1963.64, 100.219, 0, 6, 500, ''),
(15589, 0, 4, 15726, -8578.72, 1957.53, 100.404, 0, 6, 500, ''),
(15589, 0, 4, 15726, -8599.99, 1968.16, 100.221, 0, 6, 500, ''),
(15589, 0, 5, 15726, -8562.93, 1962.27, 100.221, 0, 6, 500, ''),
(15589, 0, 5, 15726, -8583.31, 1956.97, 100.499, 0, 6, 500, ''),
(15589, 0, 5, 15726, -8601.91, 1970.63, 100.263, 0, 6, 500, ''),
(15589, 0, 5, 15726, -8606.08, 1990.23, 100.221, 0, 6, 500, ''),
(15589, 0, 5, 15726, -8595.29, 2009.54, 100.221, 0, 6, 500, ''),
(15589, 0, 5, 15726, -8573.63, 2014.62, 100.221, 0, 6, 500, ''),
(15589, 0, 5, 15726, -8552.32, 1998.95, 100.131, 0, 6, 500, ''),
(15589, 0, 5, 15726, -8550.86, 1978.12, 100.219, 0, 6, 500, ''),
(7363, 0, 1, 7401, -11303.2, -2989.65, 5.53587, 2.83237, 8, 300000, ''),
(7363, 0, 1, 7401, -11309.1, -2972.41, 8.33972, 3.24362, 8, 300000, ''),
(7363, 0, 1, 7401, -11317, -2978.34, 5.48171, 3.21221, 8, 300000, ''),
(7363, 0, 1, 7401, -11328.8, -2979.58, 6.07384, 3.19257, 8, 300000, ''),
(7363, 0, 1, 7401, -11321.9, -2974.86, 7.56403, 3.30645, 8, 300000, ''),
(21244, 0, 0, 21249, -3051.46, 2917.87, 85.8242, 0.743267, 4, 5000, ''),
(21244, 0, 0, 21249, -3020.53, 2917.99, 91.1318, 2.4709, 4, 5000, ''),
(21244, 0, 0, 21249, -3045.59, 2911.1, 86.8724, 1.01765, 4, 5000, ''),
(21244, 0, 0, 21249, -3051.83, 2947.66, 91.9532, 0.308, 4, 5000, ''),
(19671, 0, 0, 18315, -375.89, -130.798, -0.958749, 4.6993, 6, 300000, 'Cryo-Engineer Sha\'heen - Group 0 - Ethereal Theurgist'),
(19671, 0, 0, 18315, -374.61, -197.673, -0.979487, 1.65319, 6, 300000, 'Cryo-Engineer Sha\'heen - Group 0 - Ethereal Theurgist'),
(19671, 0, 0, 18312, -370.302, -131.253, -0.958741, 4.57273, 6, 300000, 'Cryo-Engineer Sha\'heen - Group 0 - Ethereal Spellbinder'),
(19671, 0, 0, 18312, -369.858, -197.361, -0.968613, 1.8601, 6, 300000, 'Cryo-Engineer Sha\'heen - Group 0 - Ethereal Spellbinder'),
(19671, 0, 1, 18313, -284.014, -188.331, -0.35525, 0.92949, 6, 300000, 'Cryo-Engineer Sha\'heen - Group 1 - Ethereal Sorcerer'),
(19671, 0, 1, 18313, -288.839, -178.644, -0.555688, 0.65805, 6, 300000, 'Cryo-Engineer Sha\'heen - Group 1 - Ethereal Sorcerer'),
(19671, 0, 1, 18313, -224.961, -172.398, -1.04418, 2.72163, 6, 300000, 'Cryo-Engineer Sha\'heen - Group 1 - Ethereal Sorcerer'),
(19671, 0, 1, 18311, -237.708, -186.748, -0.951371, 1.658, 6, 300000, 'Cryo-Engineer Sha\'heen - Group 1 - Ethereal Crypt Raider'),
(19671, 0, 2, 19666, -36.3667, 1.31717, -0.954333, 3.2856, 6, 300000, 'Cryo-Engineer Sha\'heen - Group 2 - Shadow Lord Xiraxis'),
(183850, 1, 0, 19672, -360.102, -67.5589, -0.875433, 0.20943, 8, 0, 'Consortium Transporter - Group 0 - Consortium Laborer'),
(183850, 1, 0, 19673, -375.73, -88.8795, -0.875431, 3.38593, 8, 0, 'Consortium Transporter - Group 0 - Consortium Engineer'),
(183850, 1, 0, 19672, -386.847, -72.8356, -0.875435, 2.63544, 8, 0, 'Consortium Transporter - Group 0 - Consortium Laborer'),
(183850, 1, 0, 19672, -370.875, -82.7758, -0.875429, 0.08726, 8, 0, 'Consortium Transporter - Group 0 - Consortium Laborer'),
(183850, 1, 0, 19672, -374.694, -63.5046, -0.875432, 0.57595, 8, 0, 'Consortium Transporter - Group 0 - Consortium Laborer'),
(183850, 1, 0, 19673, -358.843, -74.0751, -0.872663, 0.68067, 8, 0, 'Consortium Transporter - Group 0 - Consortium Engineer'),
(183850, 1, 0, 19672, -386.893, -60.8431, -0.87544, 3.36848, 8, 0, 'Consortium Transporter - Group 0 - Consortium Laborer'),
(23491, 0, 0, 18537, 4805.8, 3774.11, 210.617, 5.55015, 6, 60000, 'Deathblow to the Legion - Adyen'),
(23491, 0, 0, 19466, 4804.81, 3775.56, 210.617, 5.53269, 6, 60000, 'Deathblow to the Legion - Orelis'),
(23491, 0, 0, 19467, 4803.64, 3773.84, 210.618, 5.60251, 6, 60000, 'Deathblow to the Legion - Karja'),
(17893, 0, 0, 17957, -101.139, -745.353, 35.4838, 3.47604, 4, 30000, 'Naturalist Bite Event'),
(17893, 0, 0, 17960, -98.6582, -742.38, 35.3191, 3.33219, 4, 30000, 'Naturalist Bite Event'),
(17893, 0, 0, 17961, -97.3511, -745.455, 35.6992, 3.67545, 4, 30000, 'Naturalist Bite Event'),
(19851, 0, 0, 19541, 3035.48, 3630.77, 144.436, 1.48814, 4, 60000, 'Netherstorm Agent - You, Robot - Negatron Failure Event'),
(19851, 0, 0, 19541, 3029.64, 3638.95, 143.874, 1.16937, 4, 60000, 'Netherstorm Agent - You, Robot - Negatron Failure Event'),
(17969, 0, 0, 18042, -916.486, 5355.63, 18.2523, 5, 1, 60000, ''),
(17969, 0, 0, 18042, -918.929, 5358.43, 18.0589, 5, 1, 60000, ''),
(17969, 0, 1, 18042, -668.29, 5382.91, 22.3248, 5, 1, 60000, ''),
(17969, 0, 1, 18042, -669.279, 5386.8, 23.0125, 5, 1, 60000, ''),
(185220, 1, 1, 22369, -3750.57, 4737.88, -19.35, 4.01853, 4, 300000, 'Massive Chest - Quest: The Dread Relic'),
(185220, 1, 1, 22369, -3744.9, 4736.18, -18.717, 2.8797, 4, 300000, 'Massive Chest - Quest: The Dread Relic'),
(185220, 1, 1, 22369, -3773.46, 4720.45, -21.5752, 1.44792, 4, 300000, 'Massive Chest - Quest: The Dread Relic'),
(185220, 1, 1, 22369, -3773.85, 4715.78, -21.6975, 1.45735, 4, 300000, 'Massive Chest - Quest: The Dread Relic'),
(185220, 1, 1, 22369, -3774.08, 4710.46, -21.7888, 0.492878, 4, 300000, 'Massive Chest - Quest: The Dread Relic'),
(185220, 1, 1, 22369, -3774.95, 4704.25, -21.977, 0, 4, 300000, 'Massive Chest - Quest: The Dread Relic'),
(185220, 1, 1, 22369, -3772.26, 4699.55, -21.3722, 0.111175, 4, 300000, 'Massive Chest - Quest: The Dread Relic'),
(185220, 1, 1, 22369, -3769.89, 4694.89, -20.7665, 0.406484, 4, 300000, 'Massive Chest - Quest: The Dread Relic'),
(185220, 1, 1, 22369, -3767.46, 4691.24, -20.1502, 6.20901, 4, 300000, 'Massive Chest - Quest: The Dread Relic'),
(185220, 1, 1, 22369, -3763.69, 4688.06, -19.2893, 0.613044, 4, 300000, 'Massive Chest - Quest: The Dread Relic'),
(185220, 1, 1, 22369, -3760.22, 4685.72, -18.5906, 0.334227, 4, 300000, 'Massive Chest - Quest: The Dread Relic'),
(185220, 1, 1, 22369, -3756.1, 4683.74, -17.9125, 0.734772, 4, 300000, 'Massive Chest - Quest: The Dread Relic'),
(185220, 1, 1, 22369, -3751.6, 4682.35, -17.3406, 1.57044, 4, 300000, 'Massive Chest - Quest: The Dread Relic'),
(185220, 1, 1, 22369, -3746.76, 4682.73, -16.8866, 1.93172, 4, 300000, 'Massive Chest - Quest: The Dread Relic'),
(185220, 1, 1, 22369, -3742.75, 4684.69, -16.6026, 1.98513, 4, 300000, 'Massive Chest - Quest: The Dread Relic'),
(185220, 1, 1, 22369, -3739.15, 4687.17, -16.4299, 1.88145, 4, 300000, 'Massive Chest - Quest: The Dread Relic'),
(185220, 1, 1, 22369, -3736.77, 4689.91, -16.3146, 2.49721, 4, 300000, 'Massive Chest - Quest: The Dread Relic'),
(185220, 1, 1, 22369, -3733.74, 4693.02, -16.24, 2.487, 4, 300000, 'Massive Chest - Quest: The Dread Relic'),
(185220, 1, 1, 22369, -3764.99, 4733.9, -20.6666, 5.65487, 4, 300000, 'Massive Chest - Quest: The Dread Relic'),
(185220, 1, 1, 22369, -3770.51, 4728.37, -21.0502, 0, 4, 300000, 'Massive Chest - Quest: The Dread Relic'),
(185220, 1, 1, 22369, -3767.97, 4731.29, -20.9252, 4.03171, 4, 300000, 'Massive Chest - Quest: The Dread Relic'),
(185220, 1, 1, 22369, -3772.36, 4724.78, -21.3002, 5.81195, 4, 300000, 'Massive Chest - Quest: The Dread Relic'),
(185220, 1, 1, 22369, -3731.43, 4697.39, -16.1774, 2.74225, 4, 300000, 'Massive Chest - Quest: The Dread Relic'),
(185220, 1, 1, 22369, -3729.91, 4701.97, -16.1335, 3.04384, 4, 300000, 'Massive Chest - Quest: The Dread Relic'),
(185220, 1, 1, 22369, -3729.4, 4706.81, -16.1222, 3.61561, 4, 300000, 'Massive Chest - Quest: The Dread Relic'),
(185220, 1, 1, 22369, -3760.43, 4736.39, -20.2451, 4.01068, 4, 300000, 'Massive Chest - Quest: The Dread Relic'),
(185220, 1, 1, 22369, -3755.66, 4737.93, -19.8168, 4.3861, 4, 300000, 'Massive Chest - Quest: The Dread Relic'),
(534, 2, 0, 17895, 4925.64, -1528.42, 1327.34, 4.12706, 7, 0, 'Wave 1: 10 Ghouls'),
(534, 2, 0, 17895, 4921.26, -1522.27, 1328.23, 4.26371, 7, 0, 'Wave 1: 10 Ghouls'),
(534, 2, 0, 17895, 4929.17, -1523.59, 1326.97, 4.10323, 7, 0, 'Wave 1: 10 Ghouls'),
(534, 2, 0, 17895, 4924.31, -1518.11, 1327.88, 4.26616, 7, 0, 'Wave 1: 10 Ghouls'),
(534, 2, 0, 17895, 4935.3, -1520.68, 1326.77, 4.03212, 7, 0, 'Wave 1: 10 Ghouls'),
(534, 2, 0, 17895, 4929.83, -1517.27, 1327.31, 4.16824, 7, 0, 'Wave 1: 10 Ghouls'),
(534, 2, 0, 17895, 4937.89, -1515.68, 1326.89, 4.07752, 7, 0, 'Wave 1: 10 Ghouls'),
(534, 2, 0, 17895, 4931.89, -1511.63, 1327.55, 4.19019, 7, 0, 'Wave 1: 10 Ghouls'),
(534, 2, 0, 17895, 4925.92, -1511.79, 1328.05, 4.41097, 7, 0, 'Wave 1: 10 Ghouls'),
(534, 2, 0, 17895, 4920.87, -1515.94, 1328.6, 4.3186, 7, 0, 'Wave 1: 10 Ghouls'),
(534, 2, 1, 17895, 4916.4, -1520.64, 1329.46, 4.36345, 7, 0, 'Wave 2: 10 Ghouls and 2 Crypt Fiends'),
(534, 2, 1, 17895, 4919.44, -1524.3, 1328.71, 4.2793, 7, 0, 'Wave 2: 10 Ghouls and 2 Crypt Fiends'),
(534, 2, 1, 17895, 4923.73, -1528.39, 1327.61, 4.31167, 7, 0, 'Wave 2: 10 Ghouls and 2 Crypt Fiends'),
(534, 2, 1, 17895, 4927.41, -1532.62, 1327.14, 4.04382, 7, 0, 'Wave 2: 10 Ghouls and 2 Crypt Fiends'),
(534, 2, 1, 17895, 4920.35, -1516.24, 1328.75, 4.32485, 7, 0, 'Wave 2: 10 Ghouls and 2 Crypt Fiends'),
(534, 2, 1, 17895, 4924.71, -1519.51, 1327.77, 4.38014, 7, 0, 'Wave 2: 10 Ghouls and 2 Crypt Fiends'),
(534, 2, 1, 17895, 4928.42, -1523.77, 1327.04, 4.24004, 7, 0, 'Wave 2: 10 Ghouls and 2 Crypt Fiends'),
(534, 2, 1, 17895, 4932.15, -1529.67, 1326.95, 4.00712, 7, 0, 'Wave 2: 10 Ghouls and 2 Crypt Fiends'),
(534, 2, 1, 17895, 4916.52, -1528.11, 1329.58, 4.35202, 7, 0, 'Wave 2: 10 Ghouls and 2 Crypt Fiends'),
(534, 2, 1, 17895, 4920.12, -1532.64, 1328.4, 4.38191, 7, 0, 'Wave 2: 10 Ghouls and 2 Crypt Fiends'),
(534, 2, 1, 17897, 4926.6, -1514.81, 1327.57, 4.374, 7, 0, 'Wave 2: 10 Ghouls and 2 Crypt Fiends'),
(534, 2, 1, 17897, 4933.66, -1522.48, 1326.8, 4.06693, 7, 0, 'Wave 2: 10 Ghouls and 2 Crypt Fiends'),
(534, 2, 2, 17895, 4927.04, -1537.16, 1327.37, 3.98367, 7, 0, 'Wave 3: 6 Ghouls and 6 Crypt Fiends'),
(534, 2, 2, 17895, 4923.92, -1532.03, 1327.58, 4.24868, 7, 0, 'Wave 3: 6 Ghouls and 6 Crypt Fiends'),
(534, 2, 2, 17895, 4917.58, -1529.78, 1329.13, 4.51291, 7, 0, 'Wave 3: 6 Ghouls and 6 Crypt Fiends'),
(534, 2, 2, 17895, 4914.54, -1525.05, 1330.08, 4.64452, 7, 0, 'Wave 3: 6 Ghouls and 6 Crypt Fiends'),
(534, 2, 2, 17895, 4907.77, -1523.27, 1332.01, 4.52095, 7, 0, 'Wave 3: 6 Ghouls and 6 Crypt Fiends'),
(534, 2, 2, 17895, 4904.91, -1516.22, 1332.7, 4.90706, 7, 0, 'Wave 3: 6 Ghouls and 6 Crypt Fiends'),
(534, 2, 2, 17897, 4931.42, -1533.64, 1327.04, 3.88825, 7, 0, 'Wave 3: 6 Ghouls and 6 Crypt Fiends'),
(534, 2, 2, 17897, 4926.61, -1528.55, 1327.2, 4.10759, 7, 0, 'Wave 3: 6 Ghouls and 6 Crypt Fiends'),
(534, 2, 2, 17897, 4921.41, -1522.91, 1328.22, 4.2811, 7, 0, 'Wave 3: 6 Ghouls and 6 Crypt Fiends'),
(534, 2, 2, 17897, 4913.25, -1520.05, 1330.44, 4.42615, 7, 0, 'Wave 3: 6 Ghouls and 6 Crypt Fiends'),
(534, 2, 2, 17897, 4934.15, -1524.83, 1326.84, 4.03486, 7, 0, 'Wave 3: 6 Ghouls and 6 Crypt Fiends'),
(534, 2, 2, 17897, 4927.28, -1517.33, 1327.66, 4.20761, 7, 0, 'Wave 3: 6 Ghouls and 6 Crypt Fiends'),
(534, 2, 3, 17895, 4911.12, -1523.11, 1331.1, 4.45173, 7, 0, 'Wave 4: 6 Ghouls, 4 Crypt Fiends and 2 Necromancers'),
(534, 2, 3, 17895, 4908.98, -1517.95, 1331.43, 4.80815, 7, 0, 'Wave 4: 6 Ghouls, 4 Crypt Fiends and 2 Necromancers'),
(534, 2, 3, 17895, 4914.32, -1527.25, 1330.17, 4.42617, 7, 0, 'Wave 4: 6 Ghouls, 4 Crypt Fiends and 2 Necromancers'),
(534, 2, 3, 17895, 4917.81, -1531.8, 1329.04, 4.26539, 7, 0, 'Wave 4: 6 Ghouls, 4 Crypt Fiends and 2 Necromancers'),
(534, 2, 3, 17895, 4921.93, -1535.18, 1327.97, 4.07961, 7, 0, 'Wave 4: 6 Ghouls, 4 Crypt Fiends and 2 Necromancers'),
(534, 2, 3, 17895, 4926.55, -1538.52, 1327.49, 3.96974, 7, 0, 'Wave 4: 6 Ghouls, 4 Crypt Fiends and 2 Necromancers'),
(534, 2, 3, 17897, 4916.12, -1516.37, 1329.68, 4.45792, 7, 0, 'Wave 4: 6 Ghouls, 4 Crypt Fiends and 2 Necromancers'),
(534, 2, 3, 17897, 4926.34, -1517, 1327.86, 4.22424, 7, 0, 'Wave 4: 6 Ghouls, 4 Crypt Fiends and 2 Necromancers'),
(534, 2, 3, 17897, 4930.89, -1522.96, 1326.89, 4.07947, 7, 0, 'Wave 4: 6 Ghouls, 4 Crypt Fiends and 2 Necromancers'),
(534, 2, 3, 17897, 4931.16, -1532.18, 1326.95, 3.9215, 7, 0, 'Wave 4: 6 Ghouls, 4 Crypt Fiends and 2 Necromancers'),
(534, 2, 3, 17899, 4919.99, -1521.77, 1328.61, 4.48955, 7, 0, 'Wave 4: 6 Ghouls, 4 Crypt Fiends and 2 Necromancers'),
(534, 2, 3, 17899, 4923.61, -1526.63, 1327.75, 4.33782, 7, 0, 'Wave 4: 6 Ghouls, 4 Crypt Fiends and 2 Necromancers'),
(534, 2, 4, 17895, 4918.19, -1527.17, 1329.02, 4.31512, 7, 0, 'Wave 5: 2 Ghouls, 6 Crypt Fiends and 4 Necromancers'),
(534, 2, 4, 17895, 4922.89, -1529.58, 1327.83, 4.32295, 7, 0, 'Wave 5: 2 Ghouls, 6 Crypt Fiends and 4 Necromancers'),
(534, 2, 4, 17897, 4916, -1517.16, 1329.59, 4.62049, 7, 0, 'Wave 5: 2 Ghouls, 6 Crypt Fiends and 4 Necromancers'),
(534, 2, 4, 17897, 4920.52, -1519.72, 1328.52, 4.33359, 7, 0, 'Wave 5: 2 Ghouls, 6 Crypt Fiends and 4 Necromancers'),
(534, 2, 4, 17897, 4925.46, -1524.34, 1327.43, 4.17269, 7, 0, 'Wave 5: 2 Ghouls, 6 Crypt Fiends and 4 Necromancers'),
(534, 2, 4, 17897, 4931.46, -1528.24, 1326.91, 4.03499, 7, 0, 'Wave 5: 2 Ghouls, 6 Crypt Fiends and 4 Necromancers'),
(534, 2, 4, 17897, 4924.25, -1513.54, 1328.5, 4.43513, 7, 0, 'Wave 5: 2 Ghouls, 6 Crypt Fiends and 4 Necromancers'),
(534, 2, 4, 17897, 4931.57, -1518.7, 1327.02, 4.12084, 7, 0, 'Wave 5: 2 Ghouls, 6 Crypt Fiends and 4 Necromancers'),
(534, 2, 4, 17899, 4915.2, -1524.54, 1329.94, 4.35917, 7, 0, 'Wave 5: 2 Ghouls, 6 Crypt Fiends and 4 Necromancers'),
(534, 2, 4, 17899, 4912.78, -1522.51, 1330.38, 4.70391, 7, 0, 'Wave 5: 2 Ghouls, 6 Crypt Fiends and 4 Necromancers'),
(534, 2, 4, 17899, 4925.97, -1531.16, 1327.25, 4.0536, 7, 0, 'Wave 5: 2 Ghouls, 6 Crypt Fiends and 4 Necromancers'),
(534, 2, 4, 17899, 4930.2, -1534.04, 1327.05, 4.00794, 7, 0, 'Wave 5: 2 Ghouls, 6 Crypt Fiends and 4 Necromancers'),
(534, 2, 5, 17895, 4931.51, -1535.57, 1327.24, 3.84469, 7, 0, 'Wave 6: 6 Ghouls and 6 Abominations'),
(534, 2, 5, 17895, 4928.22, -1534.31, 1327.11, 4.06069, 7, 0, 'Wave 6: 6 Ghouls and 6 Abominations'),
(534, 2, 5, 17895, 4922.39, -1531.34, 1327.95, 4.15062, 7, 0, 'Wave 6: 6 Ghouls and 6 Abominations'),
(534, 2, 5, 17895, 4918.27, -1528.79, 1328.98, 4.29318, 7, 0, 'Wave 6: 6 Ghouls and 6 Abominations'),
(534, 2, 5, 17895, 4915.33, -1526.44, 1329.73, 4.6135, 7, 0, 'Wave 6: 6 Ghouls and 6 Abominations'),
(534, 2, 5, 17895, 4911.08, -1522.36, 1331.09, 4.45654, 7, 0, 'Wave 6: 6 Ghouls and 6 Abominations'),
(534, 2, 5, 17898, 4934.24, -1529.94, 1327.06, 3.90766, 7, 0, 'Wave 6: 6 Ghouls and 6 Abominations'),
(534, 2, 5, 17898, 4928.81, -1528.16, 1326.99, 4.16474, 7, 0, 'Wave 6: 6 Ghouls and 6 Abominations'),
(534, 2, 5, 17898, 4921.54, -1524.08, 1328.2, 4.24336, 7, 0, 'Wave 6: 6 Ghouls and 6 Abominations'),
(534, 2, 5, 17898, 4915.95, -1520.49, 1329.68, 4.37292, 7, 0, 'Wave 6: 6 Ghouls and 6 Abominations'),
(534, 2, 5, 17898, 4933.45, -1522.37, 1326.79, 4.04113, 7, 0, 'Wave 6: 6 Ghouls and 6 Abominations'),
(534, 2, 5, 17898, 4922.12, -1517.21, 1328.36, 4.28885, 7, 0, 'Wave 6: 6 Ghouls and 6 Abominations'),
(534, 2, 6, 17895, 4926.46, -1534.44, 1327.29, 3.97608, 7, 0, 'Wave 7: 4 Ghouls, 4 Abominations and 4 Necromancers'),
(534, 2, 6, 17895, 4922.68, -1530.79, 1327.85, 4.14204, 7, 0, 'Wave 7: 4 Ghouls, 4 Abominations and 4 Necromancers'),
(534, 2, 6, 17895, 4919.35, -1526.81, 1328.67, 4.47361, 7, 0, 'Wave 7: 4 Ghouls, 4 Abominations and 4 Necromancers'),
(534, 2, 6, 17895, 4915.95, -1522.81, 1329.49, 4.60572, 7, 0, 'Wave 7: 4 Ghouls, 4 Abominations and 4 Necromancers'),
(534, 2, 6, 17899, 4927.56, -1531.93, 1327.12, 4.00167, 7, 0, 'Wave 7: 4 Ghouls, 4 Abominations and 4 Necromancers'),
(534, 2, 6, 17899, 4925.6, -1529.33, 1327.39, 4.09347, 7, 0, 'Wave 7: 4 Ghouls, 4 Abominations and 4 Necromancers'),
(534, 2, 6, 17899, 4919.79, -1523.09, 1328.69, 4.31778, 7, 0, 'Wave 7: 4 Ghouls, 4 Abominations and 4 Necromancers'),
(534, 2, 6, 17899, 4918.63, -1521.64, 1328.85, 4.53092, 7, 0, 'Wave 7: 4 Ghouls, 4 Abominations and 4 Necromancers'),
(534, 2, 6, 17898, 4931.85, -1531.56, 1326.99, 3.92148, 7, 0, 'Wave 7: 4 Ghouls, 4 Abominations and 4 Necromancers'),
(534, 2, 6, 17898, 4927.95, -1526.69, 1327.05, 4.10679, 7, 0, 'Wave 7: 4 Ghouls, 4 Abominations and 4 Necromancers'),
(534, 2, 6, 17898, 4923.52, -1522.35, 1327.76, 4.38535, 7, 0, 'Wave 7: 4 Ghouls, 4 Abominations and 4 Necromancers'),
(534, 2, 6, 17898, 4918.48, -1516.52, 1329.14, 4.40398, 7, 0, 'Wave 7: 4 Ghouls, 4 Abominations and 4 Necromancers'),
(534, 2, 7, 17895, 4932.01, -1531.02, 1326.96, 3.99057, 7, 0, 'Wave 8: 6 Ghouls, 4 Crypt Fiends, 2 Abominations and 2 Necromancers'),
(534, 2, 7, 17895, 4928.32, -1528.83, 1327.05, 4.04109, 7, 0, 'Wave 8: 6 Ghouls, 4 Crypt Fiends, 2 Abominations and 2 Necromancers'),
(534, 2, 7, 17895, 4923.6, -1527.73, 1327.73, 4.16558, 7, 0, 'Wave 8: 6 Ghouls, 4 Crypt Fiends, 2 Abominations and 2 Necromancers'),
(534, 2, 7, 17895, 4920.15, -1527.91, 1328.46, 4.43657, 7, 0, 'Wave 8: 6 Ghouls, 4 Crypt Fiends, 2 Abominations and 2 Necromancers'),
(534, 2, 7, 17895, 4914.41, -1527.23, 1330.21, 4.35545, 7, 0, 'Wave 8: 6 Ghouls, 4 Crypt Fiends, 2 Abominations and 2 Necromancers'),
(534, 2, 7, 17895, 4909.2, -1525.78, 1331.64, 4.47885, 7, 0, 'Wave 8: 6 Ghouls, 4 Crypt Fiends, 2 Abominations and 2 Necromancers'),
(534, 2, 7, 17897, 4932.52, -1524.66, 1326.85, 4.02518, 7, 0, 'Wave 8: 6 Ghouls, 4 Crypt Fiends, 2 Abominations and 2 Necromancers'),
(534, 2, 7, 17897, 4925.13, -1521.9, 1327.55, 4.20156, 7, 0, 'Wave 8: 6 Ghouls, 4 Crypt Fiends, 2 Abominations and 2 Necromancers'),
(534, 2, 7, 17897, 4917.79, -1521.45, 1329.09, 4.33263, 7, 0, 'Wave 8: 6 Ghouls, 4 Crypt Fiends, 2 Abominations and 2 Necromancers'),
(534, 2, 7, 17897, 4911.28, -1520.28, 1330.72, 4.74753, 7, 0, 'Wave 8: 6 Ghouls, 4 Crypt Fiends, 2 Abominations and 2 Necromancers'),
(534, 2, 7, 17898, 4929.81, -1515.53, 1327.69, 4.18752, 7, 0, 'Wave 8: 6 Ghouls, 4 Crypt Fiends, 2 Abominations and 2 Necromancers'),
(534, 2, 7, 17898, 4921.79, -1513.61, 1328.81, 4.35633, 7, 0, 'Wave 8: 6 Ghouls, 4 Crypt Fiends, 2 Abominations and 2 Necromancers'),
(534, 2, 7, 17899, 4936.59, -1518.1, 1326.8, 4.04462, 7, 0, 'Wave 8: 6 Ghouls, 4 Crypt Fiends, 2 Abominations and 2 Necromancers'),
(534, 2, 7, 17899, 4915.96, -1510.81, 1329.75, 4.51507, 7, 0, 'Wave 8: 6 Ghouls, 4 Crypt Fiends, 2 Abominations and 2 Necromancers'),
(534, 2, 8, 17767, 4936.22, -1513.44, 1327.19, 4.10407, 7, 0, 'Rage Winterchill'),
(534, 2, 9, 17895, 4932.95, -1529.6, 1326.7, 3.93737, 7, 0, 'Wave 1: 10 Ghouls'),
(534, 2, 9, 17895, 4929.08, -1526.45, 1326.85, 4.18398, 7, 0, 'Wave 1: 10 Ghouls'),
(534, 2, 9, 17895, 4924.63, -1523.05, 1327.44, 4.3477, 7, 0, 'Wave 1: 10 Ghouls'),
(534, 2, 9, 17895, 4920.14, -1519.8, 1328.42, 4.49776, 7, 0, 'Wave 1: 10 Ghouls'),
(534, 2, 9, 17895, 4916.49, -1516.64, 1329.33, 4.44756, 7, 0, 'Wave 1: 10 Ghouls'),
(534, 2, 9, 17895, 4938.1, -1525.32, 1326.92, 3.9215, 7, 0, 'Wave 1: 10 Ghouls'),
(534, 2, 9, 17895, 4934.7, -1520.92, 1326.68, 4.13411, 7, 0, 'Wave 1: 10 Ghouls'),
(534, 2, 9, 17895, 4930.07, -1517.03, 1327.01, 4.16744, 7, 0, 'Wave 1: 10 Ghouls'),
(534, 2, 9, 17895, 4924.33, -1513.49, 1328.07, 4.28103, 7, 0, 'Wave 1: 10 Ghouls'),
(534, 2, 9, 17895, 4920.15, -1509.88, 1329.03, 4.36685, 7, 0, 'Wave 1: 10 Ghouls'),
(534, 2, 10, 17895, 4928.5, -1534.47, 1327.11, 4.04738, 7, 0, 'Wave 2: 8 Ghouls and 4 Abominations'),
(534, 2, 10, 17895, 4924.64, -1530.77, 1327.51, 4.11648, 7, 0, 'Wave 2: 8 Ghouls and 4 Abominations'),
(534, 2, 10, 17895, 4922.07, -1528.37, 1328.02, 4.36586, 7, 0, 'Wave 2: 8 Ghouls and 4 Abominations'),
(534, 2, 10, 17895, 4918.23, -1525.65, 1328.96, 4.33096, 7, 0, 'Wave 2: 8 Ghouls and 4 Abominations'),
(534, 2, 10, 17895, 4915.26, -1522.31, 1329.86, 4.43942, 7, 0, 'Wave 2: 8 Ghouls and 4 Abominations'),
(534, 2, 10, 17895, 4911.43, -1518.96, 1330.92, 4.55756, 7, 0, 'Wave 2: 8 Ghouls and 4 Abominations'),
(534, 2, 10, 17895, 4919.85, -1532.63, 1328.43, 4.18836, 7, 0, 'Wave 2: 8 Ghouls and 4 Abominations'),
(534, 2, 10, 17895, 4914.41, -1526.89, 1330.03, 4.64463, 7, 0, 'Wave 2: 8 Ghouls and 4 Abominations'),
(534, 2, 10, 17898, 4933.69, -1529.71, 1326.99, 4.01341, 7, 0, 'Wave 2: 8 Ghouls and 4 Abominations'),
(534, 2, 10, 17898, 4929.33, -1525.46, 1326.96, 4.19271, 7, 0, 'Wave 2: 8 Ghouls and 4 Abominations'),
(534, 2, 10, 17898, 4922.8, -1520.3, 1328.02, 4.27665, 7, 0, 'Wave 2: 8 Ghouls and 4 Abominations'),
(534, 2, 10, 17898, 4917.73, -1516.5, 1329.27, 4.57713, 7, 0, 'Wave 2: 8 Ghouls and 4 Abominations'),
(534, 2, 11, 17895, 4926.17, -1533.86, 1327.38, 4.04734, 7, 0, 'Wave 3: 4 Ghouls, 4 Crypt Fiends and 4 Necromancers'),
(534, 2, 11, 17895, 4922.13, -1530.3, 1327.97, 4.16389, 7, 0, 'Wave 3: 4 Ghouls, 4 Crypt Fiends and 4 Necromancers'),
(534, 2, 11, 17895, 4917.75, -1526.04, 1329.19, 4.29672, 7, 0, 'Wave 3: 4 Ghouls, 4 Crypt Fiends and 4 Necromancers'),
(534, 2, 11, 17895, 4913.23, -1521.82, 1330.44, 4.41712, 7, 0, 'Wave 3: 4 Ghouls, 4 Crypt Fiends and 4 Necromancers'),
(534, 2, 11, 17897, 4931.62, -1530.07, 1326.92, 3.95255, 7, 0, 'Wave 3: 4 Ghouls, 4 Crypt Fiends and 4 Necromancers'),
(534, 2, 11, 17897, 4927.17, -1526.05, 1327.13, 4.24177, 7, 0, 'Wave 3: 4 Ghouls, 4 Crypt Fiends and 4 Necromancers'),
(534, 2, 11, 17897, 4921.81, -1521.55, 1328.14, 4.2854, 7, 0, 'Wave 3: 4 Ghouls, 4 Crypt Fiends and 4 Necromancers'),
(534, 2, 11, 17897, 4916.73, -1516.88, 1329.48, 4.44141, 7, 0, 'Wave 3: 4 Ghouls, 4 Crypt Fiends and 4 Necromancers'),
(534, 2, 11, 17899, 4937.74, -1523.79, 1326.98, 3.99891, 7, 0, 'Wave 3: 4 Ghouls, 4 Crypt Fiends and 4 Necromancers'),
(534, 2, 11, 17899, 4933.58, -1519.66, 1326.83, 4.07393, 7, 0, 'Wave 3: 4 Ghouls, 4 Crypt Fiends and 4 Necromancers'),
(534, 2, 11, 17899, 4927.94, -1514.64, 1327.97, 4.22952, 7, 0, 'Wave 3: 4 Ghouls, 4 Crypt Fiends and 4 Necromancers'),
(534, 2, 11, 17899, 4922.64, -1509.86, 1329.06, 4.32917, 7, 0, 'Wave 3: 4 Ghouls, 4 Crypt Fiends and 4 Necromancers'),
(534, 2, 12, 17897, 4939.02, -1523.41, 1326.9, 3.93735, 7, 0, 'Wave 4: 6 Crypt Fiends, 4 Necromancers and 2 Banshees'),
(534, 2, 12, 17897, 4933.43, -1518.3, 1326.74, 4.1111, 7, 0, 'Wave 4: 6 Crypt Fiends, 4 Necromancers and 2 Banshees'),
(534, 2, 12, 17897, 4927.94, -1514.35, 1327.56, 4.34764, 7, 0, 'Wave 4: 6 Crypt Fiends, 4 Necromancers and 2 Banshees'),
(534, 2, 12, 17897, 4921.46, -1510.28, 1328.79, 4.3854, 7, 0, 'Wave 4: 6 Crypt Fiends, 4 Necromancers and 2 Banshees'),
(534, 2, 12, 17897, 4940.06, -1513.15, 1326.81, 4.1287, 7, 0, 'Wave 4: 6 Crypt Fiends, 4 Necromancers and 2 Banshees'),
(534, 2, 12, 17897, 4933.44, -1507.62, 1328, 4.19811, 7, 0, 'Wave 4: 6 Crypt Fiends, 4 Necromancers and 2 Banshees'),
(534, 2, 12, 17899, 4932.81, -1527.55, 1326.7, 4.0224, 7, 0, 'Wave 4: 6 Crypt Fiends, 4 Necromancers and 2 Banshees'),
(534, 2, 12, 17899, 4927.91, -1522.45, 1326.98, 4.26879, 7, 0, 'Wave 4: 6 Crypt Fiends, 4 Necromancers and 2 Banshees'),
(534, 2, 12, 17899, 4922.84, -1518.55, 1327.8, 4.43512, 7, 0, 'Wave 4: 6 Crypt Fiends, 4 Necromancers and 2 Banshees'),
(534, 2, 12, 17899, 4918.32, -1515.15, 1328.97, 4.5675, 7, 0, 'Wave 4: 6 Crypt Fiends, 4 Necromancers and 2 Banshees'),
(534, 2, 12, 17905, 4923.42, -1526.85, 1327.71, 4.18236, 7, 0, 'Wave 4: 6 Crypt Fiends, 4 Necromancers and 2 Banshees'),
(534, 2, 12, 17905, 4918.67, -1522.76, 1328.86, 4.30651, 7, 0, 'Wave 4: 6 Crypt Fiends, 4 Necromancers and 2 Banshees'),
(534, 2, 13, 17895, 4933.62, -1530.23, 1326.73, 3.91324, 7, 0, 'Wave 5: 6 Ghouls, 4 Banshees and 2 Necromancers'),
(534, 2, 13, 17895, 4930.49, -1526.87, 1326.77, 4.14203, 7, 0, 'Wave 5: 6 Ghouls, 4 Banshees and 2 Necromancers'),
(534, 2, 13, 17895, 4926.58, -1522.18, 1327.15, 4.17444, 7, 0, 'Wave 5: 6 Ghouls, 4 Banshees and 2 Necromancers'),
(534, 2, 13, 17895, 4922.78, -1518.18, 1327.84, 4.29752, 7, 0, 'Wave 5: 6 Ghouls, 4 Banshees and 2 Necromancers'),
(534, 2, 13, 17895, 4919.37, -1514.97, 1328.73, 4.54178, 7, 0, 'Wave 5: 6 Ghouls, 4 Banshees and 2 Necromancers'),
(534, 2, 13, 17895, 4915.13, -1510.89, 1329.91, 4.65288, 7, 0, 'Wave 5: 6 Ghouls, 4 Banshees and 2 Necromancers'),
(534, 2, 13, 17905, 4935.26, -1522.9, 1326.71, 4.00362, 7, 0, 'Wave 5: 6 Ghouls, 4 Banshees and 2 Necromancers'),
(534, 2, 13, 17905, 4931.46, -1517.77, 1326.87, 4.23996, 7, 0, 'Wave 5: 6 Ghouls, 4 Banshees and 2 Necromancers'),
(534, 2, 13, 17905, 4927.08, -1514.24, 1327.66, 4.23562, 7, 0, 'Wave 5: 6 Ghouls, 4 Banshees and 2 Necromancers'),
(534, 2, 13, 17905, 4923.01, -1509.55, 1328.69, 4.48493, 7, 0, 'Wave 5: 6 Ghouls, 4 Banshees and 2 Necromancers'),
(534, 2, 13, 17899, 4938.15, -1516.22, 1326.67, 4.06968, 7, 0, 'Wave 5: 6 Ghouls, 4 Banshees and 2 Necromancers'),
(534, 2, 13, 17899, 4929.38, -1507.94, 1328.32, 4.3669, 7, 0, 'Wave 5: 6 Ghouls, 4 Banshees and 2 Necromancers'),
(534, 2, 14, 17895, 4935.93, -1528.83, 1326.91, 3.98017, 7, 0, 'Wave 6: 6 Ghouls, 2 Abominations and 4 Necromancers'),
(534, 2, 14, 17895, 4932.22, -1525.76, 1326.72, 4.11735, 7, 0, 'Wave 6: 6 Ghouls, 2 Abominations and 4 Necromancers'),
(534, 2, 14, 17895, 4928.17, -1523.22, 1326.95, 4.2532, 7, 0, 'Wave 6: 6 Ghouls, 2 Abominations and 4 Necromancers'),
(534, 2, 14, 17895, 4924.04, -1520.06, 1327.56, 4.39246, 7, 0, 'Wave 6: 6 Ghouls, 2 Abominations and 4 Necromancers'),
(534, 2, 14, 17895, 4919.92, -1517.71, 1328.48, 4.32137, 7, 0, 'Wave 6: 6 Ghouls, 2 Abominations and 4 Necromancers'),
(534, 2, 14, 17895, 4915.89, -1515.05, 1329.55, 4.6273, 7, 0, 'Wave 6: 6 Ghouls, 2 Abominations and 4 Necromancers'),
(534, 2, 14, 17898, 4933.29, -1518.86, 1326.73, 4.10761, 7, 0, 'Wave 6: 6 Ghouls, 2 Abominations and 4 Necromancers'),
(534, 2, 14, 17898, 4926.56, -1513.74, 1327.78, 4.24614, 7, 0, 'Wave 6: 6 Ghouls, 2 Abominations and 4 Necromancers'),
(534, 2, 14, 17899, 4937.41, -1523.69, 1326.78, 3.95739, 7, 0, 'Wave 6: 6 Ghouls, 2 Abominations and 4 Necromancers'),
(534, 2, 14, 17899, 4935.64, -1512.89, 1327.04, 4.20856, 7, 0, 'Wave 6: 6 Ghouls, 2 Abominations and 4 Necromancers'),
(534, 2, 14, 17899, 4931.94, -1509.75, 1327.86, 4.20155, 7, 0, 'Wave 6: 6 Ghouls, 2 Abominations and 4 Necromancers'),
(534, 2, 14, 17899, 4921.09, -1511.11, 1328.76, 4.51862, 7, 0, 'Wave 6: 6 Ghouls, 2 Abominations and 4 Necromancers'),
(534, 2, 15, 17895, 4924.87, -1525.1, 1327.39, 4.17527, 7, 0, 'Wave 7: 2 Ghouls, 4 Crypt Fiends, 4 Abominations and 2 Banshees'),
(534, 2, 15, 17895, 4921.65, -1521.12, 1328.08, 4.44743, 7, 0, 'Wave 7: 2 Ghouls, 4 Crypt Fiends, 4 Abominations and 2 Banshees'),
(534, 2, 15, 17897, 4929.17, -1529.47, 1326.89, 4.01254, 7, 0, 'Wave 7: 2 Ghouls, 4 Crypt Fiends, 4 Abominations and 2 Banshees'),
(534, 2, 15, 17897, 4917.5, -1517.41, 1329.07, 4.36527, 7, 0, 'Wave 7: 2 Ghouls, 4 Crypt Fiends, 4 Abominations and 2 Banshees'),
(534, 2, 15, 17897, 4934.65, -1526.13, 1326.76, 4.01342, 7, 0, 'Wave 7: 2 Ghouls, 4 Crypt Fiends, 4 Abominations and 2 Banshees'),
(534, 2, 15, 17897, 4930.84, -1520.83, 1326.79, 4.21905, 7, 0, 'Wave 7: 2 Ghouls, 4 Crypt Fiends, 4 Abominations and 2 Banshees'),
(534, 2, 15, 17898, 4926.24, -1517.24, 1327.4, 4.3625, 7, 0, 'Wave 7: 2 Ghouls, 4 Crypt Fiends, 4 Abominations and 2 Banshees'),
(534, 2, 15, 17898, 4921.27, -1511.85, 1328.66, 4.5119, 7, 0, 'Wave 7: 2 Ghouls, 4 Crypt Fiends, 4 Abominations and 2 Banshees'),
(534, 2, 15, 17898, 4940.84, -1520.85, 1326.93, 3.94631, 7, 0, 'Wave 7: 2 Ghouls, 4 Crypt Fiends, 4 Abominations and 2 Banshees'),
(534, 2, 15, 17898, 4936.27, -1516.31, 1326.69, 4.09272, 7, 0, 'Wave 7: 2 Ghouls, 4 Crypt Fiends, 4 Abominations and 2 Banshees'),
(534, 2, 15, 17905, 4932.07, -1510.97, 1327.68, 4.19105, 7, 0, 'Wave 7: 2 Ghouls, 4 Crypt Fiends, 4 Abominations and 2 Banshees'),
(534, 2, 15, 17905, 4926.97, -1506.62, 1328.65, 4.31251, 7, 0, 'Wave 7: 2 Ghouls, 4 Crypt Fiends, 4 Abominations and 2 Banshees'),
(534, 2, 16, 17895, 4927.99, -1530.35, 1327.02, 4.1491, 7, 0, 'Wave 8: 4 Ghouls, 2 Crypt Fiends, 4 Abominations, 2 Banshees and 2 Necromancers'),
(534, 2, 16, 17895, 4922.85, -1525.78, 1327.84, 4.20333, 7, 0, 'Wave 8: 4 Ghouls, 2 Crypt Fiends, 4 Abominations, 2 Banshees and 2 Necromancers'),
(534, 2, 16, 17895, 4917.35, -1520.76, 1329.19, 4.39869, 7, 0, 'Wave 8: 4 Ghouls, 2 Crypt Fiends, 4 Abominations, 2 Banshees and 2 Necromancers'),
(534, 2, 16, 17895, 4911.64, -1516.44, 1330.68, 4.56144, 7, 0, 'Wave 8: 4 Ghouls, 2 Crypt Fiends, 4 Abominations, 2 Banshees and 2 Necromancers'),
(534, 2, 16, 17898, 4932.75, -1526.41, 1326.71, 4.0943, 7, 0, 'Wave 8: 4 Ghouls, 2 Crypt Fiends, 4 Abominations, 2 Banshees and 2 Necromancers'),
(534, 2, 16, 17898, 4926.73, -1521.29, 1327.15, 4.18232, 7, 0, 'Wave 8: 4 Ghouls, 2 Crypt Fiends, 4 Abominations, 2 Banshees and 2 Necromancers'),
(534, 2, 16, 17898, 4921.31, -1517.25, 1328.15, 4.30287, 7, 0, 'Wave 8: 4 Ghouls, 2 Crypt Fiends, 4 Abominations, 2 Banshees and 2 Necromancers'),
(534, 2, 16, 17898, 4914.79, -1512.8, 1329.92, 4.50579, 7, 0, 'Wave 8: 4 Ghouls, 2 Crypt Fiends, 4 Abominations, 2 Banshees and 2 Necromancers'),
(534, 2, 16, 17897, 4932.8, -1517.23, 1326.8, 4.21816, 7, 0, 'Wave 8: 4 Ghouls, 2 Crypt Fiends, 4 Abominations, 2 Banshees and 2 Necromancers'),
(534, 2, 16, 17897, 4927.06, -1511.41, 1328.06, 4.27498, 7, 0, 'Wave 8: 4 Ghouls, 2 Crypt Fiends, 4 Abominations, 2 Banshees and 2 Necromancers'),
(534, 2, 16, 17905, 4942.2, -1517.49, 1326.84, 4.00992, 7, 0, 'Wave 8: 4 Ghouls, 2 Crypt Fiends, 4 Abominations, 2 Banshees and 2 Necromancers'),
(534, 2, 16, 17905, 4927.27, -1502.73, 1329.03, 4.33346, 7, 0, 'Wave 8: 4 Ghouls, 2 Crypt Fiends, 4 Abominations, 2 Banshees and 2 Necromancers'),
(534, 2, 16, 17899, 4938.31, -1510.94, 1327.08, 4.1805, 7, 0, 'Wave 8: 4 Ghouls, 2 Crypt Fiends, 4 Abominations, 2 Banshees and 2 Necromancers'),
(534, 2, 16, 17899, 4933.12, -1506.65, 1328.14, 4.21473, 7, 0, 'Wave 8: 4 Ghouls, 2 Crypt Fiends, 4 Abominations, 2 Banshees and 2 Necromancers'),
(534, 2, 17, 17808, 4938.75, -1510.62, 1327.08, 4.17698, 7, 0, 'Anetheron'),
(534, 2, 18, 17895, 5471.86, -2392.17, 1460.32, 6.10454, 7, 0, 'Wave 1: 6 Ghoul, 4 Abomination, 2 Banshee, 2 Necromancer'),
(534, 2, 18, 17895, 5475.72, -2388.92, 1460.82, 5.31984, 7, 0, 'Wave 1: 6 Ghoul, 4 Abomination, 2 Banshee, 2 Necromancer'),
(534, 2, 18, 17895, 5479.38, -2386.2, 1461.3, 5.92794, 7, 0, 'Wave 1: 6 Ghoul, 4 Abomination, 2 Banshee, 2 Necromancer'),
(534, 2, 18, 17895, 5482.71, -2382.53, 1461.5, 4.95406, 7, 0, 'Wave 1: 6 Ghoul, 4 Abomination, 2 Banshee, 2 Necromancer'),
(534, 2, 18, 17895, 5487.01, -2379.9, 1461.59, 4.78272, 7, 0, 'Wave 1: 6 Ghoul, 4 Abomination, 2 Banshee, 2 Necromancer'),
(534, 2, 18, 17895, 5489.94, -2376.36, 1461.89, 5.57519, 7, 0, 'Wave 1: 6 Ghoul, 4 Abomination, 2 Banshee, 2 Necromancer'),
(534, 2, 18, 17898, 5466.46, -2387.13, 1462.14, 5.69743, 7, 0, 'Wave 1: 6 Ghoul, 4 Abomination, 2 Banshee, 2 Necromancer'),
(534, 2, 18, 17898, 5473.12, -2381.08, 1461.29, 5.24509, 7, 0, 'Wave 1: 6 Ghoul, 4 Abomination, 2 Banshee, 2 Necromancer'),
(534, 2, 18, 17898, 5480.08, -2375.68, 1461.29, 4.98105, 7, 0, 'Wave 1: 6 Ghoul, 4 Abomination, 2 Banshee, 2 Necromancer'),
(534, 2, 18, 17898, 5486.47, -2370.37, 1461.59, 5.5233, 7, 0, 'Wave 1: 6 Ghoul, 4 Abomination, 2 Banshee, 2 Necromancer'),
(534, 2, 18, 17905, 5466.94, -2377.26, 1463.02, 5.53313, 7, 0, 'Wave 1: 6 Ghoul, 4 Abomination, 2 Banshee, 2 Necromancer'),
(534, 2, 18, 17905, 5470.16, -2374.82, 1461.56, 5.22847, 7, 0, 'Wave 1: 6 Ghoul, 4 Abomination, 2 Banshee, 2 Necromancer'),
(534, 2, 18, 17899, 5473.25, -2371.98, 1460.88, 5.12447, 7, 0, 'Wave 1: 6 Ghoul, 4 Abomination, 2 Banshee, 2 Necromancer'),
(534, 2, 18, 17899, 5476.54, -2368.59, 1460.91, 5.28628, 7, 0, 'Wave 1: 6 Ghoul, 4 Abomination, 2 Banshee, 2 Necromancer'),
(534, 2, 19, 17895, 5473.61, -2393.85, 1460.43, 5.53856, 7, 0, 'Wave 2: 4 Ghoul, 10 Gargoyle'),
(534, 2, 19, 17895, 5481.65, -2387.08, 1461.45, 5.93021, 7, 0, 'Wave 2: 4 Ghoul, 10 Gargoyle'),
(534, 2, 19, 17895, 5484.97, -2383.49, 1461.74, 5.80859, 7, 0, 'Wave 2: 4 Ghoul, 10 Gargoyle'),
(534, 2, 19, 17895, 5491.62, -2377.88, 1462.25, 5.57801, 7, 0, 'Wave 2: 4 Ghoul, 10 Gargoyle'),
(534, 2, 19, 17906, 5823.99, -2908.26, 1564.57, 2.64031, 7, 0, 'Wave 2: 4 Ghoul, 10 Gargoyle'),
(534, 2, 19, 17906, 5802.56, -2886.88, 1551.05, 2.8493, 7, 0, 'Wave 2: 4 Ghoul, 10 Gargoyle'),
(534, 2, 19, 17906, 5776.23, -2872.47, 1612.08, 4.95502, 7, 0, 'Wave 2: 4 Ghoul, 10 Gargoyle'),
(534, 2, 19, 17906, 5770.72, -2834.34, 1598.4, 4.91275, 7, 0, 'Wave 2: 4 Ghoul, 10 Gargoyle'),
(534, 2, 19, 17906, 5780.82, -2822.53, 1576.54, 2.91084, 7, 0, 'Wave 2: 4 Ghoul, 10 Gargoyle'),
(534, 2, 19, 17906, 5786.26, -2859.78, 1576.38, 2.06388, 7, 0, 'Wave 2: 4 Ghoul, 10 Gargoyle'),
(534, 2, 19, 17906, 5804.68, -2901.29, 1587.47, 4.21586, 7, 0, 'Wave 2: 4 Ghoul, 10 Gargoyle'),
(534, 2, 19, 17906, 5823.61, -2938.19, 1617.3, 2.03714, 7, 0, 'Wave 2: 4 Ghoul, 10 Gargoyle'),
(534, 2, 19, 17906, 5797, -2912.52, 1627.13, 1.91228, 7, 0, 'Wave 2: 4 Ghoul, 10 Gargoyle'),
(534, 2, 19, 17906, 5789.98, -2838.95, 1548.42, 4.71027, 7, 0, 'Wave 2: 4 Ghoul, 10 Gargoyle'),
(534, 2, 20, 17895, 5473.3, -2393.05, 1460.44, 5.72772, 7, 0, 'Wave 3: 6 Ghoul, 6 Crypt Fiends, 2 Necromancer'),
(534, 2, 20, 17895, 5477.2, -2389.97, 1460.97, 5.59822, 7, 0, 'Wave 3: 6 Ghoul, 6 Crypt Fiends, 2 Necromancer'),
(534, 2, 20, 17895, 5480.1, -2388.15, 1461.36, 5.13321, 7, 0, 'Wave 3: 6 Ghoul, 6 Crypt Fiends, 2 Necromancer'),
(534, 2, 20, 17895, 5484.46, -2383.28, 1461.68, 5.81074, 7, 0, 'Wave 3: 6 Ghoul, 6 Crypt Fiends, 2 Necromancer'),
(534, 2, 20, 17895, 5487.06, -2381.76, 1461.64, 4.78565, 7, 0, 'Wave 3: 6 Ghoul, 6 Crypt Fiends, 2 Necromancer'),
(534, 2, 20, 17895, 5489.61, -2377.92, 1461.89, 4.69229, 7, 0, 'Wave 3: 6 Ghoul, 6 Crypt Fiends, 2 Necromancer'),
(534, 2, 20, 17897, 5466.04, -2379.19, 1463.63, 5.57272, 7, 0, 'Wave 3: 6 Ghoul, 6 Crypt Fiends, 2 Necromancer'),
(534, 2, 20, 17897, 5479.05, -2368.43, 1461.08, 5.24419, 7, 0, 'Wave 3: 6 Ghoul, 6 Crypt Fiends, 2 Necromancer'),
(534, 2, 20, 17897, 5467.45, -2387.62, 1461.34, 5.69346, 7, 0, 'Wave 3: 6 Ghoul, 6 Crypt Fiends, 2 Necromancer'),
(534, 2, 20, 17897, 5474.27, -2382.17, 1461.34, 5.5013, 7, 0, 'Wave 3: 6 Ghoul, 6 Crypt Fiends, 2 Necromancer'),
(534, 2, 20, 17897, 5480.89, -2377.13, 1461.34, 5.30821, 7, 0, 'Wave 3: 6 Ghoul, 6 Crypt Fiends, 2 Necromancer'),
(534, 2, 20, 17897, 5486.48, -2371.98, 1461.61, 4.78228, 7, 0, 'Wave 3: 6 Ghoul, 6 Crypt Fiends, 2 Necromancer'),
(534, 2, 20, 17899, 5471.71, -2375.95, 1461.21, 5.44927, 7, 0, 'Wave 3: 6 Ghoul, 6 Crypt Fiends, 2 Necromancer'),
(534, 2, 20, 17899, 5474.82, -2372.62, 1460.95, 5.71139, 7, 0, 'Wave 3: 6 Ghoul, 6 Crypt Fiends, 2 Necromancer'),
(534, 2, 21, 17897, 5465.72, -2379.4, 1463.71, 5.39552, 7, 0, 'Wave 4: 6 Crypt Fiends, 2 Necromancer, 6 Gargoyles'),
(534, 2, 21, 17897, 5478.88, -2368.18, 1461.07, 5.24427, 7, 0, 'Wave 4: 6 Crypt Fiends, 2 Necromancer, 6 Gargoyles'),
(534, 2, 21, 17897, 5467.6, -2387.19, 1461.5, 6.02477, 7, 0, 'Wave 4: 6 Crypt Fiends, 2 Necromancer, 6 Gargoyles'),
(534, 2, 21, 17897, 5473.88, -2382.32, 1461.3, 5.24427, 7, 0, 'Wave 4: 6 Crypt Fiends, 2 Necromancer, 6 Gargoyles'),
(534, 2, 21, 17897, 5481.04, -2376.94, 1461.35, 5.30387, 7, 0, 'Wave 4: 6 Crypt Fiends, 2 Necromancer, 6 Gargoyles'),
(534, 2, 21, 17897, 5487.55, -2371.26, 1461.74, 5.52191, 7, 0, 'Wave 4: 6 Crypt Fiends, 2 Necromancer, 6 Gargoyles'),
(534, 2, 21, 17906, 5793.84, -2876.25, 1563.77, 4.62962, 7, 0, 'Wave 4: 6 Crypt Fiends, 2 Necromancer, 6 Gargoyles'),
(534, 2, 21, 17906, 5817, -2909.16, 1582.07, 2.11193, 7, 0, 'Wave 4: 6 Crypt Fiends, 2 Necromancer, 6 Gargoyles'),
(534, 2, 21, 17906, 5777.43, -2899.41, 1604.32, 1.75811, 7, 0, 'Wave 4: 6 Crypt Fiends, 2 Necromancer, 6 Gargoyles'),
(534, 2, 21, 17906, 5771, -2828.34, 1594.33, 2.26822, 7, 0, 'Wave 4: 6 Crypt Fiends, 2 Necromancer, 6 Gargoyles'),
(534, 2, 21, 17906, 5781.95, -2864.14, 1593.85, 4.82583, 7, 0, 'Wave 4: 6 Crypt Fiends, 2 Necromancer, 6 Gargoyles'),
(534, 2, 21, 17906, 5784.72, -2807.96, 1567.11, 4.37997, 7, 0, 'Wave 4: 6 Crypt Fiends, 2 Necromancer, 6 Gargoyles'),
(534, 2, 21, 17899, 5471.47, -2375.93, 1461.28, 5.45226, 7, 0, 'Wave 4: 6 Crypt Fiends, 2 Necromancer, 6 Gargoyles'),
(534, 2, 21, 17899, 5474.26, -2373.03, 1460.94, 5.37189, 7, 0, 'Wave 4: 6 Crypt Fiends, 2 Necromancer, 6 Gargoyles'),
(534, 2, 22, 17895, 5479.02, -2389.68, 1461.18, 6.01239, 7, 0, 'Wave 5: 4 Ghoul, 6 Abomination, 4 Necromancer'),
(534, 2, 22, 17895, 5482.38, -2387.29, 1461.53, 5.92795, 7, 0, 'Wave 5: 4 Ghoul, 6 Abomination, 4 Necromancer'),
(534, 2, 22, 17895, 5484.7, -2385.11, 1461.66, 5.34813, 7, 0, 'Wave 5: 4 Ghoul, 6 Abomination, 4 Necromancer'),
(534, 2, 22, 17895, 5488.69, -2382.81, 1462.06, 5.21352, 7, 0, 'Wave 5: 4 Ghoul, 6 Abomination, 4 Necromancer'),
(534, 2, 22, 17898, 5466.76, -2380.59, 1462.96, 5.39338, 7, 0, 'Wave 5: 4 Ghoul, 6 Abomination, 4 Necromancer'),
(534, 2, 22, 17898, 5479.78, -2369.7, 1461.11, 5.24431, 7, 0, 'Wave 5: 4 Ghoul, 6 Abomination, 4 Necromancer'),
(534, 2, 22, 17898, 5468.89, -2388.77, 1460.94, 5.69708, 7, 0, 'Wave 5: 4 Ghoul, 6 Abomination, 4 Necromancer'),
(534, 2, 22, 17898, 5475.44, -2383.36, 1461.37, 5.50122, 7, 0, 'Wave 5: 4 Ghoul, 6 Abomination, 4 Necromancer'),
(534, 2, 22, 17898, 5481.99, -2378.48, 1461.41, 5.30468, 7, 0, 'Wave 5: 4 Ghoul, 6 Abomination, 4 Necromancer'),
(534, 2, 22, 17898, 5486.68, -2373.58, 1461.66, 4.77959, 7, 0, 'Wave 5: 4 Ghoul, 6 Abomination, 4 Necromancer'),
(534, 2, 22, 17899, 5472.1, -2396.11, 1460.31, 6.18545, 7, 0, 'Wave 5: 4 Ghoul, 6 Abomination, 4 Necromancer'),
(534, 2, 22, 17899, 5475.1, -2392.84, 1460.54, 6.10441, 7, 0, 'Wave 5: 4 Ghoul, 6 Abomination, 4 Necromancer'),
(534, 2, 22, 17899, 5491.19, -2379.43, 1462.32, 5.10694, 7, 0, 'Wave 5: 4 Ghoul, 6 Abomination, 4 Necromancer'),
(534, 2, 22, 17899, 5493.77, -2376.38, 1462.85, 5.01471, 7, 0, 'Wave 5: 4 Ghoul, 6 Abomination, 4 Necromancer'),
(534, 2, 23, 17906, 5387.05, -2536.59, 1561.27, 6.04278, 7, 0, 'Wave 6: 8 Gargoyle, 1 Frost Wyrm'),
(534, 2, 23, 17906, 5384.11, -2508, 1532.07, 5.92368, 7, 0, 'Wave 6: 8 Gargoyle, 1 Frost Wyrm'),
(534, 2, 23, 17906, 5434.01, -2518.21, 1504.21, 5.39656, 7, 0, 'Wave 6: 8 Gargoyle, 1 Frost Wyrm'),
(534, 2, 23, 17906, 5477.96, -2523.49, 1531.5, 4.31112, 7, 0, 'Wave 6: 8 Gargoyle, 1 Frost Wyrm'),
(534, 2, 23, 17906, 5425.07, -2539.16, 1527.67, 5.89218, 7, 0, 'Wave 6: 8 Gargoyle, 1 Frost Wyrm'),
(534, 2, 23, 17906, 5454.33, -2537.71, 1518.54, 5.23416, 7, 0, 'Wave 6: 8 Gargoyle, 1 Frost Wyrm'),
(534, 2, 23, 17906, 5403.74, -2551.1, 1545.23, 6.21172, 7, 0, 'Wave 6: 8 Gargoyle, 1 Frost Wyrm'),
(534, 2, 23, 17906, 5453.16, -2549.67, 1545.86, 0.144697, 7, 0, 'Wave 6: 8 Gargoyle, 1 Frost Wyrm'),
(534, 2, 23, 17907, 5448.23, -2475.62, 1468.52, 4.75688, 7, 0, 'Wave 6: 8 Gargoyle, 1 Frost Wyrm'),
(534, 2, 24, 17895, 5477.12, -2390.86, 1460.97, 5.31804, 7, 0, 'Wave 7: 6 Ghoul, 4 Abomination, 1 Frost Wyrm'),
(534, 2, 24, 17895, 5480.12, -2388.22, 1461.37, 5.13405, 7, 0, 'Wave 7: 6 Ghoul, 4 Abomination, 1 Frost Wyrm'),
(534, 2, 24, 17895, 5483.12, -2384.59, 1461.55, 4.95784, 7, 0, 'Wave 7: 6 Ghoul, 4 Abomination, 1 Frost Wyrm'),
(534, 2, 24, 17895, 5488.02, -2381.72, 1461.91, 5.21525, 7, 0, 'Wave 7: 6 Ghoul, 4 Abomination, 1 Frost Wyrm'),
(534, 2, 24, 17895, 5489.65, -2378.41, 1461.91, 4.6904, 7, 0, 'Wave 7: 6 Ghoul, 4 Abomination, 1 Frost Wyrm'),
(534, 2, 24, 17895, 5494.47, -2374.73, 1463.07, 5.45635, 7, 0, 'Wave 7: 6 Ghoul, 4 Abomination, 1 Frost Wyrm'),
(534, 2, 24, 17898, 5468.42, -2387.87, 1461.13, 6.03252, 7, 0, 'Wave 7: 6 Ghoul, 4 Abomination, 1 Frost Wyrm'),
(534, 2, 24, 17898, 5474.42, -2382.6, 1461.38, 5.50615, 7, 0, 'Wave 7: 6 Ghoul, 4 Abomination, 1 Frost Wyrm'),
(534, 2, 24, 17898, 5480.61, -2377.92, 1461.34, 4.98434, 7, 0, 'Wave 7: 6 Ghoul, 4 Abomination, 1 Frost Wyrm'),
(534, 2, 24, 17898, 5488.22, -2371.79, 1461.82, 5.51993, 7, 0, 'Wave 7: 6 Ghoul, 4 Abomination, 1 Frost Wyrm'),
(534, 2, 24, 17907, 5753.52, -2701.92, 1586.14, 3.26914, 7, 0, 'Wave 7: 6 Ghoul, 4 Abomination, 1 Frost Wyrm'),
(534, 2, 25, 17895, 5477.64, -2389.26, 1461.03, 6.01041, 7, 0, 'Wave 8: 4 Ghoul, 4 Abomination, 4 Crypt Fiends, 2 Banshee, 2 Necromancer'),
(534, 2, 25, 17895, 5480.97, -2386.87, 1461.4, 5.93014, 7, 0, 'Wave 8: 4 Ghoul, 4 Abomination, 4 Crypt Fiends, 2 Banshee, 2 Necromancer'),
(534, 2, 25, 17895, 5483.92, -2384.05, 1461.59, 5.34813, 7, 0, 'Wave 8: 4 Ghoul, 4 Abomination, 4 Crypt Fiends, 2 Banshee, 2 Necromancer'),
(534, 2, 25, 17895, 5486.85, -2381.43, 1461.63, 4.79358, 7, 0, 'Wave 8: 4 Ghoul, 4 Abomination, 4 Crypt Fiends, 2 Banshee, 2 Necromancer'),
(534, 2, 25, 17897, 5464.27, -2379.53, 1464.91, 5.60014, 7, 0, 'Wave 8: 4 Ghoul, 4 Abomination, 4 Crypt Fiends, 2 Banshee, 2 Necromancer'),
(534, 2, 25, 17897, 5469.78, -2376.15, 1461.46, 5.47915, 7, 0, 'Wave 8: 4 Ghoul, 4 Abomination, 4 Crypt Fiends, 2 Banshee, 2 Necromancer'),
(534, 2, 25, 17897, 5476.5, -2370.76, 1460.94, 5.66371, 7, 0, 'Wave 8: 4 Ghoul, 4 Abomination, 4 Crypt Fiends, 2 Banshee, 2 Necromancer'),
(534, 2, 25, 17897, 5481.59, -2366.03, 1461.3, 5.1787, 7, 0, 'Wave 8: 4 Ghoul, 4 Abomination, 4 Crypt Fiends, 2 Banshee, 2 Necromancer'),
(534, 2, 25, 17898, 5467.85, -2387.44, 1461.38, 6.02867, 7, 0, 'Wave 8: 4 Ghoul, 4 Abomination, 4 Crypt Fiends, 2 Banshee, 2 Necromancer'),
(534, 2, 25, 17898, 5474.73, -2381.47, 1461.33, 5.86936, 7, 0, 'Wave 8: 4 Ghoul, 4 Abomination, 4 Crypt Fiends, 2 Banshee, 2 Necromancer'),
(534, 2, 25, 17898, 5481.56, -2376.59, 1461.38, 5.70444, 7, 0, 'Wave 8: 4 Ghoul, 4 Abomination, 4 Crypt Fiends, 2 Banshee, 2 Necromancer'),
(534, 2, 25, 17898, 5486.31, -2372.02, 1461.6, 4.78706, 7, 0, 'Wave 8: 4 Ghoul, 4 Abomination, 4 Crypt Fiends, 2 Banshee, 2 Necromancer'),
(534, 2, 25, 17899, 5470.35, -2396.38, 1460.15, 5.84141, 7, 0, 'Wave 8: 4 Ghoul, 4 Abomination, 4 Crypt Fiends, 2 Banshee, 2 Necromancer'),
(534, 2, 25, 17899, 5492.64, -2375.07, 1462.7, 4.60281, 7, 0, 'Wave 8: 4 Ghoul, 4 Abomination, 4 Crypt Fiends, 2 Banshee, 2 Necromancer'),
(534, 2, 25, 17905, 5473.68, -2392.46, 1460.44, 6.10227, 7, 0, 'Wave 8: 4 Ghoul, 4 Abomination, 4 Crypt Fiends, 2 Banshee, 2 Necromancer'),
(534, 2, 25, 17905, 5489.83, -2377.81, 1461.93, 4.68479, 7, 0, 'Wave 8: 4 Ghoul, 4 Abomination, 4 Crypt Fiends, 2 Banshee, 2 Necromancer'),
(534, 2, 26, 17888, 5526.32, -2449.31, 1468.57, 5.38635, 7, 0, 'Kaz\'rogal'),
(534, 2, 27, 17898, 5466.15, -2379.35, 1463.5, 5.3856, 7, 0, 'Wave 1: 6 Abomination, 6 Necromancer'),
(534, 2, 27, 17898, 5478.63, -2368.87, 1461.07, 4.97111, 7, 0, 'Wave 1: 6 Abomination, 6 Necromancer'),
(534, 2, 27, 17898, 5467.63, -2388.19, 1461.43, 5.53493, 7, 0, 'Wave 1: 6 Abomination, 6 Necromancer'),
(534, 2, 27, 17898, 5473.93, -2382.6, 1461.34, 5.2468, 7, 0, 'Wave 1: 6 Abomination, 6 Necromancer'),
(534, 2, 27, 17898, 5480.4, -2377.57, 1461.33, 4.98719, 7, 0, 'Wave 1: 6 Abomination, 6 Necromancer'),
(534, 2, 27, 17898, 5487.09, -2372.05, 1461.73, 5.12885, 7, 0, 'Wave 1: 6 Abomination, 6 Necromancer'),
(534, 2, 27, 17899, 5473.37, -2393.29, 1460.44, 5.73204, 7, 0, 'Wave 1: 6 Abomination, 6 Necromancer'),
(534, 2, 27, 17899, 5477.7, -2389.39, 1461.04, 6.01451, 7, 0, 'Wave 1: 6 Abomination, 6 Necromancer'),
(534, 2, 27, 17899, 5479.99, -2387.89, 1461.36, 5.1332, 7, 0, 'Wave 1: 6 Abomination, 6 Necromancer'),
(534, 2, 27, 17899, 5484.62, -2383.19, 1461.7, 5.80631, 7, 0, 'Wave 1: 6 Abomination, 6 Necromancer'),
(534, 2, 27, 17899, 5488.52, -2380.59, 1462.01, 5.69263, 7, 0, 'Wave 1: 6 Abomination, 6 Necromancer'),
(534, 2, 27, 17899, 5491.37, -2377.59, 1462.18, 5.57586, 7, 0, 'Wave 1: 6 Abomination, 6 Necromancer'),
(534, 2, 28, 17895, 5475.59, -2388.77, 1460.79, 5.32067, 7, 0, 'Wave 2: 5 Ghoul, 8 Gargoyle, 1 Frost Wyrm'),
(534, 2, 28, 17895, 5478.96, -2385.9, 1461.27, 5.92593, 7, 0, 'Wave 2: 5 Ghoul, 8 Gargoyle, 1 Frost Wyrm'),
(534, 2, 28, 17895, 5482.61, -2382.28, 1461.5, 4.95592, 7, 0, 'Wave 2: 5 Ghoul, 8 Gargoyle, 1 Frost Wyrm'),
(534, 2, 28, 17895, 5486.75, -2379.53, 1461.57, 5.21706, 7, 0, 'Wave 2: 5 Ghoul, 8 Gargoyle, 1 Frost Wyrm'),
(534, 2, 28, 17895, 5489.81, -2376, 1461.87, 5.5704, 7, 0, 'Wave 2: 5 Ghoul, 8 Gargoyle, 1 Frost Wyrm'),
(534, 2, 28, 17907, 5423.37, -2540.91, 1531.12, 5.63367, 7, 0, 'Wave 2: 5 Ghoul, 8 Gargoyle, 1 Frost Wyrm'),
(534, 2, 28, 17906, 5407.96, -2504.33, 1492.23, 5.53997, 7, 0, 'Wave 2: 5 Ghoul, 8 Gargoyle, 1 Frost Wyrm'),
(534, 2, 28, 17906, 5436.77, -2518.69, 1505.26, 4.82078, 7, 0, 'Wave 2: 5 Ghoul, 8 Gargoyle, 1 Frost Wyrm'),
(534, 2, 28, 17906, 5393.47, -2506.89, 1519.25, 5.67484, 7, 0, 'Wave 2: 5 Ghoul, 8 Gargoyle, 1 Frost Wyrm'),
(534, 2, 28, 17906, 5433.89, -2540.07, 1530.02, 6.16795, 7, 0, 'Wave 2: 5 Ghoul, 8 Gargoyle, 1 Frost Wyrm'),
(534, 2, 28, 17906, 5419.36, -2545.74, 1539.55, 6.04943, 7, 0, 'Wave 2: 5 Ghoul, 8 Gargoyle, 1 Frost Wyrm'),
(534, 2, 28, 17906, 5449.62, -2546.1, 1536.21, 4.40696, 7, 0, 'Wave 2: 5 Ghoul, 8 Gargoyle, 1 Frost Wyrm'),
(534, 2, 28, 17906, 5389.71, -2538.28, 1551.52, 5.74906, 7, 0, 'Wave 2: 5 Ghoul, 8 Gargoyle, 1 Frost Wyrm'),
(534, 2, 28, 17906, 5435.06, -2556.65, 1556.27, 0.00303029, 7, 0, 'Wave 2: 5 Ghoul, 8 Gargoyle, 1 Frost Wyrm'),
(534, 2, 29, 17895, 5472.35, -2392.98, 1460.33, 5.54822, 7, 0, 'Wave 3: 6 Ghoul, 8 Infernal'),
(534, 2, 29, 17895, 5476.31, -2389.9, 1460.87, 5.32342, 7, 0, 'Wave 3: 6 Ghoul, 8 Infernal'),
(534, 2, 29, 17895, 5479.44, -2387.3, 1461.31, 5.14465, 7, 0, 'Wave 3: 6 Ghoul, 8 Infernal'),
(534, 2, 29, 17895, 5483.25, -2383.18, 1461.55, 5.34807, 7, 0, 'Wave 3: 6 Ghoul, 8 Infernal'),
(534, 2, 29, 17895, 5486.86, -2380.7, 1461.61, 4.79068, 7, 0, 'Wave 3: 6 Ghoul, 8 Infernal'),
(534, 2, 29, 17895, 5490.06, -2377.03, 1462, 5.11053, 7, 0, 'Wave 3: 6 Ghoul, 8 Infernal'),
(534, 2, 30, 17916, 5473.77, -2394.41, 1460.42, 5.55233, 7, 0, 'Wave 4: 6 Fel Stalker, 8 Infernal'),
(534, 2, 30, 17916, 5478.53, -2389.69, 1461.15, 6.01642, 7, 0, 'Wave 4: 6 Fel Stalker, 8 Infernal'),
(534, 2, 30, 17916, 5482.06, -2387.32, 1461.47, 5.93233, 7, 0, 'Wave 4: 6 Fel Stalker, 8 Infernal'),
(534, 2, 30, 17916, 5483.52, -2385.23, 1461.57, 4.94787, 7, 0, 'Wave 4: 6 Fel Stalker, 8 Infernal'),
(534, 2, 30, 17916, 5488.2, -2382.28, 1461.99, 5.21784, 7, 0, 'Wave 4: 6 Fel Stalker, 8 Infernal'),
(534, 2, 30, 17916, 5492.17, -2378.04, 1462.32, 5.5704, 7, 0, 'Wave 4: 6 Fel Stalker, 8 Infernal'),
(534, 2, 31, 17898, 5467.1, -2387.46, 1461.7, 5.69549, 7, 0, 'Wave 5: 4 Abomination, 6 Fel Stalker, 4 Necromancer'),
(534, 2, 31, 17898, 5473.93, -2381.28, 1461.32, 5.87325, 7, 0, 'Wave 5: 4 Abomination, 6 Fel Stalker, 4 Necromancer'),
(534, 2, 31, 17898, 5480.06, -2376.6, 1461.3, 4.98963, 7, 0, 'Wave 5: 4 Abomination, 6 Fel Stalker, 4 Necromancer'),
(534, 2, 31, 17898, 5487.27, -2370.73, 1461.69, 5.51711, 7, 0, 'Wave 5: 4 Abomination, 6 Fel Stalker, 4 Necromancer'),
(534, 2, 31, 17916, 5472.75, -2392.4, 1460.37, 6.10436, 7, 0, 'Wave 5: 4 Abomination, 6 Fel Stalker, 4 Necromancer'),
(534, 2, 31, 17916, 5476.25, -2389.73, 1460.87, 5.32065, 7, 0, 'Wave 5: 4 Abomination, 6 Fel Stalker, 4 Necromancer'),
(534, 2, 31, 17916, 5479.85, -2386.68, 1461.33, 5.48117, 7, 0, 'Wave 5: 4 Abomination, 6 Fel Stalker, 4 Necromancer'),
(534, 2, 31, 17916, 5483.47, -2383.01, 1461.55, 5.34104, 7, 0, 'Wave 5: 4 Abomination, 6 Fel Stalker, 4 Necromancer'),
(534, 2, 31, 17916, 5486.98, -2380.81, 1461.61, 4.78662, 7, 0, 'Wave 5: 4 Abomination, 6 Fel Stalker, 4 Necromancer'),
(534, 2, 31, 17916, 5490.15, -2377.01, 1462, 5.10868, 7, 0, 'Wave 5: 4 Abomination, 6 Fel Stalker, 4 Necromancer'),
(534, 2, 31, 17899, 5463.58, -2379.83, 1465.34, 5.44682, 7, 0, 'Wave 5: 4 Abomination, 6 Fel Stalker, 4 Necromancer'),
(534, 2, 31, 17899, 5469.56, -2375.89, 1461.79, 5.47856, 7, 0, 'Wave 5: 4 Abomination, 6 Fel Stalker, 4 Necromancer'),
(534, 2, 31, 17899, 5475.5, -2370.34, 1460.9, 5.32149, 7, 0, 'Wave 5: 4 Abomination, 6 Fel Stalker, 4 Necromancer'),
(534, 2, 31, 17899, 5480.95, -2365.24, 1461.21, 4.89806, 7, 0, 'Wave 5: 4 Abomination, 6 Fel Stalker, 4 Necromancer'),
(534, 2, 32, 17899, 5476.29, -2389.15, 1460.85, 6.01658, 7, 0, 'Wave 6: 6 Necromancer, 6 Banshee'),
(534, 2, 32, 17899, 5479.66, -2386.32, 1461.32, 5.93025, 7, 0, 'Wave 6: 6 Necromancer, 6 Banshee'),
(534, 2, 32, 17899, 5483.33, -2383.05, 1461.54, 5.34452, 7, 0, 'Wave 6: 6 Necromancer, 6 Banshee'),
(534, 2, 32, 17899, 5486.86, -2380.05, 1461.59, 4.78854, 7, 0, 'Wave 6: 6 Necromancer, 6 Banshee'),
(534, 2, 32, 17899, 5490.02, -2376.42, 1461.94, 5.10532, 7, 0, 'Wave 6: 6 Necromancer, 6 Banshee'),
(534, 2, 32, 17899, 5492.84, -2373.42, 1462.74, 5.01469, 7, 0, 'Wave 6: 6 Necromancer, 6 Banshee'),
(534, 2, 32, 17905, 5470.77, -2381.38, 1461.58, 5.31158, 7, 0, 'Wave 6: 6 Necromancer, 6 Banshee'),
(534, 2, 32, 17905, 5474.22, -2378.6, 1461.08, 5.1769, 7, 0, 'Wave 6: 6 Necromancer, 6 Banshee'),
(534, 2, 32, 17905, 5477.38, -2375.48, 1461.14, 5.05513, 7, 0, 'Wave 6: 6 Necromancer, 6 Banshee'),
(534, 2, 32, 17905, 5480.38, -2372.38, 1461.16, 5.26169, 7, 0, 'Wave 6: 6 Necromancer, 6 Banshee'),
(534, 2, 32, 17905, 5483.13, -2369.86, 1461.29, 4.86532, 7, 0, 'Wave 6: 6 Necromancer, 6 Banshee'),
(534, 2, 32, 17905, 5486.19, -2366.26, 1461.72, 5.46379, 7, 0, 'Wave 6: 6 Necromancer, 6 Banshee'),
(534, 2, 33, 17895, 5483.2, -2383.26, 1461.53, 4.94173, 7, 0, 'Wave 7: 2 Ghoul, 2 Crypt Fiends, 2 Fel Stalker, 8 Infernal'),
(534, 2, 33, 17895, 5487.84, -2380.24, 1461.78, 5.69474, 7, 0, 'Wave 7: 2 Ghoul, 2 Crypt Fiends, 2 Fel Stalker, 8 Infernal'),
(534, 2, 33, 17897, 5473.73, -2381.66, 1461.29, 5.50122, 7, 0, 'Wave 7: 2 Ghoul, 2 Crypt Fiends, 2 Fel Stalker, 8 Infernal'),
(534, 2, 33, 17897, 5480.04, -2376.51, 1461.3, 4.98907, 7, 0, 'Wave 7: 2 Ghoul, 2 Crypt Fiends, 2 Fel Stalker, 8 Infernal'),
(534, 2, 33, 17916, 5467.37, -2387.18, 1461.73, 6.02636, 7, 0, 'Wave 7: 2 Ghoul, 2 Crypt Fiends, 2 Fel Stalker, 8 Infernal'),
(534, 2, 33, 17916, 5486.38, -2370.96, 1461.59, 4.7829, 7, 0, 'Wave 7: 2 Ghoul, 2 Crypt Fiends, 2 Fel Stalker, 8 Infernal'),
(534, 2, 34, 17898, 5464.77, -2379.7, 1464.4, 5.91138, 7, 0, 'Wave 8: 4 Abomination, 4 Crypt Fiends, 2 Banshee, 2 Necromancer, 4 Fel Stalker'),
(534, 2, 34, 17898, 5470.1, -2376.37, 1461.38, 5.47845, 7, 0, 'Wave 8: 4 Abomination, 4 Crypt Fiends, 2 Banshee, 2 Necromancer, 4 Fel Stalker'),
(534, 2, 34, 17898, 5476.64, -2370.65, 1460.94, 5.65997, 7, 0, 'Wave 8: 4 Abomination, 4 Crypt Fiends, 2 Banshee, 2 Necromancer, 4 Fel Stalker'),
(534, 2, 34, 17898, 5481.88, -2366.25, 1461.32, 5.17502, 7, 0, 'Wave 8: 4 Abomination, 4 Crypt Fiends, 2 Banshee, 2 Necromancer, 4 Fel Stalker'),
(534, 2, 34, 17897, 5468.37, -2387.29, 1461.24, 6.02233, 7, 0, 'Wave 8: 4 Abomination, 4 Crypt Fiends, 2 Banshee, 2 Necromancer, 4 Fel Stalker'),
(534, 2, 34, 17897, 5480.37, -2377.55, 1461.32, 4.98816, 7, 0, 'Wave 8: 4 Abomination, 4 Crypt Fiends, 2 Banshee, 2 Necromancer, 4 Fel Stalker'),
(534, 2, 34, 17897, 5487.71, -2371.49, 1461.77, 5.52271, 7, 0, 'Wave 8: 4 Abomination, 4 Crypt Fiends, 2 Banshee, 2 Necromancer, 4 Fel Stalker'),
(534, 2, 34, 17897, 5474.86, -2381.63, 1461.36, 5.87107, 7, 0, 'Wave 8: 4 Abomination, 4 Crypt Fiends, 2 Banshee, 2 Necromancer, 4 Fel Stalker'),
(534, 2, 34, 17905, 5479.14, -2401.9, 1460.76, 5.72702, 7, 0, 'Wave 8: 4 Abomination, 4 Crypt Fiends, 2 Banshee, 2 Necromancer, 4 Fel Stalker'),
(534, 2, 34, 17905, 5496.94, -2382.93, 1462.72, 5.59256, 7, 0, 'Wave 8: 4 Abomination, 4 Crypt Fiends, 2 Banshee, 2 Necromancer, 4 Fel Stalker'),
(534, 2, 34, 17899, 5470.23, -2397.02, 1460.11, 5.7527, 7, 0, 'Wave 8: 4 Abomination, 4 Crypt Fiends, 2 Banshee, 2 Necromancer, 4 Fel Stalker'),
(534, 2, 34, 17899, 5494.31, -2374.41, 1463.05, 5.455, 7, 0, 'Wave 8: 4 Abomination, 4 Crypt Fiends, 2 Banshee, 2 Necromancer, 4 Fel Stalker'),
(534, 2, 34, 17916, 5481.62, -2386.69, 1461.46, 5.92197, 7, 0, 'Wave 8: 4 Abomination, 4 Crypt Fiends, 2 Banshee, 2 Necromancer, 4 Fel Stalker'),
(534, 2, 34, 17916, 5484.14, -2383.7, 1461.6, 5.33749, 7, 0, 'Wave 8: 4 Abomination, 4 Crypt Fiends, 2 Banshee, 2 Necromancer, 4 Fel Stalker'),
(534, 2, 34, 17916, 5487.9, -2381.31, 1461.88, 5.21284, 7, 0, 'Wave 8: 4 Abomination, 4 Crypt Fiends, 2 Banshee, 2 Necromancer, 4 Fel Stalker'),
(534, 2, 34, 17916, 5489.72, -2378.43, 1461.9, 4.68802, 7, 0, 'Wave 8: 4 Abomination, 4 Crypt Fiends, 2 Banshee, 2 Necromancer, 4 Fel Stalker'),
(534, 2, 35, 17842, 5526.62, -2449.26, 1468.58, 5.36069, 7, 0, 'Azgalor'),
(534, 2, 36, 18304, 4998.44, -1774.23, 1329.8, 0, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 18304, 5073.36, -1723.62, 1327.12, 3.32943, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 18304, 5094.47, -1770.41, 1323.58, 2.30056, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 18304, 5093.89, -1800.05, 1323.1, 3.57821, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 18304, 4998.34, -1757.48, 1331.24, 0, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 18304, 5115.44, -1767.19, 1331.23, 1.63826, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 18304, 5069.35, -1819.29, 1328.15, 0, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 18304, 4942.82, -1887.27, 1326.58, 0, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 18304, 4997.4, -1767.48, 1329.68, 0, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 18304, 5111.54, -1850.4, 1333.59, 1.27366, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 18304, 4947.43, -1893.4, 1326.58, 0, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 18304, 5119.77, -1741.85, 1334.72, 4.14625, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 18304, 5099.9, -1804.11, 1322.15, 3.90355, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 18304, 5100.6, -1853.86, 1331.94, 2.39678, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 18304, 5092.28, -1777.01, 1322.11, 2.03745, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 18304, 5194.69, -1775.33, 1342.85, 3.2234, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 18304, 5072.4, -1839.01, 1328.06, 0, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 18304, 5190.93, -1759.95, 1342.67, 3.55327, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 18304, 5020.8, -1843.79, 1322.1, 1.1794, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 18304, 5130.22, -1800.01, 1333.66, 0, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 18304, 4990.34, -1783.5, 1329.76, 5.22812, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 18304, 4998.32, -1779.32, 1330.37, 0, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 18304, 5188.17, -2116.62, 1292.18, 0.639109, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 18304, 5199.75, -2131.45, 1283.92, 0.116808, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 18304, 5183.09, -2146.65, 1294.17, 4.625, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 18304, 5318.61, -2195.55, 1278.08, 2.33164, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 18304, 5342.73, -2186.79, 1278.72, 1.73473, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 18304, 5339.59, -2106.24, 1299.42, 1.3813, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 18304, 5286.01, -2042.93, 1301.67, 5.59103, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 17906, 5337.28, -2162.09, 1291.23, 4.60767, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 17906, 5342.96, -2090.72, 1313.24, 2.16421, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 17906, 5305.66, -2182.54, 1288.54, 4.7822, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 17906, 5216.65, -2138.84, 1308.11, 1.85005, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 17906, 5214.61, -2097.32, 1305.9, 4.71239, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 17906, 5179.76, -2159.53, 1305.69, 6.02139, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 36, 17906, 5287.03, -2051.17, 1324.37, 5.84685, 7, 0, 'Alliance Base Overrun Wave 1: Gargoyles and Building Triggers'),
(534, 2, 37, 17895, 4970.84, -1490.62, 1331.1, 3.3851, 7, 0, 'Alliance Base Overrun Wave 2: Ghouls'),
(534, 2, 37, 17895, 4932.65, -1513.4, 1327.15, 4.1604, 7, 0, 'Alliance Base Overrun Wave 2: Ghouls'),
(534, 2, 37, 17895, 4953.03, -1511.57, 1327.96, 3.8337, 7, 0, 'Alliance Base Overrun Wave 2: Ghouls'),
(534, 2, 37, 17895, 4937.66, -1523.07, 1326.91, 3.9628, 7, 0, 'Alliance Base Overrun Wave 2: Ghouls'),
(534, 2, 37, 17895, 4922.07, -1510.78, 1328.54, 4.4987, 7, 0, 'Alliance Base Overrun Wave 2: Ghouls'),
(534, 2, 37, 17895, 4981.24, -1495.83, 1329.6, 3.14159, 7, 0, 'Alliance Base Overrun Wave 2: Ghouls'),
(534, 2, 37, 17895, 4927.06, -1505.52, 1328.65, 4.31865, 7, 0, 'Alliance Base Overrun Wave 2: Ghouls'),
(534, 2, 37, 17895, 4932.15, -1529.03, 1326.82, 4.06336, 7, 0, 'Alliance Base Overrun Wave 2: Ghouls'),
(534, 2, 37, 17895, 4925.08, -1519.67, 1327.53, 4.22256, 7, 0, 'Alliance Base Overrun Wave 2: Ghouls'),
(534, 2, 37, 17895, 4995.99, -1477.64, 1333.1, 3.01941, 7, 0, 'Alliance Base Overrun Wave 2: Ghouls'),
(534, 2, 37, 17895, 4918.57, -1523.39, 1328.87, 4.34584, 7, 0, 'Alliance Base Overrun Wave 2: Ghouls'),
(534, 2, 37, 17895, 4942.85, -1506.65, 1327.14, 4.09632, 7, 0, 'Alliance Base Overrun Wave 2: Ghouls'),
(534, 2, 37, 17895, 4948.55, -1513.47, 1327.16, 3.9961, 7, 0, 'Alliance Base Overrun Wave 2: Ghouls'),
(534, 2, 37, 17895, 4952.38, -1497.88, 1329, 4.0474, 7, 0, 'Alliance Base Overrun Wave 2: Ghouls'),
(534, 2, 37, 17895, 4959.34, -1504.2, 1328.43, 3.9663, 7, 0, 'Alliance Base Overrun Wave 2: Ghouls'),
(534, 2, 38, 17895, 4951.4, -1502.68, 1328.07, 4.01615, 7, 0, 'Alliance Base Overrun Wave 3: 20 Ghouls, 3 Crypt Fiends, 4 Abominations'),
(534, 2, 38, 17895, 4948.68, -1506.48, 1327.41, 4.0704, 7, 0, 'Alliance Base Overrun Wave 3: 20 Ghouls, 3 Crypt Fiends, 4 Abominations'),
(534, 2, 38, 17895, 4936.42, -1515.54, 1326.68, 4.1655, 7, 0, 'Alliance Base Overrun Wave 3: 20 Ghouls, 3 Crypt Fiends, 4 Abominations'),
(534, 2, 38, 17895, 4981.94, -1494.03, 1330.21, 3.39448, 7, 0, 'Alliance Base Overrun Wave 3: 20 Ghouls, 3 Crypt Fiends, 4 Abominations'),
(534, 2, 38, 17895, 4986.95, -1483.49, 1332.59, 3.0381, 7, 0, 'Alliance Base Overrun Wave 3: 20 Ghouls, 3 Crypt Fiends, 4 Abominations'),
(534, 2, 38, 17895, 4995.91, -1491.93, 1330, 0.0349, 7, 0, 'Alliance Base Overrun Wave 3: 20 Ghouls, 3 Crypt Fiends, 4 Abominations'),
(534, 2, 38, 17895, 4994.54, -1483.75, 1331.93, 2.9967, 7, 0, 'Alliance Base Overrun Wave 3: 20 Ghouls, 3 Crypt Fiends, 4 Abominations'),
(534, 2, 38, 17895, 5004.86, -1469.25, 1333.71, 1.2566, 7, 0, 'Alliance Base Overrun Wave 3: 20 Ghouls, 3 Crypt Fiends, 4 Abominations'),
(534, 2, 38, 17895, 5008.95, -1479.77, 1331.25, 4.46804, 7, 0, 'Alliance Base Overrun Wave 3: 20 Ghouls, 3 Crypt Fiends, 4 Abominations'),
(534, 2, 38, 17895, 5008.22, -1488.44, 1329.19, 2.9146, 7, 0, 'Alliance Base Overrun Wave 3: 20 Ghouls, 3 Crypt Fiends, 4 Abominations'),
(534, 2, 38, 17897, 5036.24, -1490.52, 1333.12, 3.29867, 7, 0, 'Alliance Base Overrun Wave 3: 20 Ghouls, 3 Crypt Fiends, 4 Abominations'),
(534, 2, 38, 17897, 5033.2, -1465.41, 1333.71, 3.97935, 7, 0, 'Alliance Base Overrun Wave 3: 20 Ghouls, 3 Crypt Fiends, 4 Abominations'),
(534, 2, 38, 17897, 4956.78, -1498.82, 1329.08, 4.04389, 7, 0, 'Alliance Base Overrun Wave 3: 20 Ghouls, 3 Crypt Fiends, 4 Abominations'),
(534, 2, 38, 17898, 5013.55, -1491.94, 1328.69, 1.3439, 7, 0, 'Alliance Base Overrun Wave 3: 20 Ghouls, 3 Crypt Fiends, 4 Abominations'),
(534, 2, 38, 17898, 5009.16, -1472.71, 1332.74, 0.2792, 7, 0, 'Alliance Base Overrun Wave 3: 20 Ghouls, 3 Crypt Fiends, 4 Abominations'),
(534, 2, 38, 17898, 4925.87, -1511.64, 1328.01, 4.2941, 7, 0, 'Alliance Base Overrun Wave 3: 20 Ghouls, 3 Crypt Fiends, 4 Abominations'),
(534, 2, 38, 17895, 5021.02, -1493.14, 1329.57, 2.7925, 7, 0, 'Alliance Base Overrun Wave 3: 20 Ghouls, 3 Crypt Fiends, 4 Abominations'),
(534, 2, 38, 17895, 5017.79, -1482.27, 1330.52, 3.40339, 7, 0, 'Alliance Base Overrun Wave 3: 20 Ghouls, 3 Crypt Fiends, 4 Abominations'),
(534, 2, 38, 17895, 5018.17, -1471.8, 1332.52, 2.0943, 7, 0, 'Alliance Base Overrun Wave 3: 20 Ghouls, 3 Crypt Fiends, 4 Abominations'),
(534, 2, 38, 17895, 5000.11, -1477.63, 1332.58, 1.7788, 7, 0, 'Alliance Base Overrun Wave 3: 20 Ghouls, 3 Crypt Fiends, 4 Abominations'),
(534, 2, 38, 17895, 4999.81, -1486.4, 1330.6, 1.658, 7, 0, 'Alliance Base Overrun Wave 3: 20 Ghouls, 3 Crypt Fiends, 4 Abominations'),
(534, 2, 38, 17895, 4972.1, -1500.51, 1329.47, 4.0323, 7, 0, 'Alliance Base Overrun Wave 3: 20 Ghouls, 3 Crypt Fiends, 4 Abominations'),
(534, 2, 38, 17895, 4962.98, -1494.8, 1330.43, 1.93731, 7, 0, 'Alliance Base Overrun Wave 3: 20 Ghouls, 3 Crypt Fiends, 4 Abominations'),
(534, 2, 38, 17895, 4979.87, -1489.61, 1331.27, 5.7246, 7, 0, 'Alliance Base Overrun Wave 3: 20 Ghouls, 3 Crypt Fiends, 4 Abominations'),
(534, 2, 38, 17895, 4988.24, -1492.46, 1330.59, 2.31883, 7, 0, 'Alliance Base Overrun Wave 3: 20 Ghouls, 3 Crypt Fiends, 4 Abominations'),
(534, 2, 38, 17895, 4934.05, -1520.5, 1326.66, 4.08217, 7, 0, 'Alliance Base Overrun Wave 3: 20 Ghouls, 3 Crypt Fiends, 4 Abominations'),
(534, 2, 38, 17897, 4966.8, -1504.6, 1329.22, 4.4961, 7, 0, 'Alliance Base Overrun Wave 3: 20 Ghouls, 3 Crypt Fiends, 4 Abominations'),
(534, 2, 38, 17898, 4936.28, -1522.26, 1326.72, 4.0829, 7, 0, 'Alliance Base Overrun Wave 3: 20 Ghouls, 3 Crypt Fiends, 4 Abominations'),
(534, 2, 39, 18304, 5542.93, -2687.65, 1481.41, 0, 7, 0, 'Horde Base Overrun Wave 1: Building Triggers'),
(534, 2, 39, 18304, 5395.82, -2869.26, 1512.46, 0, 7, 0, 'Horde Base Overrun Wave 1: Building Triggers'),
(534, 2, 39, 18304, 5533.48, -2650.39, 1480.62, 0, 7, 0, 'Horde Base Overrun Wave 1: Building Triggers'),
(534, 2, 39, 18304, 5200.14, -3029.1, 1569.39, 0, 7, 0, 'Horde Base Overrun Wave 1: Building Triggers'),
(534, 2, 39, 18304, 5438.52, -2687.93, 1486.43, 0, 7, 0, 'Horde Base Overrun Wave 1: Building Triggers'),
(534, 2, 39, 18304, 5396.68, -2875.94, 1512.5, 0, 7, 0, 'Horde Base Overrun Wave 1: Building Triggers'),
(534, 2, 39, 18304, 5416.67, -2750.13, 1486.45, 0, 7, 0, 'Horde Base Overrun Wave 1: Building Triggers'),
(534, 2, 39, 18304, 5361.83, -2975.18, 1538.94, 0, 7, 0, 'Horde Base Overrun Wave 1: Building Triggers'),
(534, 2, 39, 18304, 5446.12, -2704.48, 1486.58, 0, 7, 0, 'Horde Base Overrun Wave 1: Building Triggers'),
(534, 2, 39, 18304, 5343.82, -2962.49, 1537.45, 0, 7, 0, 'Horde Base Overrun Wave 1: Building Triggers'),
(534, 2, 39, 18304, 5567.27, -2768.43, 1496.22, 0, 7, 0, 'Horde Base Overrun Wave 1: Building Triggers'),
(534, 2, 39, 18304, 5443.45, -2698.95, 1486.15, 0, 7, 0, 'Horde Base Overrun Wave 1: Building Triggers'),
(534, 2, 39, 18304, 5514.92, -2805.78, 1499.48, 0, 7, 0, 'Horde Base Overrun Wave 1: Building Triggers'),
(534, 2, 39, 18304, 5515.06, -2621.35, 1484.59, 0, 7, 0, 'Horde Base Overrun Wave 1: Building Triggers'),
(534, 2, 39, 18304, 5580.92, -2624.29, 1488.57, 0, 7, 0, 'Horde Base Overrun Wave 1: Building Triggers'),
(534, 2, 39, 18304, 5379.5, -2833.33, 1513.13, 0, 7, 0, 'Horde Base Overrun Wave 1: Building Triggers'),
(534, 2, 39, 18304, 5537.55, -2807.92, 1498.78, 0, 7, 0, 'Horde Base Overrun Wave 1: Building Triggers'),
(534, 2, 39, 18304, 5388.88, -2845.65, 1513.24, 0, 7, 0, 'Horde Base Overrun Wave 1: Building Triggers'),
(534, 2, 39, 18304, 5504.35, -2960.51, 1538.28, 0, 7, 0, 'Horde Base Overrun Wave 1: Building Triggers'),
(534, 2, 39, 18304, 5532.27, -2677.55, 1479.76, 0, 7, 0, 'Horde Base Overrun Wave 1: Building Triggers'),
(534, 2, 39, 18304, 5589.14, -2739.07, 1494.21, 0, 7, 0, 'Horde Base Overrun Wave 1: Building Triggers'),
(534, 2, 39, 18304, 5497.02, -2987.4, 1539.61, 0, 7, 0, 'Horde Base Overrun Wave 1: Building Triggers'),
(534, 2, 39, 18304, 5397.4, -2864.06, 1512.37, 0, 7, 0, 'Horde Base Overrun Wave 1: Building Triggers'),
(534, 2, 39, 18304, 5426.56, -3003.04, 1550.95, 0, 7, 0, 'Horde Base Overrun Wave 1: Building Triggers'),
(534, 2, 39, 18304, 5600.73, -2694.19, 1494.47, 0, 7, 0, 'Horde Base Overrun Wave 1: Building Triggers'),
(534, 2, 39, 18304, 5336.38, -3107.86, 1582.64, 0, 7, 0, 'Horde Base Overrun Wave 1: Building Triggers'),
(534, 2, 39, 18304, 5427.29, -2732.21, 1485.95, 0, 7, 0, 'Horde Base Overrun Wave 1: Building Triggers'),
(534, 2, 39, 18304, 5402.47, -3007.31, 1549.58, 0, 7, 0, 'Horde Base Overrun Wave 1: Building Triggers'),
(534, 2, 39, 18304, 5398.5, -2882.07, 1513.83, 0, 7, 0, 'Horde Base Overrun Wave 1: Building Triggers'),
(534, 2, 39, 18304, 5361.87, -2833.85, 1511.89, 0, 7, 0, 'Horde Base Overrun Wave 1: Building Triggers'),
(534, 2, 39, 18304, 5394.14, -2847.4, 1512.37, 0, 7, 0, 'Horde Base Overrun Wave 1: Building Triggers'),
(534, 2, 39, 18304, 5319.41, -2969.34, 1537.38, 0, 7, 0, 'Horde Base Overrun Wave 1: Building Triggers'),
(534, 2, 39, 18304, 5191.28, -3018.44, 1569.96, 0, 7, 0, 'Horde Base Overrun Wave 1: Building Triggers'),
(534, 2, 40, 17895, 5500.83, -2394.47, 1464.09, 5.94642, 7, 0, 'Horde Base Overrun Wave 2: 16 Ghouls, 4 Crypt Fiends, 1 Abominations, 1 Infernal Target'),
(534, 2, 40, 17895, 5492.91, -2402.08, 1462.72, 4.13136, 7, 0, 'Horde Base Overrun Wave 2: 16 Ghouls, 4 Crypt Fiends, 1 Abominations, 1 Infernal Target'),
(534, 2, 40, 17895, 5485.67, -2409.41, 1461.32, 0.262588, 7, 0, 'Horde Base Overrun Wave 2: 16 Ghouls, 4 Crypt Fiends, 1 Abominations, 1 Infernal Target'),
(534, 2, 40, 17895, 5477.7, -2408.63, 1459.91, 0.194444, 7, 0, 'Horde Base Overrun Wave 2: 16 Ghouls, 4 Crypt Fiends, 1 Abominations, 1 Infernal Target'),
(534, 2, 40, 17895, 5485.72, -2398.32, 1461.7, 6.21269, 7, 0, 'Horde Base Overrun Wave 2: 16 Ghouls, 4 Crypt Fiends, 1 Abominations, 1 Infernal Target'),
(534, 2, 40, 17895, 5501.27, -2382.85, 1463.6, 5.47775, 7, 0, 'Horde Base Overrun Wave 2: 16 Ghouls, 4 Crypt Fiends, 1 Abominations, 1 Infernal Target'),
(534, 2, 40, 17895, 5492.36, -2389.24, 1462.16, 4.5355, 7, 0, 'Horde Base Overrun Wave 2: 16 Ghouls, 4 Crypt Fiends, 1 Abominations, 1 Infernal Target'),
(534, 2, 40, 17895, 5472.31, -2399.51, 1459.85, 5.89859, 7, 0, 'Horde Base Overrun Wave 2: 16 Ghouls, 4 Crypt Fiends, 1 Abominations, 1 Infernal Target'),
(534, 2, 40, 17895, 5466.67, -2390.85, 1461.08, 6.09642, 7, 0, 'Horde Base Overrun Wave 2: 16 Ghouls, 4 Crypt Fiends, 1 Abominations, 1 Infernal Target'),
(534, 2, 40, 17895, 5477.06, -2385.98, 1461.06, 5.94277, 7, 0, 'Horde Base Overrun Wave 2: 16 Ghouls, 4 Crypt Fiends, 1 Abominations, 1 Infernal Target'),
(534, 2, 40, 17895, 5487.52, -2380.03, 1461.59, 5.2057, 7, 0, 'Horde Base Overrun Wave 2: 16 Ghouls, 4 Crypt Fiends, 1 Abominations, 1 Infernal Target'),
(534, 2, 40, 17895, 5495.06, -2375.44, 1462.82, 5.45858, 7, 0, 'Horde Base Overrun Wave 2: 16 Ghouls, 4 Crypt Fiends, 1 Abominations, 1 Infernal Target'),
(534, 2, 40, 17895, 5490.47, -2366.38, 1462.75, 5.01806, 7, 0, 'Horde Base Overrun Wave 2: 16 Ghouls, 4 Crypt Fiends, 1 Abominations, 1 Infernal Target'),
(534, 2, 40, 17895, 5480.81, -2372.67, 1461.19, 5.6425, 7, 0, 'Horde Base Overrun Wave 2: 16 Ghouls, 4 Crypt Fiends, 1 Abominations, 1 Infernal Target'),
(534, 2, 40, 17895, 5468.75, -2381.24, 1462.38, 5.91104, 7, 0, 'Horde Base Overrun Wave 2: 16 Ghouls, 4 Crypt Fiends, 1 Abominations, 1 Infernal Target'),
(534, 2, 40, 17895, 5481.21, -2392.75, 1461.25, 5.58505, 7, 0, 'Horde Base Overrun Wave 2: 16 Ghouls, 4 Crypt Fiends, 1 Abominations, 1 Infernal Target'),
(534, 2, 40, 21075, 5507.6, -2388.24, 1465.03, 5.98648, 7, 0, 'Horde Base Overrun Wave 2: 16 Ghouls, 4 Crypt Fiends, 1 Abominations, 1 Infernal Target'),
(534, 2, 40, 17897, 5489.01, -2372.28, 1461.9, 5.0903, 7, 0, 'Horde Base Overrun Wave 2: 16 Ghouls, 4 Crypt Fiends, 1 Abominations, 1 Infernal Target'),
(534, 2, 40, 17897, 5474.39, -2377.11, 1461.04, 5.79288, 7, 0, 'Horde Base Overrun Wave 2: 16 Ghouls, 4 Crypt Fiends, 1 Abominations, 1 Infernal Target'),
(534, 2, 40, 17897, 5483.5, -2354.25, 1461.63, 5.0666, 7, 0, 'Horde Base Overrun Wave 2: 16 Ghouls, 4 Crypt Fiends, 1 Abominations, 1 Infernal Target'),
(534, 2, 40, 17897, 5467.47, -2360.17, 1460.62, 5.33402, 7, 0, 'Horde Base Overrun Wave 2: 16 Ghouls, 4 Crypt Fiends, 1 Abominations, 1 Infernal Target'),
(534, 2, 40, 17898, 5509.86, -2400.57, 1465.54, 4.34384, 7, 0, 'Horde Base Overrun Wave 2: 16 Ghouls, 4 Crypt Fiends, 1 Abominations, 1 Infernal Target'),
(534, 2, 41, 17898, 5492.67, -2419.2, 1462.79, 0.47287, 7, 0, 'Horde Base Overrun Wave 2: 3 Abominations, 15 Ghouls'),
(534, 2, 41, 17898, 5496.63, -2385.82, 1462.68, 5.01711, 7, 0, 'Horde Base Overrun Wave 2: 3 Abominations, 15 Ghouls'),
(534, 2, 41, 17898, 5476.78, -2395.6, 1460.49, 5.48954, 7, 0, 'Horde Base Overrun Wave 2: 3 Abominations, 15 Ghouls'),
(534, 2, 41, 17895, 5504.54, -2402.23, 1464.94, 4.76836, 7, 0, 'Horde Base Overrun Wave 2: 3 Abominations, 15 Ghouls'),
(534, 2, 41, 17895, 5486.17, -2402.34, 1461.79, 0.0547436, 7, 0, 'Horde Base Overrun Wave 2: 3 Abominations, 15 Ghouls'),
(534, 2, 41, 17895, 5492.58, -2360.2, 1466.43, 5.27947, 7, 0, 'Horde Base Overrun Wave 2: 3 Abominations, 15 Ghouls'),
(534, 2, 41, 17895, 5474.82, -2368.18, 1460.86, 5.05423, 7, 0, 'Horde Base Overrun Wave 2: 3 Abominations, 15 Ghouls'),
(534, 2, 41, 17895, 5460.09, -2378.42, 1469.52, 5.6308, 7, 0, 'Horde Base Overrun Wave 2: 3 Abominations, 15 Ghouls'),
(534, 2, 41, 17895, 5463.88, -2402.76, 1459.79, 6.04456, 7, 0, 'Horde Base Overrun Wave 2: 3 Abominations, 15 Ghouls'),
(534, 2, 41, 17895, 5487.01, -2394.08, 1461.72, 5.48124, 7, 0, 'Horde Base Overrun Wave 2: 3 Abominations, 15 Ghouls'),
(534, 2, 41, 17895, 5507.82, -2379.37, 1466.46, 4.63245, 7, 0, 'Horde Base Overrun Wave 2: 3 Abominations, 15 Ghouls'),
(534, 2, 41, 17895, 5510.29, -2393.92, 1465.54, 5.58741, 7, 0, 'Horde Base Overrun Wave 2: 3 Abominations, 15 Ghouls'),
(534, 2, 41, 17895, 5469.08, -2370.72, 1461.52, 5.73679, 7, 0, 'Horde Base Overrun Wave 2: 3 Abominations, 15 Ghouls'),
(534, 2, 41, 17895, 5483.89, -2342.31, 1462.35, 4.78969, 7, 0, 'Horde Base Overrun Wave 2: 3 Abominations, 15 Ghouls'),
(534, 2, 41, 17895, 5469.63, -2350.95, 1460.2, 5.03941, 7, 0, 'Horde Base Overrun Wave 2: 3 Abominations, 15 Ghouls'),
(534, 2, 41, 17895, 5457.84, -2364.16, 1473.46, 5.3302, 7, 0, 'Horde Base Overrun Wave 2: 3 Abominations, 15 Ghouls'),
(534, 2, 41, 17895, 5464.17, -2383.03, 1464.41, 5.969, 7, 0, 'Horde Base Overrun Wave 2: 3 Abominations, 15 Ghouls'),
(534, 2, 41, 17895, 5506.33, -2393.53, 1464.78, 5.75037, 7, 0, 'Horde Base Overrun Wave 2: 3 Abominations, 15 Ghouls'),
(534, 2, 42, 17895, 5382.5, -3283.57, 1623.33, 2.74017, 7, 0, 'Night Elf Wave'),
(534, 2, 42, 17895, 5371.67, -3289.22, 1624.29, 4.99049, 7, 0, 'Night Elf Wave'),
(534, 2, 42, 17895, 5372.95, -3280.65, 1622.65, 5.13065, 7, 0, 'Night Elf Wave'),
(534, 2, 42, 17897, 5371.83, -3261.14, 1617.89, 5.01483, 7, 0, 'Night Elf Wave'),
(534, 2, 42, 17895, 5365.37, -3284.09, 1622.77, 5.21722, 7, 0, 'Night Elf Wave'),
(534, 2, 42, 17895, 5373.57, -3272.72, 1620.65, 4.99166, 7, 0, 'Night Elf Wave'),
(534, 2, 42, 17895, 5365.25, -3274.99, 1620.96, 5.22651, 7, 0, 'Night Elf Wave'),
(534, 2, 42, 17898, 5361.22, -3266.66, 1619.22, 5.21686, 7, 0, 'Night Elf Wave'),
(17852, 0, 0, 17920, 5489.71, -2781.63, 1497.73, 1.32645, 3, 21000, 'Horde Retreat'),
(17852, 0, 0, 17920, 5480.39, -2778.91, 1497.07, 1.0472, 3, 21000, 'Horde Retreat'),
(17852, 0, 0, 17772, 5486.3, -2777.72, 1496.69, 1.0821, 3, 21000, 'Horde Retreat');
/*!40103 SET TIME_ZONE=IFNULL(@OLD_TIME_ZONE, 'system') */;
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
/*!40014 SET FOREIGN_KEY_CHECKS=IFNULL(@OLD_FOREIGN_KEY_CHECKS, 1) */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40111 SET SQL_NOTES=IFNULL(@OLD_SQL_NOTES, 1) */;