* auth * char * world * archive * new files * v * correct auth db * add support get last file from archive * correct world updates * fix auth * pendinig to normal * add pending auth * add pendings * smallint * MEDIUMINT
11162 lines
709 KiB
SQL
11162 lines
709 KiB
SQL
-- --------------------------------------------------------
|
||
-- Хост: 127.0.0.1
|
||
-- Версия сервера: 10.6.4-MariaDB - mariadb.org binary distribution
|
||
-- Операционная система: Win64
|
||
-- HeidiSQL Версия: 11.3.0.6295
|
||
-- --------------------------------------------------------
|
||
|
||
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
|
||
/*!40101 SET NAMES utf8 */;
|
||
/*!50503 SET NAMES utf8mb4 */;
|
||
/*!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 */;
|
||
|
||
-- Дамп структуры для таблица acore_world.waypoints
|
||
DROP TABLE IF EXISTS `waypoints`;
|
||
CREATE TABLE IF NOT EXISTS `waypoints` (
|
||
`entry` MEDIUMINT unsigned NOT NULL DEFAULT 0,
|
||
`pointid` MEDIUMINT 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,
|
||
`delay` INT unsigned NOT NULL DEFAULT 0,
|
||
`point_comment` text DEFAULT NULL,
|
||
PRIMARY KEY (`entry`,`pointid`)
|
||
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 ROW_FORMAT=FIXED COMMENT='Creature waypoints';
|
||
|
||
-- Дамп данных таблицы acore_world.waypoints: 11 123 rows
|
||
DELETE FROM `waypoints`;
|
||
/*!40000 ALTER TABLE `waypoints` DISABLE KEYS */;
|
||
INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `point_comment`) VALUES
|
||
(225, 1, -10616.7, -1150.73, 28.0361, 0, 0, 'Gavin Gnarltree'),
|
||
(225, 2, -10609.4, -1154.94, 28.2175, 0, 0, 'Gavin Gnarltree'),
|
||
(225, 3, -10605.3, -1157.31, 30.007, 0, 0, 'Gavin Gnarltree'),
|
||
(225, 4, -10600.3, -1159.58, 30.0602, 0, 0, 'Gavin Gnarltree'),
|
||
(225, 5, -10596.1, -1156.43, 30.0602, 0, 0, 'Gavin Gnarltree'),
|
||
(225, 6, -10596.9, -1154.15, 30.0597, 0, 0, 'Gavin Gnarltree'),
|
||
(225, 7, -10601.7, -1159.03, 30.0602, 0, 0, 'Gavin Gnarltree'),
|
||
(225, 8, -10606, -1156.86, 29.9963, 0, 0, 'Gavin Gnarltree'),
|
||
(225, 9, -10609.6, -1155.18, 28.2269, 0, 0, 'Gavin Gnarltree'),
|
||
(225, 10, -10617.3, -1153.9, 27.1127, 0, 0, 'Gavin Gnarltree'),
|
||
(467, 1, -10508.4, 1068, 55.21, 0, 0, ''),
|
||
(467, 2, -10518.3, 1074.84, 53.96, 0, 0, ''),
|
||
(467, 3, -10534.8, 1081.92, 49.88, 0, 0, ''),
|
||
(467, 4, -10546.5, 1084.88, 50.13, 0, 0, ''),
|
||
(467, 5, -10555.3, 1084.45, 45.75, 0, 0, ''),
|
||
(467, 6, -10566.6, 1083.53, 42.1, 0, 0, ''),
|
||
(467, 7, -10575.8, 1082.34, 39.46, 0, 0, ''),
|
||
(467, 8, -10585.7, 1081.08, 37.77, 0, 0, ''),
|
||
(467, 9, -10600.1, 1078.19, 36.23, 0, 0, ''),
|
||
(467, 10, -10608.7, 1076.08, 35.88, 0, 0, ''),
|
||
(467, 11, -10621.3, 1073, 35.4, 0, 0, ''),
|
||
(467, 12, -10638.1, 1060.18, 33.61, 0, 0, ''),
|
||
(467, 13, -10655.9, 1038.99, 33.48, 0, 0, ''),
|
||
(467, 14, -10664.7, 1030.54, 32.7, 0, 0, ''),
|
||
(467, 15, -10708.7, 1033.86, 33.32, 0, 0, ''),
|
||
(467, 16, -10754.4, 1017.93, 32.79, 0, 0, ''),
|
||
(467, 17, -10802.3, 1018.01, 32.16, 0, 0, ''),
|
||
(467, 18, -10832.6, 1009.04, 32.71, 0, 0, ''),
|
||
(467, 19, -10866.6, 1006.51, 31.71, 0, 0, ''),
|
||
(467, 20, -10880, 1005.1, 32.84, 0, 0, ''),
|
||
(467, 21, -10892.5, 1001.32, 34.46, 0, 0, ''),
|
||
(467, 22, -10906.1, 997.11, 36.15, 0, 0, ''),
|
||
(467, 23, -10922.3, 1002.23, 35.74, 0, 0, ''),
|
||
(467, 24, -10936.3, 1023.38, 36.52, 0, 0, ''),
|
||
(467, 25, -10933.3, 1052.61, 35.85, 0, 0, ''),
|
||
(467, 26, -10940.2, 1077.66, 36.49, 0, 0, ''),
|
||
(467, 27, -10957.1, 1099.33, 36.83, 0, 0, ''),
|
||
(467, 28, -10956.5, 1119.9, 36.73, 0, 0, ''),
|
||
(467, 29, -10939.3, 1150.75, 37.42, 0, 0, ''),
|
||
(467, 30, -10915.1, 1202.09, 36.55, 0, 0, ''),
|
||
(467, 31, -10892.6, 1257.03, 33.37, 0, 0, ''),
|
||
(467, 32, -10891.9, 1306.66, 35.45, 0, 0, ''),
|
||
(467, 33, -10896.2, 1327.86, 37.77, 0, 0, ''),
|
||
(467, 34, -10906, 1368.05, 40.91, 0, 0, ''),
|
||
(467, 35, -10910.2, 1389.33, 42.62, 0, 0, ''),
|
||
(467, 36, -10915.4, 1417.72, 42.93, 0, 0, ''),
|
||
(467, 37, -10926.4, 1421.18, 43.04, 0, 0, 'walk here and say'),
|
||
(467, 38, -10952.3, 1421.74, 43.4, 0, 0, ''),
|
||
(467, 39, -10980, 1411.38, 42.79, 0, 0, ''),
|
||
(467, 40, -11006.1, 1420.47, 43.26, 0, 0, ''),
|
||
(467, 41, -11022, 1450.59, 43.09, 0, 0, ''),
|
||
(467, 42, -11025.4, 1491.59, 43.15, 0, 0, ''),
|
||
(467, 43, -11036.1, 1508.32, 43.28, 0, 0, ''),
|
||
(467, 44, -11060.7, 1526.72, 43.19, 0, 0, ''),
|
||
(467, 45, -11072.8, 1527.77, 43.2, 0, 0, 'say and quest credit'),
|
||
(1379, 1, -5759.31, -3437.9, 305.068, 0, 0, 'Miran'),
|
||
(1379, 2, -5754.53, -3447.25, 303.322, 0, 0, 'Miran'),
|
||
(1379, 3, -5747.61, -3460.78, 301.841, 0, 0, 'Miran'),
|
||
(1379, 4, -5739.16, -3477.3, 301.651, 0, 0, 'Miran'),
|
||
(1379, 5, -5730.17, -3494.88, 301.962, 0, 0, 'Miran'),
|
||
(1379, 6, -5723.29, -3508.34, 304.204, 0, 0, 'Miran'),
|
||
(1379, 7, -5718.41, -3517.89, 302.778, 0, 0, 'Miran'),
|
||
(1379, 8, -5711.49, -3531.41, 304.855, 0, 0, 'Miran'),
|
||
(1379, 9, -5703.01, -3547.99, 305.502, 0, 0, 'Miran'),
|
||
(1379, 10, -5696.12, -3561.47, 307.576, 0, 0, 'Miran'),
|
||
(1379, 11, -5690.29, -3572.88, 309.155, 0, 0, 'Miran'),
|
||
(1379, 12, -5676.49, -3599.86, 312.34, 0, 0, 'Miran'),
|
||
(1379, 13, -5674.37, -3625.38, 311.243, 0, 0, 'Miran'),
|
||
(1379, 14, -5675.87, -3633.44, 311.676, 0, 0, 'Miran'),
|
||
(1379, 15, -5678.63, -3648.37, 315.188, 0, 0, 'Miran'),
|
||
(1379, 16, -5680.54, -3658.7, 312.664, 0, 0, 'Miran'),
|
||
(1379, 17, -5682.03, -3666.75, 314.376, 0, 0, 'Miran'),
|
||
(1379, 18, -5684.37, -3679.35, 314.575, 0, 0, 'Miran'),
|
||
(1379, 19, -5687.97, -3698.82, 317.591, 0, 0, 'Miran'),
|
||
(1379, 20, -5689.9, -3709.22, 316.164, 0, 0, 'Miran'),
|
||
(1379, 21, -5692.24, -3721.88, 316.468, 0, 0, 'Miran'),
|
||
(1379, 22, -5694.58, -3734.49, 318.374, 0, 0, 'Miran'),
|
||
(1379, 23, -5698.61, -3756.24, 322.457, 0, 0, 'Miran'),
|
||
(1379, 24, -5700.1, -3764.29, 323.779, 0, 0, 'Miran'),
|
||
(1706, 1, -8641.35, 1324.81, 5.233, 0, 0, 'Defias Prisoner'),
|
||
(1706, 2, -8640.57, 1323.19, 5.25525, 0, 0, 'Defias Prisoner'),
|
||
(1706, 3, -8631.9, 1306.63, 5.2324, 0, 0, 'Defias Prisoner'),
|
||
(1706, 4, -8619.75, 1282.73, 5.2324, 0, 0, 'Defias Prisoner'),
|
||
(1706, 5, -8608.1, 1259.83, 5.2324, 0, 0, 'Defias Prisoner'),
|
||
(1706, 6, -8600.4, 1244.67, 5.70763, 0, 0, 'Defias Prisoner'),
|
||
(1706, 7, -8592.91, 1229.94, 5.2311, 0, 0, 'Defias Prisoner'),
|
||
(1706, 8, -8587.89, 1220.72, 5.63664, 0, 0, 'Defias Prisoner'),
|
||
(1706, 9, -8585.38, 1215.41, 5.12153, 0, 0, 'Defias Prisoner'),
|
||
(1706, 10, -8575.2, 1193.65, 5.69794, 0, 0, 'Defias Prisoner'),
|
||
(1706, 11, -8574.88, 1186.66, 11.3194, 0, 0, 'Defias Prisoner'),
|
||
(1706, 12, -8574.82, 1178.47, 17.9033, 0, 0, 'Defias Prisoner'),
|
||
(1706, 13, -8573.39, 1175.27, 17.7088, 0, 0, 'Defias Prisoner'),
|
||
(1706, 14, -8575.38, 1163.84, 17.7088, 0, 0, 'Defias Prisoner'),
|
||
(1706, 15, -8575.58, 1161.6, 18.4894, 0, 0, 'Defias Prisoner'),
|
||
(1706, 16, -8575.66, 1159.75, 17.9452, 0, 0, 'Defias Prisoner'),
|
||
(1706, 17, -8576.77, 1149.38, 18.0082, 0, 0, 'Defias Prisoner'),
|
||
(1706, 18, -8578.37, 1135.47, 17.949, 0, 0, 'Defias Prisoner'),
|
||
(1706, 19, -8581.11, 1125.33, 17.9446, 0, 0, 'Defias Prisoner'),
|
||
(1706, 20, -8583.3, 1117.22, 17.9447, 0, 0, 'Defias Prisoner'),
|
||
(1706, 21, -8585.34, 1111.78, 21.284, 0, 0, 'Defias Prisoner'),
|
||
(1706, 22, -8587.77, 1105.29, 25.3006, 0, 0, 'Defias Prisoner'),
|
||
(1706, 23, -8590.51, 1096.39, 30.0475, 0, 0, 'Defias Prisoner'),
|
||
(1706, 24, -8590.12, 1087.09, 33.4427, 0, 0, 'Defias Prisoner'),
|
||
(1706, 25, -8585.84, 1075.02, 36.1143, 0, 0, 'Defias Prisoner'),
|
||
(1706, 26, -8580.91, 1068.56, 37.7707, 0, 0, 'Defias Prisoner'),
|
||
(1706, 27, -8573.15, 1058.37, 44.4035, 0, 0, 'Defias Prisoner'),
|
||
(1706, 28, -8563.31, 1045.45, 52.8141, 0, 0, 'Defias Prisoner'),
|
||
(1706, 29, -8557.03, 1038.48, 57.4878, 0, 0, 'Defias Prisoner'),
|
||
(1706, 30, -8553.93, 1036.44, 59.34, 0, 0, 'Defias Prisoner'),
|
||
(1706, 31, -8546.93, 1036.27, 59.4142, 0, 0, 'Defias Prisoner'),
|
||
(1706, 32, -8537.82, 1034.34, 59.6157, 0, 0, 'Defias Prisoner'),
|
||
(1706, 33, -8531.56, 1025.92, 59.7549, 0, 0, 'Defias Prisoner'),
|
||
(1706, 34, -8521.24, 1015.53, 59.8643, 0, 0, 'Defias Prisoner'),
|
||
(1706, 35, -8513.08, 1011.04, 59.6285, 0, 0, 'Defias Prisoner'),
|
||
(1706, 36, -8505.13, 1004.29, 59.4794, 0, 0, 'Defias Prisoner'),
|
||
(1706, 37, -8498.66, 997.183, 62.9424, 0, 0, 'Defias Prisoner'),
|
||
(1706, 38, -8489.09, 987.094, 72.7379, 0, 0, 'Defias Prisoner'),
|
||
(1706, 39, -8486.16, 983.431, 72.7379, 0, 0, 'Defias Prisoner'),
|
||
(1706, 40, -8482.47, 986.317, 72.7379, 0, 0, 'Defias Prisoner'),
|
||
(1706, 41, -8476.89, 990.667, 78.7541, 0, 0, 'Defias Prisoner'),
|
||
(1706, 42, -8470.06, 993.107, 79.0886, 0, 0, 'Defias Prisoner'),
|
||
(1706, 43, -8464.97, 986.427, 79.023, 0, 0, 'Defias Prisoner'),
|
||
(1706, 44, -8470.04, 982.66, 79.0014, 0, 0, 'Defias Prisoner'),
|
||
(1706, 45, -8477.26, 976.788, 85.2469, 0, 0, 'Defias Prisoner'),
|
||
(1706, 46, -8483.62, 971.622, 91.8688, 0, 0, 'Defias Prisoner'),
|
||
(1706, 47, -8487.29, 968.64, 95.8566, 0, 0, 'Defias Prisoner'),
|
||
(1706, 48, -8498.21, 961.956, 95.9496, 0, 0, 'Defias Prisoner'),
|
||
(1706, 49, -8512.78, 954.621, 95.85, 0, 0, 'Defias Prisoner'),
|
||
(1706, 50, -8522.01, 955.868, 95.8665, 0, 0, 'Defias Prisoner'),
|
||
(1706, 51, -8536.29, 961.026, 96.0033, 0, 0, 'Defias Prisoner'),
|
||
(1706, 52, -8547.29, 964.994, 96.4981, 0, 0, 'Defias Prisoner'),
|
||
(1706, 53, -8555.11, 973.677, 96.2403, 0, 0, 'Defias Prisoner'),
|
||
(1706, 54, -8563.69, 983.193, 96.351, 0, 0, 'Defias Prisoner'),
|
||
(1706, 55, -8570.72, 990.993, 96.2609, 0, 0, 'Defias Prisoner'),
|
||
(1706, 56, -8576.13, 987.894, 96.309, 0, 0, 'Defias Prisoner'),
|
||
(1706, 57, -8577.95, 986.507, 97.1472, 0, 0, 'Defias Prisoner'),
|
||
(1706, 58, -8590.71, 976.303, 97.8743, 0, 0, 'Defias Prisoner'),
|
||
(1706, 59, -8607.21, 963.424, 99.4452, 0, 0, 'Defias Prisoner'),
|
||
(1706, 60, -8621.38, 957.955, 99.4452, 0, 0, 'Defias Prisoner'),
|
||
(1706, 61, -8638.03, 952.562, 99.4669, 0, 0, 'Defias Prisoner'),
|
||
(1706, 62, -8654.67, 947.142, 100.68, 0, 0, 'Defias Prisoner'),
|
||
(1706, 63, -8667.72, 939.37, 101.191, 0, 0, 'Defias Prisoner'),
|
||
(1706, 64, -8685.76, 928.624, 101.247, 0, 0, 'Defias Prisoner'),
|
||
(1706, 65, -8702.43, 917.789, 101.241, 0, 0, 'Defias Prisoner'),
|
||
(1706, 66, -8714.44, 908.49, 101.241, 0, 0, 'Defias Prisoner'),
|
||
(1706, 67, -8727.33, 898.504, 100.934, 0, 0, 'Defias Prisoner'),
|
||
(1706, 68, -8740.41, 890.905, 101.429, 0, 0, 'Defias Prisoner'),
|
||
(1706, 69, -8752.08, 891.604, 101.898, 0, 0, 'Defias Prisoner'),
|
||
(1706, 70, -8762.36, 893.742, 101.534, 0, 0, 'Defias Prisoner'),
|
||
(1706, 71, -8771.17, 901.526, 100.75, 0, 0, 'Defias Prisoner'),
|
||
(1706, 72, -8780.8, 913.277, 100.047, 0, 0, 'Defias Prisoner'),
|
||
(1706, 73, -8792.14, 924.999, 100.402, 0, 0, 'Defias Prisoner'),
|
||
(1706, 74, -8800.06, 935.066, 101.241, 0, 0, 'Defias Prisoner'),
|
||
(1706, 75, -8808.02, 945.188, 101.241, 0, 0, 'Defias Prisoner'),
|
||
(1706, 76, -8815.25, 954.374, 100.751, 0, 0, 'Defias Prisoner'),
|
||
(1706, 77, -8819.64, 951.866, 100.791, 0, 0, 'Defias Prisoner'),
|
||
(1706, 78, -8826.17, 946.929, 103.049, 0, 0, 'Defias Prisoner'),
|
||
(1706, 79, -8834.62, 940.698, 105.162, 0, 0, 'Defias Prisoner'),
|
||
(1706, 80, -8839.53, 937.589, 105.285, 0, 0, 'Defias Prisoner'),
|
||
(1706, 81, -8845.4, 933.774, 103.745, 0, 0, 'Defias Prisoner'),
|
||
(1706, 82, -8849.75, 931.067, 102.551, 0, 0, 'Defias Prisoner'),
|
||
(1706, 83, -8851.53, 929.383, 102.024, 0, 0, 'Defias Prisoner'),
|
||
(1706, 84, -8847.38, 922.771, 101.697, 0, 0, 'Defias Prisoner'),
|
||
(1706, 85, -8842.95, 915.887, 99.9569, 0, 0, 'Defias Prisoner'),
|
||
(1706, 86, -8836.27, 906.291, 97.8529, 0, 0, 'Defias Prisoner'),
|
||
(1706, 87, -8828.95, 895.775, 98.1249, 0, 0, 'Defias Prisoner'),
|
||
(1706, 88, -8821.26, 886.969, 98.4819, 0, 0, 'Defias Prisoner'),
|
||
(1706, 89, -8813.65, 878.104, 98.7189, 0, 0, 'Defias Prisoner'),
|
||
(1706, 90, -8804.11, 866.37, 98.9565, 0, 0, 'Defias Prisoner'),
|
||
(1706, 91, -8799.76, 861.024, 98.8853, 0, 0, 'Defias Prisoner'),
|
||
(1706, 92, -8797.76, 858.557, 97.6348, 0, 0, 'Defias Prisoner'),
|
||
(1706, 93, -8798.21, 851.501, 97.6348, 0, 0, 'Defias Prisoner'),
|
||
(1706, 94, -8798.12, 843.382, 97.6348, 0, 0, 'Defias Prisoner'),
|
||
(1706, 95, -8798.34, 832.884, 97.6348, 0, 0, 'Defias Prisoner'),
|
||
(1706, 96, -8797.24, 828.395, 97.6348, 0, 0, 'Defias Prisoner'),
|
||
(1706, 97, -8791.14, 827.631, 97.6406, 0, 0, 'Defias Prisoner'),
|
||
(1706, 98, -8787.67, 827.162, 97.6451, 0, 0, 'Defias Prisoner'),
|
||
(1706, 99, -8785.28, 828.929, 97.5397, 0, 0, 'Defias Prisoner'),
|
||
(1706, 100, -8780.81, 832.646, 95.3486, 0, 0, 'Defias Prisoner'),
|
||
(1706, 101, -8772.74, 839.364, 91.3895, 0, 0, 'Defias Prisoner'),
|
||
(1706, 102, -8764.67, 846.081, 87.4378, 0, 0, 'Defias Prisoner'),
|
||
(1706, 103, -8759.14, 850.244, 84.8424, 0, 0, 'Defias Prisoner'),
|
||
(1842, 74, 2669.33, -1898.11, 66.7004, 0, 0, 'Taelan Fordring'),
|
||
(1842, 73, 2675.36, -1891.94, 66.1742, 0, 0, 'Taelan Fordring'),
|
||
(1842, 72, 2693.26, -1873.62, 66.8413, 0, 0, 'Taelan Fordring'),
|
||
(1842, 71, 2694.06, -1870.35, 66.9045, 0, 0, 'Taelan Fordring'),
|
||
(1842, 70, 2696.58, -1856.38, 68.2104, 0, 0, 'Taelan Fordring'),
|
||
(1842, 69, 2699.39, -1845.15, 71.4784, 0, 0, 'Taelan Fordring'),
|
||
(1842, 68, 2700.73, -1829.26, 76.4334, 0, 0, 'Taelan Fordring'),
|
||
(1842, 67, 2697.55, -1818.24, 81.7822, 0, 0, 'Taelan Fordring'),
|
||
(1842, 66, 2692.7, -1810.65, 85.387, 0, 0, 'Taelan Fordring'),
|
||
(1842, 65, 2692.17, -1800.16, 90.1386, 0, 0, 'Taelan Fordring'),
|
||
(1842, 64, 2691.45, -1786.18, 97.3156, 0, 0, 'Taelan Fordring'),
|
||
(1842, 63, 2690.09, -1774.06, 102.238, 0, 0, 'Taelan Fordring'),
|
||
(1842, 62, 2689.05, -1763.33, 106.147, 0, 0, 'Taelan Fordring'),
|
||
(1842, 61, 2689.65, -1745.97, 112.656, 0, 0, 'Taelan Fordring'),
|
||
(1842, 60, 2694.95, -1729.79, 117.559, 0, 0, 'Taelan Fordring'),
|
||
(1842, 59, 2703.08, -1714.3, 122.214, 0, 0, 'Taelan Fordring'),
|
||
(1842, 58, 2713.38, -1700, 125.79, 0, 0, 'Taelan Fordring'),
|
||
(1842, 57, 2717.98, -1692.7, 126.476, 0, 0, 'Taelan Fordring'),
|
||
(1842, 56, 2725.5, -1682.87, 126.414, 0, 0, 'Taelan Fordring'),
|
||
(1842, 55, 2732.03, -1674.53, 126.673, 0, 0, 'Taelan Fordring'),
|
||
(1842, 54, 2738.13, -1663.08, 126.679, 0, 0, 'Taelan Fordring'),
|
||
(1842, 53, 2745.11, -1655.23, 126.277, 0, 0, 'Taelan Fordring'),
|
||
(1842, 52, 2752.08, -1647.38, 127.494, 0, 0, 'Taelan Fordring'),
|
||
(1842, 51, 2759.06, -1639.54, 128.336, 0, 0, 'Taelan Fordring'),
|
||
(1842, 50, 2766.04, -1631.69, 127.927, 0, 0, 'Taelan Fordring'),
|
||
(1842, 49, 2773.01, -1623.84, 128.074, 0, 0, 'Taelan Fordring'),
|
||
(1842, 48, 2780.39, -1615.9, 129.044, 0, 0, 'Taelan Fordring'),
|
||
(1842, 47, 2791.11, -1617.4, 129.693, 0, 0, 'Taelan Fordring'),
|
||
(1842, 46, 2804.83, -1620.19, 129.717, 0, 0, 'Taelan Fordring'),
|
||
(1842, 45, 2820.52, -1623.16, 131.22, 0, 0, 'Taelan Fordring'),
|
||
(1842, 44, 2827.58, -1620.07, 132.012, 0, 0, 'Taelan Fordring'),
|
||
(1842, 43, 2836.07, -1612.41, 135.225, 0, 0, 'Taelan Fordring'),
|
||
(1842, 42, 2846.46, -1603.03, 139.023, 0, 0, 'Taelan Fordring'),
|
||
(1842, 41, 2862.5, -1593.03, 142.511, 0, 0, 'Taelan Fordring'),
|
||
(1842, 40, 2876.43, -1591.6, 144.335, 0, 0, 'Taelan Fordring'),
|
||
(1842, 39, 2888.13, -1591.98, 145.702, 0, 0, 'Taelan Fordring'),
|
||
(1842, 38, 2902.06, -1590.55, 146.557, 0, 0, 'Taelan Fordring'),
|
||
(1842, 37, 2909.48, -1586.26, 146.515, 0, 0, 'Taelan Fordring'),
|
||
(1842, 36, 2916.36, -1578.33, 146.147, 0, 0, 'Taelan Fordring'),
|
||
(1842, 35, 2930.13, -1562.47, 145.785, 0, 0, 'Taelan Fordring'),
|
||
(1842, 34, 2950.6, -1538.69, 146.082, 0, 0, 'Taelan Fordring'),
|
||
(1842, 33, 2949.29, -1521.33, 146.274, 0, 0, 'Taelan Fordring'),
|
||
(1842, 32, 2950.48, -1502.29, 146.109, 0, 0, 'Taelan Fordring'),
|
||
(1842, 31, 2948.62, -1483.6, 146.287, 0, 0, 'Taelan Fordring'),
|
||
(1842, 30, 2937.93, -1475.79, 146.786, 0, 0, 'Taelan Fordring'),
|
||
(1842, 29, 2917.16, -1477.3, 146.179, 0, 0, 'Taelan Fordring'),
|
||
(1842, 28, 2915.27, -1471.79, 146.082, 0, 0, 'Taelan Fordring'),
|
||
(1842, 27, 2911.49, -1460.75, 147.348, 0, 0, 'Taelan Fordring'),
|
||
(1842, 26, 2911.01, -1452.17, 147.891, 0, 0, 'Taelan Fordring'),
|
||
(1842, 25, 2914.56, -1445.08, 149.505, 0, 0, 'Taelan Fordring'),
|
||
(1842, 24, 2917.27, -1439.65, 150.664, 0, 0, 'Taelan Fordring'),
|
||
(1842, 23, 2924.04, -1426.34, 150.781, 0, 0, 'Taelan Fordring'),
|
||
(1842, 22, 2930.83, -1412.74, 150.504, 0, 0, 'Taelan Fordring'),
|
||
(1842, 21, 2933.64, -1405.2, 150.521, 0, 0, 'Taelan Fordring'),
|
||
(1842, 20, 2930.45, -1403.49, 150.521, 0, 0, 'Taelan Fordring'),
|
||
(1842, 19, 2926.44, -1401.34, 152.03, 0, 0, 'Taelan Fordring'),
|
||
(1842, 18, 2915.23, -1395.37, 152.02, 0, 0, 'Taelan Fordring'),
|
||
(1842, 17, 2920.61, -1385.01, 152.02, 0, 0, 'Taelan Fordring'),
|
||
(1842, 16, 2935.55, -1392.66, 152.02, 0, 0, 'Taelan Fordring'),
|
||
(1842, 15, 2943.02, -1377.76, 152.02, 0, 0, 'Taelan Fordring'),
|
||
(1842, 14, 2946.54, -1379.57, 152.02, 0, 0, 'Taelan Fordring'),
|
||
(1842, 13, 2951.18, -1381.97, 155.949, 0, 0, 'Taelan Fordring'),
|
||
(1842, 12, 2953.8, -1383.23, 155.949, 0, 0, 'Taelan Fordring'),
|
||
(1842, 11, 2951.88, -1386.69, 155.974, 0, 0, 'Taelan Fordring'),
|
||
(1842, 10, 2948.71, -1392.82, 160.842, 0, 0, 'Taelan Fordring'),
|
||
(1842, 9, 2946.78, -1396.55, 160.842, 0, 0, 'Taelan Fordring'),
|
||
(1842, 8, 2925.9, -1386.68, 160.842, 0, 0, 'Taelan Fordring'),
|
||
(1842, 7, 2922.96, -1389.76, 160.89, 0, 0, 'Taelan Fordring'),
|
||
(1842, 6, 2919.7, -1398.38, 165.88, 0, 0, 'Taelan Fordring'),
|
||
(1842, 5, 2917.95, -1402.97, 165.943, 0, 0, 'Taelan Fordring'),
|
||
(1842, 4, 2932.09, -1408.34, 165.943, 0, 0, 'Taelan Fordring'),
|
||
(1842, 3, 2934.76, -1403.63, 165.943, 0, 0, 'Taelan Fordring'),
|
||
(1842, 2, 2940.59, -1393.34, 166.084, 0, 0, 'Taelan Fordring'),
|
||
(1842, 1, 2941.47, -1391.79, 167.237, 0, 0, 'Taelan Fordring'),
|
||
(2713, 1, -1416.91, -3044.12, 36.21, 0, 0, 'Kinelory'),
|
||
(2713, 2, -1408.43, -3051.35, 37.79, 0, 0, 'Kinelory'),
|
||
(2713, 3, -1399.45, -3069.2, 31.25, 0, 0, 'Kinelory'),
|
||
(2713, 4, -1400.28, -3083.14, 27.06, 0, 0, 'Kinelory'),
|
||
(2713, 5, -1405.3, -3096.72, 26.36, 0, 0, 'Kinelory'),
|
||
(2713, 6, -1406.12, -3105.95, 24.82, 0, 0, 'Kinelory'),
|
||
(2713, 7, -1417.41, -3106.8, 16.61, 0, 0, 'Kinelory'),
|
||
(2713, 8, -1433.06, -3101.55, 12.56, 0, 0, 'Kinelory'),
|
||
(2713, 9, -1439.86, -3086.36, 12.29, 0, 0, 'Kinelory'),
|
||
(2713, 10, -1450.48, -3065.16, 12.58, 0, 0, 'Kinelory'),
|
||
(2713, 11, -1456.15, -3055.53, 12.54, 0, 0, 'Kinelory'),
|
||
(2713, 12, -1459.41, -3035.16, 12.11, 0, 0, 'Kinelory'),
|
||
(2713, 13, -1472.47, -3034.18, 12.44, 0, 0, 'Kinelory'),
|
||
(2713, 14, -1495.57, -3034.48, 12.55, 0, 0, 'Kinelory'),
|
||
(2713, 15, -1524.91, -3035.47, 13.15, 0, 0, 'Kinelory'),
|
||
(2713, 16, -1549.05, -3037.77, 12.98, 0, 0, 'Kinelory'),
|
||
(2713, 17, -1555.69, -3028.02, 13.64, 0, 0, 'Kinelory'),
|
||
(2713, 18, -1555.69, -3028.02, 13.64, 0, 0, 'Kinelory'),
|
||
(2713, 19, -1555.69, -3028.02, 13.64, 0, 0, 'Kinelory'),
|
||
(2713, 20, -1551.19, -3037.78, 12.96, 0, 0, 'Kinelory'),
|
||
(2713, 21, -1584.6, -3048.77, 13.67, 0, 0, 'Kinelory'),
|
||
(2713, 22, -1602.14, -3042.82, 15.12, 0, 0, 'Kinelory'),
|
||
(2713, 23, -1610.68, -3027.42, 17.22, 0, 0, 'Kinelory'),
|
||
(2713, 24, -1601.65, -3007.97, 24.65, 0, 0, 'Kinelory'),
|
||
(2713, 25, -1581.05, -2992.32, 30.85, 0, 0, 'Kinelory'),
|
||
(2713, 26, -1559.95, -2979.51, 34.3, 0, 0, 'Kinelory'),
|
||
(2713, 27, -1536.51, -2969.78, 32.64, 0, 0, 'Kinelory'),
|
||
(2713, 28, -1511.81, -2961.09, 29.12, 0, 0, 'Kinelory'),
|
||
(2713, 29, -1484.83, -2960.87, 32.54, 0, 0, 'Kinelory'),
|
||
(2713, 30, -1458.23, -2966.8, 40.52, 0, 0, 'Kinelory'),
|
||
(2713, 31, -1440.2, -2971.2, 43.15, 0, 0, 'Kinelory'),
|
||
(2713, 32, -1427.85, -2989.15, 38.09, 0, 0, 'Kinelory'),
|
||
(2713, 33, -1420.27, -3008.91, 35.01, 0, 0, 'Kinelory'),
|
||
(2713, 34, -1427.58, -3032.53, 32.31, 0, 0, 'Kinelory'),
|
||
(2713, 35, -1427.4, -3035.17, 32.26, 0, 0, 'Kinelory'),
|
||
(2983, 1, -2226.32, -408.095, -9.36235, 0, 0, 'The Plains Vision'),
|
||
(2983, 2, -2203.04, -437.212, -5.72498, 0, 0, 'The Plains Vision'),
|
||
(2983, 3, -2163.91, -457.851, -7.09049, 0, 0, 'The Plains Vision'),
|
||
(2983, 4, -2123.87, -448.137, -9.29591, 0, 0, 'The Plains Vision'),
|
||
(2983, 5, -2104.66, -427.166, -6.49513, 0, 0, 'The Plains Vision'),
|
||
(2983, 6, -2101.48, -422.826, -5.3567, 0, 0, 'The Plains Vision'),
|
||
(2983, 7, -2097.56, -417.083, -7.16716, 0, 0, 'The Plains Vision'),
|
||
(2983, 8, -2084.87, -398.626, -9.88973, 0, 0, 'The Plains Vision'),
|
||
(2983, 9, -2072.71, -382.324, -10.2488, 0, 0, 'The Plains Vision'),
|
||
(2983, 10, -2054.05, -356.728, -6.22468, 0, 0, 'The Plains Vision'),
|
||
(2983, 11, -2051.8, -353.645, -5.35791, 0, 0, 'The Plains Vision'),
|
||
(2983, 12, -2049.08, -349.912, -6.15723, 0, 0, 'The Plains Vision'),
|
||
(2983, 13, -2030.6, -310.724, -9.59302, 0, 0, 'The Plains Vision'),
|
||
(2983, 14, -2002.15, -249.308, -10.8124, 0, 0, 'The Plains Vision'),
|
||
(2983, 15, -1972.85, -195.811, -10.6316, 0, 0, 'The Plains Vision'),
|
||
(2983, 16, -1940.93, -147.652, -11.7055, 0, 0, 'The Plains Vision'),
|
||
(2983, 17, -1888.06, -81.943, -11.4404, 0, 0, 'The Plains Vision'),
|
||
(2983, 18, -1837.05, -34.0109, -12.258, 0, 0, 'The Plains Vision'),
|
||
(2983, 19, -1796.12, -14.6462, -10.3581, 0, 0, 'The Plains Vision'),
|
||
(2983, 20, -1732.61, -4.27746, -10.0213, 0, 0, 'The Plains Vision'),
|
||
(2983, 21, -1688.94, -0.829945, -11.7103, 0, 0, 'The Plains Vision'),
|
||
(2983, 22, -1681.32, 13.0313, -9.48056, 0, 0, 'The Plains Vision'),
|
||
(2983, 23, -1677.04, 36.8349, -7.10318, 0, 0, 'The Plains Vision'),
|
||
(2983, 24, -1675.2, 68.559, -8.95384, 0, 0, 'The Plains Vision'),
|
||
(2983, 25, -1676.57, 89.023, -9.65104, 0, 0, 'The Plains Vision'),
|
||
(2983, 26, -1678.16, 110.939, -10.1782, 0, 0, 'The Plains Vision'),
|
||
(2983, 27, -1677.86, 128.681, -5.73869, 0, 0, 'The Plains Vision'),
|
||
(2983, 28, -1675.27, 144.324, -3.47916, 0, 0, 'The Plains Vision'),
|
||
(2983, 29, -1671.7, 163.169, -1.23098, 0, 0, 'The Plains Vision'),
|
||
(2983, 30, -1666.61, 181.584, 5.26145, 0, 0, 'The Plains Vision'),
|
||
(2983, 31, -1661.51, 196.154, 8.95252, 0, 0, 'The Plains Vision'),
|
||
(2983, 32, -1655.47, 210.811, 8.38727, 0, 0, 'The Plains Vision'),
|
||
(2983, 33, -1647.07, 226.947, 5.27755, 0, 0, 'The Plains Vision'),
|
||
(2983, 34, -1621.65, 232.91, 2.69579, 0, 0, 'The Plains Vision'),
|
||
(2983, 35, -1600.23, 237.641, 2.98539, 0, 0, 'The Plains Vision'),
|
||
(2983, 36, -1576.07, 242.546, 4.66541, 0, 0, 'The Plains Vision'),
|
||
(2983, 37, -1554.57, 248.494, 6.60377, 0, 0, 'The Plains Vision'),
|
||
(2983, 38, -1547.53, 259.302, 10.6741, 0, 0, 'The Plains Vision'),
|
||
(2983, 39, -1541.7, 269.847, 16.4418, 0, 0, 'The Plains Vision'),
|
||
(2983, 40, -1539.83, 278.989, 21.0597, 0, 0, 'The Plains Vision'),
|
||
(2983, 41, -1540.16, 290.219, 27.8247, 0, 0, 'The Plains Vision'),
|
||
(2983, 42, -1538.99, 298.983, 34.0032, 0, 0, 'The Plains Vision'),
|
||
(2983, 43, -1540.38, 307.337, 41.3557, 0, 0, 'The Plains Vision'),
|
||
(2983, 44, -1536.61, 314.884, 48.0179, 0, 0, 'The Plains Vision'),
|
||
(2983, 45, -1532.42, 323.277, 55.6667, 0, 0, 'The Plains Vision'),
|
||
(2983, 46, -1528.77, 329.774, 61.1525, 0, 0, 'The Plains Vision'),
|
||
(2983, 47, -1525.65, 333.18, 63.2161, 0, 0, 'The Plains Vision'),
|
||
(2983, 48, -1517.01, 350.713, 62.4286, 0, 0, 'The Plains Vision'),
|
||
(2983, 49, -1511.39, 362.537, 62.4539, 0, 0, 'The Plains Vision'),
|
||
(2983, 50, -1508.68, 366.822, 62.733, 0, 0, 'The Plains Vision'),
|
||
(3584, 1, 4520.4, 420.235, 33.5284, 0, 0, 'Therylune'),
|
||
(3584, 2, 4512.26, 408.881, 32.9308, 0, 0, 'Therylune'),
|
||
(3584, 3, 4507.94, 396.47, 32.9476, 0, 0, 'Therylune'),
|
||
(3584, 4, 4507.53, 383.781, 32.995, 0, 0, 'Therylune'),
|
||
(3584, 5, 4512.1, 374.02, 33.166, 0, 0, 'Therylune'),
|
||
(3584, 6, 4519.75, 373.241, 33.1574, 0, 0, 'Therylune'),
|
||
(3584, 7, 4592.41, 369.127, 31.4893, 0, 0, 'Therylune'),
|
||
(3584, 8, 4598.55, 364.801, 31.4947, 0, 0, 'Therylune'),
|
||
(3584, 9, 4602.76, 357.649, 32.9265, 0, 0, 'Therylune'),
|
||
(3584, 10, 4597.88, 352.629, 34.0317, 0, 0, 'Therylune'),
|
||
(3584, 11, 4590.23, 350.9, 36.2977, 0, 0, 'Therylune'),
|
||
(3584, 12, 4581.5, 348.254, 38.3878, 0, 0, 'Therylune'),
|
||
(3584, 13, 4572.05, 348.059, 42.3539, 0, 0, 'Therylune'),
|
||
(3584, 14, 4564.75, 344.041, 44.2463, 0, 0, 'Therylune'),
|
||
(3584, 15, 4556.63, 341.003, 47.6755, 0, 0, 'Therylune'),
|
||
(3584, 16, 4554.38, 334.968, 48.8003, 0, 0, 'Therylune'),
|
||
(3584, 17, 4557.63, 329.783, 49.9532, 0, 0, 'Therylune'),
|
||
(3584, 18, 4563.32, 316.829, 53.2409, 0, 0, 'Therylune'),
|
||
(3584, 19, 4566.09, 303.127, 55.0396, 0, 0, 'Therylune'),
|
||
(3584, 20, 4561.65, 295.456, 57.0984, 0, 0, 'Therylune'),
|
||
(3584, 21, 4551.03, 293.333, 57.1534, 0, 0, 'Therylune'),
|
||
(3678, 1, -120.864, 132.825, -79.2972, 0, 0, 'Disciple of Naralex'),
|
||
(3678, 2, -109.944, 155.417, -80.4659, 0, 0, 'Disciple of Naralex'),
|
||
(3678, 3, -106.104, 198.456, -80.597, 0, 0, 'Disciple of Naralex'),
|
||
(3678, 4, -110.246, 214.763, -85.6669, 0, 0, 'Disciple of Naralex'),
|
||
(3678, 5, -105.609, 236.184, -92.1732, 0, 0, 'Disciple of Naralex'),
|
||
(3678, 6, -93.5297, 227.956, -90.7522, 0, 0, 'Disciple of Naralex'),
|
||
(3678, 7, -85.3155, 226.976, -93.1286, 0, 0, 'Disciple of Naralex'),
|
||
(3678, 8, -62.151, 206.673, -93.551, 0, 0, 'Disciple of Naralex'),
|
||
(3678, 9, -45.0534, 205.58, -96.2435, 0, 0, 'Disciple of Naralex'),
|
||
(3678, 10, -31.1235, 234.225, -94.0841, 0, 0, 'Disciple of Naralex'),
|
||
(3678, 11, -49.2158, 269.141, -92.8442, 0, 0, 'Disciple of Naralex'),
|
||
(3678, 12, -54.122, 274.717, -92.8442, 0, 0, 'Disciple of Naralex'),
|
||
(3678, 13, -58.965, 282.274, -92.538, 0, 0, 'Disciple of Naralex'),
|
||
(3678, 14, -38.3566, 306.239, -90.0192, 0, 0, 'Disciple of Naralex'),
|
||
(3678, 15, -28.8928, 312.842, -89.2155, 0, 0, 'Disciple of Naralex'),
|
||
(3678, 16, -1.58198, 296.127, -85.5984, 0, 0, 'Disciple of Naralex'),
|
||
(3678, 17, 9.89992, 272.008, -85.7759, 0, 0, 'Disciple of Naralex'),
|
||
(3678, 18, 26.8162, 259.218, -87.3938, 0, 0, 'Disciple of Naralex'),
|
||
(3678, 19, 49.1166, 227.259, -88.3379, 0, 0, 'Disciple of Naralex'),
|
||
(3678, 20, 54.4171, 209.316, -90, 0, 0, 'Disciple of Naralex'),
|
||
(3678, 21, 71.038, 205.404, -93.0422, 0, 0, 'Disciple of Naralex'),
|
||
(3678, 22, 81.5941, 212.832, -93.0154, 0, 0, 'Disciple of Naralex'),
|
||
(3678, 23, 94.3376, 236.933, -95.8261, 0, 0, 'Disciple of Naralex'),
|
||
(3678, 24, 114.619, 235.908, -96.0495, 0, 0, 'Disciple of Naralex'),
|
||
(3678, 25, 114.777, 237.155, -96.0304, 0, 0, 'Disciple of Naralex'),
|
||
(3679, 1, 130.67, 249.73, -89, 0, 0, 'Naralex'),
|
||
(3679, 2, 104.82, 276.36, -91.43, 0, 0, 'Naralex'),
|
||
(3679, 3, 84.08, 222.3, -86.51, 0, 0, 'Naralex'),
|
||
(3692, 1, 4606.61, 2.96905, 69.909, 0, 0, 'Volcor'),
|
||
(3692, 2, 4615.56, 19.7957, 70.7951, 0, 0, 'Volcor'),
|
||
(3692, 3, 4626.26, 38.1105, 69.0281, 0, 0, 'Volcor'),
|
||
(3692, 4, 4633.11, 48.379, 67.5631, 0, 0, 'Volcor'),
|
||
(3692, 5, 4637.2, 71.7156, 63.3412, 0, 0, 'Volcor'),
|
||
(3692, 6, 4645.39, 88.5048, 60.3851, 0, 0, 'Volcor'),
|
||
(3692, 7, 4660.2, 104.218, 58.4603, 0, 0, 'Volcor'),
|
||
(3692, 8, 4675.33, 115.93, 56.8969, 0, 0, 'Volcor'),
|
||
(3692, 9, 4688.21, 131.397, 55.5033, 0, 0, 'Volcor'),
|
||
(3692, 10, 4701.45, 145.562, 53.2203, 0, 0, 'Volcor'),
|
||
(3692, 11, 4709.21, 155.279, 52.0846, 0, 0, 'Volcor'),
|
||
(3692, 12, 4716.9, 169.528, 53.5005, 0, 0, 'Volcor'),
|
||
(3692, 13, 4725.44, 180.07, 54.7346, 0, 0, 'Volcor'),
|
||
(3692, 14, 4734.01, 194.431, 55.3888, 0, 0, 'Volcor'),
|
||
(3692, 15, 4747.92, 209.436, 53.1076, 0, 0, 'Volcor'),
|
||
(3694, 21, 6393.69, 360.887, 18.1549, 0, 0, 'Sentinel Selarin'),
|
||
(3694, 20, 6401.4, 368.195, 16.4249, 0, 0, 'Sentinel Selarin'),
|
||
(3694, 19, 6413.76, 392.804, 12.2825, 0, 0, 'Sentinel Selarin'),
|
||
(3694, 18, 6424, 400.084, 10.9784, 0, 0, 'Sentinel Selarin'),
|
||
(3694, 17, 6428.84, 397.45, 11.0941, 0, 0, 'Sentinel Selarin'),
|
||
(3694, 16, 6431.63, 389.723, 13.5875, 0, 0, 'Sentinel Selarin'),
|
||
(3694, 15, 6436.9, 374.833, 13.9403, 0, 0, 'Sentinel Selarin'),
|
||
(3694, 14, 6436.57, 362.127, 13.9413, 1.5221, 0, 'Sentinel Selarin'),
|
||
(3694, 13, 6436.57, 361.98, 13.9413, 0, 0, 'Sentinel Selarin'),
|
||
(3694, 12, 6434.92, 367.203, 13.9403, 4.41001, 0, 'Sentinel Selarin'),
|
||
(3694, 11, 6436.71, 375.264, 13.9403, 0, 0, 'Sentinel Selarin'),
|
||
(3694, 10, 6432, 388.708, 13.7662, 0, 0, 'Sentinel Selarin'),
|
||
(3694, 9, 6428.93, 396.971, 11.1736, 0, 0, 'Sentinel Selarin'),
|
||
(3694, 8, 6424.95, 399.193, 10.9586, 0, 0, 'Sentinel Selarin'),
|
||
(3694, 7, 6416.57, 392.998, 12.0215, 0, 0, 'Sentinel Selarin'),
|
||
(3694, 6, 6403.68, 370.92, 15.6815, 0, 0, 'Sentinel Selarin'),
|
||
(3694, 5, 6398.12, 363.588, 17.366, 0, 0, 'Sentinel Selarin'),
|
||
(3694, 4, 6387.81, 359.455, 18.9899, 0, 0, 'Sentinel Selarin'),
|
||
(3694, 3, 6368.99, 357.894, 21.5712, 0, 0, 'Sentinel Selarin'),
|
||
(3694, 2, 6353.39, 354.557, 22.3779, 0, 0, 'Sentinel Selarin'),
|
||
(3694, 1, 6339.14, 341.764, 24.3387, 0, 0, 'Sentinel Selarin'),
|
||
(3849, 1, -250.923, 2116.26, 81.179, 0, 0, 'Deathstalker Adamant'),
|
||
(3849, 2, -255.049, 2119.39, 81.179, 0, 0, 'Deathstalker Adamant'),
|
||
(3849, 3, -254.129, 2123.45, 81.179, 0, 0, 'Deathstalker Adamant'),
|
||
(3849, 4, -253.898, 2130.87, 81.179, 0, 0, 'Deathstalker Adamant'),
|
||
(3849, 5, -249.889, 2142.31, 86.972, 0, 0, 'Deathstalker Adamant'),
|
||
(3849, 6, -248.205, 2144.02, 87.013, 0, 0, 'Deathstalker Adamant'),
|
||
(3849, 7, -240.553, 2140.55, 87.012, 0, 0, 'Deathstalker Adamant'),
|
||
(3849, 8, -237.514, 2142.07, 87.012, 0, 0, 'Deathstalker Adamant'),
|
||
(3849, 9, -235.638, 2149.23, 90.587, 0, 0, 'Deathstalker Adamant'),
|
||
(3849, 10, -237.188, 2151.95, 90.624, 0, 0, 'Deathstalker Adamant'),
|
||
(3849, 11, -241.162, 2153.65, 90.624, 0, 0, 'Deathstalker Adamant'),
|
||
(3849, 12, -241.13, 2154.56, 90.624, 0, 0, 'Deathstalker Adamant'),
|
||
(3850, 1, -241.817, 2122.9, 81.179, 0, 0, 'Sorcerer Ashcrombe'),
|
||
(3850, 2, -247.139, 2124.89, 81.179, 0, 0, 'Sorcerer Ashcrombe'),
|
||
(3850, 3, -253.179, 2127.41, 81.179, 0, 0, 'Sorcerer Ashcrombe'),
|
||
(3850, 4, -253.898, 2130.87, 81.179, 0, 0, 'Sorcerer Ashcrombe'),
|
||
(3850, 5, -249.889, 2142.31, 86.972, 0, 0, 'Sorcerer Ashcrombe'),
|
||
(3850, 6, -248.205, 2144.02, 87.013, 0, 0, 'Sorcerer Ashcrombe'),
|
||
(3850, 7, -240.553, 2140.55, 87.012, 0, 0, 'Sorcerer Ashcrombe'),
|
||
(3850, 8, -237.514, 2142.07, 87.012, 0, 0, 'Sorcerer Ashcrombe'),
|
||
(3850, 9, -235.638, 2149.23, 90.587, 0, 0, 'Sorcerer Ashcrombe'),
|
||
(3850, 10, -237.188, 2151.95, 90.624, 0, 0, 'Sorcerer Ashcrombe'),
|
||
(3850, 11, -241.162, 2153.65, 90.624, 0, 0, 'Sorcerer Ashcrombe'),
|
||
(3850, 12, -241.13, 2154.56, 90.624, 0, 0, 'Sorcerer Ashcrombe'),
|
||
(3984, 2, 891.571, -114.126, 38.2004, 0, 0, 'Nancy Vishas'),
|
||
(3984, 1, 888.14, -121.84, 38.388, 0, 0, 'Nancy Vishas'),
|
||
(4484, 17, 3470.46, 214.818, 13.2644, 0, 0, 'Feero Ironhand'),
|
||
(4484, 16, 3454.87, 219.339, 12.5932, 0, 0, 'Feero Ironhand'),
|
||
(4484, 15, 3432.29, 225.396, 10.0283, 0, 0, 'Feero Ironhand'),
|
||
(4484, 14, 3409.07, 226.385, 9.21523, 0, 0, 'Feero Ironhand'),
|
||
(4484, 13, 3367.13, 224.588, 11.8671, 0, 0, 'Feero Ironhand'),
|
||
(4484, 12, 3341.02, 214.29, 13.3204, 0, 0, 'Feero Ironhand'),
|
||
(4484, 11, 3315.65, 210.198, 11.9677, 0, 0, 'Feero Ironhand'),
|
||
(4484, 10, 3284.76, 220.414, 10.9505, 0, 0, 'Feero Ironhand'),
|
||
(4484, 9, 3263.07, 225.985, 10.6459, 0, 0, 'Feero Ironhand'),
|
||
(4484, 8, 3232.94, 223.725, 10.0522, 0, 0, 'Feero Ironhand'),
|
||
(4484, 7, 3227.65, 210.76, 8.62933, 0, 0, 'Feero Ironhand'),
|
||
(4484, 6, 3225.04, 199.439, 7.09672, 0, 0, 'Feero Ironhand'),
|
||
(4484, 5, 3229.85, 191.23, 7.49455, 0, 0, 'Feero Ironhand'),
|
||
(4484, 4, 3219.12, 182.236, 6.58841, 0, 0, 'Feero Ironhand'),
|
||
(4484, 3, 3203.48, 192.349, 5.90847, 0, 0, 'Feero Ironhand'),
|
||
(4484, 2, 3187.92, 197.118, 4.6993, 0, 0, 'Feero Ironhand'),
|
||
(4484, 1, 3175.93, 193.541, 3.48354, 0, 0, 'Feero Ironhand'),
|
||
(4500, 1, -3138.49, -2864.64, 34.76, 0, 0, 'Overlord Mok\'Morokk'),
|
||
(4500, 2, -3128.08, -2847.37, 34.72, 0, 0, 'Overlord Mok\'Morokk'),
|
||
(4500, 3, -3108.94, -2839.6, 34.28, 0, 0, 'Overlord Mok\'Morokk'),
|
||
(4508, 1, 2194.38, 1791.65, 65.48, 0, 0, 'Willix the Importer'),
|
||
(4508, 2, 2188.56, 1805.87, 64.45, 0, 0, 'Willix the Importer'),
|
||
(4508, 3, 2187, 1843.49, 59.33, 0, 0, 'Willix the Importer'),
|
||
(4508, 4, 2163.27, 1851.67, 56.73, 0, 0, 'Willix the Importer'),
|
||
(4508, 5, 2137.66, 1843.98, 48.08, 0, 0, 'Willix the Importer'),
|
||
(4508, 6, 2140.22, 1845.02, 48.32, 0, 0, 'Willix the Importer'),
|
||
(4508, 7, 2131.5, 1804.29, 46.85, 0, 0, 'Willix the Importer'),
|
||
(4508, 8, 2096.18, 1789.03, 51.13, 0, 0, 'Willix the Importer'),
|
||
(4508, 9, 2074.46, 1780.09, 55.64, 0, 0, 'Willix the Importer'),
|
||
(4508, 10, 2055.12, 1768.67, 58.46, 0, 0, 'Willix the Importer'),
|
||
(4508, 11, 2037.83, 1748.62, 60.27, 0, 0, 'Willix the Importer'),
|
||
(4508, 12, 2037.51, 1728.94, 60.85, 0, 0, 'Willix the Importer'),
|
||
(4508, 13, 2044.7, 1711.71, 59.71, 0, 0, 'Willix the Importer'),
|
||
(4508, 14, 2067.66, 1701.84, 57.77, 0, 0, 'Willix the Importer'),
|
||
(4508, 15, 2078.91, 1704.54, 56.77, 0, 0, 'Willix the Importer'),
|
||
(4508, 16, 2097.65, 1715.24, 54.74, 0, 0, 'Willix the Importer'),
|
||
(4508, 17, 2106.44, 1720.98, 54.41, 0, 0, 'Willix the Importer'),
|
||
(4508, 18, 2123.96, 1732.56, 52.27, 0, 0, 'Willix the Importer'),
|
||
(4508, 19, 2153.82, 1728.73, 51.92, 0, 0, 'Willix the Importer'),
|
||
(4508, 20, 2163.49, 1706.33, 54.42, 0, 0, 'Willix the Importer'),
|
||
(4508, 21, 2158.75, 1695.98, 55.7, 0, 0, 'Willix the Importer'),
|
||
(4508, 22, 2142.6, 1680.72, 58.24, 0, 0, 'Willix the Importer'),
|
||
(4508, 23, 2118.31, 1671.54, 59.21, 0, 0, 'Willix the Importer'),
|
||
(4508, 24, 2086.02, 1672.04, 61.24, 0, 0, 'Willix the Importer'),
|
||
(4508, 25, 2068.81, 1658.93, 61.24, 0, 0, 'Willix the Importer'),
|
||
(4508, 26, 2062.82, 1633.31, 64.35, 0, 0, 'Willix the Importer'),
|
||
(4508, 27, 2063.05, 1589.16, 63.26, 0, 0, 'Willix the Importer'),
|
||
(4508, 28, 2063.67, 1577.22, 65.89, 0, 0, 'Willix the Importer'),
|
||
(4508, 29, 2057.94, 1560.68, 68.4, 0, 0, 'Willix the Importer'),
|
||
(4508, 30, 2052.56, 1548.05, 73.35, 0, 0, 'Willix the Importer'),
|
||
(4508, 31, 2045.22, 1543.4, 76.65, 0, 0, 'Willix the Importer'),
|
||
(4508, 32, 2034.35, 1543.01, 79.7, 0, 0, 'Willix the Importer'),
|
||
(4508, 33, 2029.95, 1542.94, 80.79, 0, 0, 'Willix the Importer'),
|
||
(4508, 34, 2021.34, 1538.67, 80.8, 0, 0, 'Willix the Importer'),
|
||
(4508, 35, 2012.45, 1549.48, 79.93, 0, 0, 'Willix the Importer'),
|
||
(4508, 36, 2008.05, 1554.92, 80.44, 0, 0, 'Willix the Importer'),
|
||
(4508, 37, 2006.54, 1562.72, 81.11, 0, 0, 'Willix the Importer'),
|
||
(4508, 38, 2003.8, 1576.43, 81.57, 0, 0, 'Willix the Importer'),
|
||
(4508, 39, 2000.57, 1590.06, 80.62, 0, 0, 'Willix the Importer'),
|
||
(4508, 40, 1998.96, 1596.87, 80.22, 0, 0, 'Willix the Importer'),
|
||
(4508, 41, 1991.19, 1600.82, 79.39, 0, 0, 'Willix the Importer'),
|
||
(4508, 42, 1980.71, 1601.44, 79.77, 0, 0, 'Willix the Importer'),
|
||
(4508, 43, 1967.22, 1600.18, 80.62, 0, 0, 'Willix the Importer'),
|
||
(4508, 44, 1956.43, 1596.97, 81.75, 0, 0, 'Willix the Importer'),
|
||
(4508, 45, 1954.87, 1592.02, 82.18, 0, 0, 'Willix the Importer'),
|
||
(4508, 46, 1948.35, 1571.35, 80.96, 0, 0, 'Willix the Importer'),
|
||
(4508, 47, 1947.02, 1566.42, 81.8, 0, 0, 'Willix the Importer'),
|
||
(4709, 1, -6237.13, -3911.58, -60.5103, 0, 0, 'Zamek'),
|
||
(4709, 2, -6257.43, -3879.56, -58.8595, 0, 0, 'Zamek'),
|
||
(4709, 3, -6267.61, -3850.91, -58.7503, 0, 0, 'Zamek'),
|
||
(4709, 4, -6266.24, -3846.35, -58.7503, 0, 0, 'Zamek'),
|
||
(4709, 5, -6267.61, -3850.91, -58.7503, 0, 0, 'Zamek'),
|
||
(4709, 6, -6257.43, -3879.56, -58.8595, 0, 0, 'Zamek'),
|
||
(4709, 7, -6237.13, -3911.58, -60.5103, 0, 0, 'Zamek'),
|
||
(4709, 8, -6226.13, -3944.94, -58.6251, 0, 0, 'Zamek'),
|
||
(4720, 1, -6243.39, -3845.91, -58.7498, 0, 0, 'Rizzle Brassbolts'),
|
||
(4720, 2, -6250.63, -3847.35, -58.7491, 0, 0, 'Rizzle Brassbolts'),
|
||
(4720, 3, -6255.06, -3853.64, -58.7491, 0, 0, 'Rizzle Brassbolts'),
|
||
(4720, 4, -6262.2, -3851.84, -58.7491, 0, 0, 'Rizzle Brassbolts'),
|
||
(4720, 5, -6266.24, -3846.35, -58.7503, 0, 0, 'Rizzle Brassbolts'),
|
||
(4720, 6, -6262.2, -3851.84, -58.7491, 0, 0, 'Rizzle Brassbolts'),
|
||
(4720, 7, -6255.06, -3853.64, -58.7491, 0, 0, 'Rizzle Brassbolts'),
|
||
(4720, 8, -6250.63, -3847.35, -58.7491, 0, 0, 'Rizzle Brassbolts'),
|
||
(4720, 9, -6243.39, -3845.91, -58.7498, 0, 0, 'Rizzle Brassbolts'),
|
||
(4720, 10, -6236.99, -3831.23, -58.1364, 0, 0, 'Rizzle Brassbolts'),
|
||
(4721, 1, -1207.75, -59.4741, 158.36, 0, 0, 'Zangen Stonehoof'),
|
||
(4721, 2, -1207.76, -57.3273, 158.614, 0, 0, 'Zangen Stonehoof'),
|
||
(4880, 1, -2646.43, -3436.07, 35.3732, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 2, -2650.83, -3440.15, 35.1381, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 3, -2662.31, -3447.67, 35.1089, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 4, -2680.48, -3454.6, 34.6538, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 5, -2701.02, -3457.44, 34.2691, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 6, -2724.06, -3458.64, 33.6735, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 7, -2745.01, -3459.28, 32.5346, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 8, -2759.42, -3464.78, 32.7143, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 9, -2763.63, -3471.51, 33.5388, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 10, -2771.79, -3480.89, 33.2553, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 11, -2780.66, -3488.76, 31.875, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 12, -2796.14, -3489.01, 30.8585, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 13, -2792.12, -3495.97, 30.7324, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 14, -2789.06, -3502.37, 30.6704, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 15, -2787.72, -3515.01, 31.1176, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 16, -2790.84, -3523.31, 30.5733, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 17, -2796.59, -3520.62, 29.9187, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 18, -2798.56, -3518.91, 30.3887, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 19, -2801.47, -3516.75, 30.1915, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 20, -2804.36, -3513.9, 29.5508, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 21, -2807.98, -3518, 29.9488, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 22, -2815.68, -3521.74, 29.7723, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 23, -2823.39, -3526.23, 31.7194, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 24, -2836.11, -3544.7, 32.4939, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 25, -2830.39, -3568.86, 30.4104, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 26, -2824.84, -3569.52, 31.2811, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 27, -2818.66, -3567.8, 30.9204, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 28, -2817.66, -3568.94, 30.4312, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 29, -2820.39, -3592.22, 30.7163, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 30, -2820.77, -3592.5, 30.8861, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 31, -2829.91, -3588.73, 30.6831, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 32, -2842.32, -3577.5, 36.8489, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 33, -2851.18, -3567.58, 38.5159, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 34, -2865.55, -3551.58, 41.439, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 35, -2871.23, -3548.15, 40.7614, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 36, -2877.84, -3544.15, 38.6702, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 37, -2890.39, -3542.39, 34.3144, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 38, -2898.73, -3543.64, 34.32, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 39, -2910.06, -3568.96, 34.25, 0, 0, '"Stinky" Ignatz'),
|
||
(4880, 40, -2932.51, -3584.62, 37.2385, 0, 0, '"Stinky" Ignatz'),
|
||
(4983, 1, -3349.78, -3134.81, 28.5267, 0, 0, 'Ogron'),
|
||
(4983, 2, -3366.01, -3144.31, 35.2659, 0, 0, 'Ogron'),
|
||
(4983, 3, -3367.34, -3164.1, 35.9618, 0, 0, 'Ogron'),
|
||
(4983, 4, -3372.77, -3174.81, 35.8517, 0, 0, 'Ogron'),
|
||
(4983, 5, -3378.53, -3191.64, 35.7204, 0, 0, 'Ogron'),
|
||
(4983, 6, -3370.92, -3190.48, 34.1671, 0, 0, 'Ogron'),
|
||
(4983, 7, -3366.86, -3209.47, 33.9713, 0, 0, 'Ogron'),
|
||
(5662, 1, 1685.04, 417.976, -62.2986, 0, 0, 'Sergeant Houser'),
|
||
(5662, 2, 1694.53, 418.755, -62.2986, 0, 0, 'Sergeant Houser'),
|
||
(5662, 3, 1704.5, 421.202, -62.3554, 0, 0, 'Sergeant Houser'),
|
||
(5662, 4, 1693.69, 418.24, -62.2982, 0, 0, 'Sergeant Houser'),
|
||
(5697, 1, 1660.24, 357.807, -60.5092, 0, 0, 'Theresa'),
|
||
(5697, 2, 1667.29, 351.934, -60.6594, 0, 0, 'Theresa'),
|
||
(5697, 3, 1671.29, 349.184, -60.6594, 0, 0, 'Theresa'),
|
||
(5697, 4, 1673.04, 347.684, -60.6594, 0, 0, 'Theresa'),
|
||
(5697, 5, 1677.35, 344.461, -60.3678, 0, 0, 'Theresa'),
|
||
(5697, 6, 1678.35, 343.711, -60.3678, 0, 0, 'Theresa'),
|
||
(5697, 7, 1687.1, 337.711, -60.3678, 0, 0, 'Theresa'),
|
||
(5697, 8, 1696.24, 335.388, -60.272, 0, 0, 'Theresa'),
|
||
(5697, 9, 1698.24, 334.888, -60.272, 0, 0, 'Theresa'),
|
||
(5697, 10, 1698.74, 334.388, -60.272, 0, 0, 'Theresa'),
|
||
(5697, 11, 1699.12, 334.025, -60.1898, 0, 0, 'Theresa'),
|
||
(5697, 12, 1703.88, 327.275, -55.1898, 0, 0, 'Theresa'),
|
||
(5697, 13, 1707.57, 325.851, -55.09, 0, 0, 'Theresa'),
|
||
(5697, 14, 1708.07, 326.351, -55.09, 0, 0, 'Theresa'),
|
||
(5697, 15, 1708.34, 326.306, -55.1005, 0, 0, 'Theresa'),
|
||
(5697, 16, 1713.84, 330.056, -52.3505, 0, 0, 'Theresa'),
|
||
(5697, 17, 1717.34, 332.306, -49.6005, 0, 0, 'Theresa'),
|
||
(5697, 18, 1719.34, 333.556, -49.1005, 0, 0, 'Theresa'),
|
||
(5697, 19, 1720.59, 334.556, -49.1005, 0, 0, 'Theresa'),
|
||
(5697, 20, 1721.34, 335.056, -48.8505, 0, 0, 'Theresa'),
|
||
(5697, 21, 1721.4, 335.242, -49.0298, 0, 0, 'Theresa'),
|
||
(5697, 22, 1723.4, 336.742, -49.0298, 0, 0, 'Theresa'),
|
||
(5697, 23, 1725.15, 338.242, -49.5298, 0, 0, 'Theresa'),
|
||
(5697, 24, 1728.65, 340.742, -52.2798, 0, 0, 'Theresa'),
|
||
(5697, 25, 1733.65, 344.992, -55.0298, 0, 0, 'Theresa'),
|
||
(5697, 26, 1738.04, 343.706, -55.1748, 0, 0, 'Theresa'),
|
||
(5697, 27, 1738.29, 343.456, -55.1748, 0, 0, 'Theresa'),
|
||
(5697, 28, 1738.49, 343.131, -55.1891, 0, 0, 'Theresa'),
|
||
(5697, 29, 1742.49, 337.631, -59.4391, 0, 0, 'Theresa'),
|
||
(5697, 30, 1742.99, 337.131, -60.1891, 0, 0, 'Theresa'),
|
||
(5697, 31, 1743.3, 336.912, -60.1912, 0, 0, 'Theresa'),
|
||
(5697, 32, 1745.3, 335.412, -60.1912, 0, 0, 'Theresa'),
|
||
(5697, 33, 1751.57, 336.503, -60.3616, 0, 0, 'Theresa'),
|
||
(5697, 34, 1753.07, 336.753, -60.3616, 0, 0, 'Theresa'),
|
||
(5697, 35, 1755.32, 337.003, -61.8616, 0, 0, 'Theresa'),
|
||
(5697, 36, 1757.32, 337.503, -61.8616, 0, 0, 'Theresa'),
|
||
(5697, 37, 1759.57, 338.503, -61.8616, 0, 0, 'Theresa'),
|
||
(5697, 38, 1759.87, 338.735, -62.0504, 0, 0, 'Theresa'),
|
||
(5697, 39, 1765.37, 341.485, -62.0504, 0, 0, 'Theresa'),
|
||
(5697, 40, 1769.37, 343.735, -62.0504, 0, 0, 'Theresa'),
|
||
(5697, 41, 1778.87, 347.985, -62.0504, 0, 0, 'Theresa'),
|
||
(5697, 42, 1780.62, 350.735, -62.3004, 0, 0, 'Theresa'),
|
||
(5697, 43, 1780.71, 350.994, -61.9875, 0, 0, 'Theresa'),
|
||
(5697, 44, 1784.71, 356.744, -61.9875, 0, 0, 'Theresa'),
|
||
(5697, 45, 1789.21, 363.494, -59.9875, 0, 0, 'Theresa'),
|
||
(5697, 46, 1790.21, 365.244, -59.9875, 0, 0, 'Theresa'),
|
||
(5697, 47, 1791.96, 367.744, -59.9875, 0, 0, 'Theresa'),
|
||
(5697, 48, 1792.29, 372.921, -59.9374, 0, 0, 'Theresa'),
|
||
(5697, 49, 1792.54, 375.421, -59.9374, 0, 0, 'Theresa'),
|
||
(5697, 50, 1792.02, 377.664, -59.6861, 0, 0, 'Theresa'),
|
||
(5697, 51, 1791.52, 378.914, -59.6861, 0, 0, 'Theresa'),
|
||
(5697, 52, 1788.52, 386.664, -56.9361, 0, 0, 'Theresa'),
|
||
(5697, 53, 1786.02, 392.914, -56.9361, 0, 0, 'Theresa'),
|
||
(5697, 54, 1785.42, 394.137, -56.9608, 0, 0, 'Theresa'),
|
||
(5697, 55, 1785.59, 393.924, -56.9367, 0, 0, 'Theresa'),
|
||
(5697, 56, 1788.84, 387.174, -56.9367, 0, 0, 'Theresa'),
|
||
(5697, 57, 1792.09, 379.174, -59.6867, 0, 0, 'Theresa'),
|
||
(5697, 58, 1792.29, 378.921, -59.9374, 0, 0, 'Theresa'),
|
||
(5697, 59, 1792.54, 378.171, -59.9374, 0, 0, 'Theresa'),
|
||
(5697, 60, 1792.54, 375.421, -59.9374, 0, 0, 'Theresa'),
|
||
(5697, 61, 1792.29, 372.921, -59.9374, 0, 0, 'Theresa'),
|
||
(5697, 62, 1791.96, 367.744, -59.9875, 0, 0, 'Theresa'),
|
||
(5697, 63, 1790.21, 365.244, -59.9875, 0, 0, 'Theresa'),
|
||
(5697, 64, 1789.21, 363.494, -59.9875, 0, 0, 'Theresa'),
|
||
(5697, 65, 1784.71, 356.744, -61.9875, 0, 0, 'Theresa'),
|
||
(5697, 66, 1780.71, 350.994, -61.9875, 0, 0, 'Theresa'),
|
||
(5697, 67, 1780.62, 350.735, -62.3004, 0, 0, 'Theresa'),
|
||
(5697, 68, 1778.87, 347.985, -62.0504, 0, 0, 'Theresa'),
|
||
(5697, 69, 1769.37, 343.735, -62.0504, 0, 0, 'Theresa'),
|
||
(5697, 70, 1765.37, 341.485, -62.0504, 0, 0, 'Theresa'),
|
||
(5697, 71, 1759.87, 338.735, -62.0504, 0, 0, 'Theresa'),
|
||
(5697, 72, 1759.57, 338.503, -61.8616, 0, 0, 'Theresa'),
|
||
(5697, 73, 1757.32, 337.503, -61.8616, 0, 0, 'Theresa'),
|
||
(5697, 74, 1755.32, 337.003, -61.8616, 0, 0, 'Theresa'),
|
||
(5697, 75, 1753.07, 336.753, -60.3616, 0, 0, 'Theresa'),
|
||
(5697, 76, 1751.57, 336.503, -60.3616, 0, 0, 'Theresa'),
|
||
(5697, 77, 1745.3, 335.412, -60.1912, 0, 0, 'Theresa'),
|
||
(5697, 78, 1743.3, 336.912, -60.1912, 0, 0, 'Theresa'),
|
||
(5697, 79, 1742.99, 337.131, -60.1891, 0, 0, 'Theresa'),
|
||
(5697, 80, 1742.49, 337.631, -59.4391, 0, 0, 'Theresa'),
|
||
(5697, 81, 1738.49, 343.131, -55.1891, 0, 0, 'Theresa'),
|
||
(5697, 82, 1738.29, 343.456, -55.1748, 0, 0, 'Theresa'),
|
||
(5697, 83, 1738.04, 343.706, -55.1748, 0, 0, 'Theresa'),
|
||
(5697, 84, 1733.65, 344.992, -55.0298, 0, 0, 'Theresa'),
|
||
(5697, 85, 1728.65, 340.742, -52.2798, 0, 0, 'Theresa'),
|
||
(5697, 86, 1725.15, 338.242, -49.5298, 0, 0, 'Theresa'),
|
||
(5697, 87, 1723.4, 336.742, -49.0298, 0, 0, 'Theresa'),
|
||
(5697, 88, 1721.4, 335.242, -49.0298, 0, 0, 'Theresa'),
|
||
(5697, 89, 1721.34, 335.056, -48.8505, 0, 0, 'Theresa'),
|
||
(5697, 90, 1720.59, 334.556, -49.1005, 0, 0, 'Theresa'),
|
||
(5697, 91, 1719.34, 333.556, -49.1005, 0, 0, 'Theresa'),
|
||
(5697, 92, 1717.34, 332.306, -49.6005, 0, 0, 'Theresa'),
|
||
(5697, 93, 1713.84, 330.056, -52.3505, 0, 0, 'Theresa'),
|
||
(5697, 94, 1708.34, 326.306, -55.1005, 0, 0, 'Theresa'),
|
||
(5697, 95, 1708.07, 326.351, -55.09, 0, 0, 'Theresa'),
|
||
(5697, 96, 1707.57, 325.851, -55.09, 0, 0, 'Theresa'),
|
||
(5697, 97, 1703.88, 327.275, -55.1898, 0, 0, 'Theresa'),
|
||
(5697, 98, 1699.12, 334.025, -60.1898, 0, 0, 'Theresa'),
|
||
(5697, 99, 1698.74, 334.388, -60.272, 0, 0, 'Theresa'),
|
||
(5697, 100, 1698.24, 334.888, -60.272, 0, 0, 'Theresa'),
|
||
(5697, 101, 1696.24, 335.388, -60.272, 0, 0, 'Theresa'),
|
||
(5697, 102, 1687.1, 337.711, -60.3678, 0, 0, 'Theresa'),
|
||
(5697, 103, 1678.35, 343.711, -60.3678, 0, 0, 'Theresa'),
|
||
(5697, 104, 1677.35, 344.461, -60.3678, 0, 0, 'Theresa'),
|
||
(5697, 105, 1673.04, 347.684, -60.6594, 0, 0, 'Theresa'),
|
||
(5697, 106, 1671.29, 349.184, -60.6594, 0, 0, 'Theresa'),
|
||
(5697, 107, 1667.29, 351.934, -60.6594, 0, 0, 'Theresa'),
|
||
(5697, 108, 1660.24, 357.807, -60.5092, 0, 0, 'Theresa'),
|
||
(5697, 109, 1655.74, 367.394, -60.7665, 0, 0, 'Theresa'),
|
||
(6176, 1, 253.05, -1459.09, 52.09, 0, 0, 'Bath\'rah the Windwatcher'),
|
||
(6176, 2, 256.87, -1440.35, 50.09, 0, 0, 'Bath\'rah the Windwatcher'),
|
||
(6176, 3, 273.74, -1433.18, 50.29, 0, 0, 'Bath\'rah the Windwatcher'),
|
||
(6176, 4, 297.77, -1436.7, 46.96, 0, 0, 'Bath\'rah the Windwatcher'),
|
||
(6176, 5, 329.59, -1442.08, 40.31, 0, 0, 'Bath\'rah the Windwatcher'),
|
||
(6176, 6, 332.73, -1455.6, 42.24, 0, 0, 'Bath\'rah the Windwatcher'),
|
||
(6176, 7, 323.83, -1468.92, 42.24, 0, 0, 'Bath\'rah the Windwatcher'),
|
||
(6497, 1, 1597.4, 566.768, 37.8602, 0, 0, 'Astor Hadren'),
|
||
(6497, 2, 1613.91, 562.333, 35.146, 0, 0, 'Astor Hadren'),
|
||
(6497, 3, 1631.83, 557.812, 33.7566, 0, 0, 'Astor Hadren'),
|
||
(6497, 4, 1661.1, 550.278, 33.3758, 0, 0, 'Astor Hadren'),
|
||
(6497, 5, 1689.98, 545.014, 33.4033, 0, 0, 'Astor Hadren'),
|
||
(6497, 6, 1714.5, 540.561, 33.6137, 0, 0, 'Astor Hadren'),
|
||
(6497, 7, 1737.88, 533.75, 33.3961, 0, 0, 'Astor Hadren'),
|
||
(6497, 8, 1772.23, 525.741, 33.3961, 0, 0, 'Astor Hadren'),
|
||
(6497, 9, 1802.45, 516.861, 33.4219, 0, 0, 'Astor Hadren'),
|
||
(6497, 10, 1836.05, 504.973, 34.1916, 0, 0, 'Astor Hadren'),
|
||
(6497, 11, 1850.21, 496.778, 34.6882, 0, 0, 'Astor Hadren'),
|
||
(6497, 12, 1867.39, 481.534, 34.5889, 0, 0, 'Astor Hadren'),
|
||
(6497, 13, 1877.67, 463.224, 34.1472, 0, 0, 'Astor Hadren'),
|
||
(6497, 14, 1890.49, 434.482, 33.8649, 0, 0, 'Astor Hadren'),
|
||
(6497, 15, 1898.6, 404.11, 34.3546, 0, 0, 'Astor Hadren'),
|
||
(6497, 16, 1909.06, 371.483, 34.0201, 0, 0, 'Astor Hadren'),
|
||
(6497, 17, 1927.47, 333.806, 35.1605, 0, 0, 'Astor Hadren'),
|
||
(6497, 18, 1948.33, 293.56, 38.7782, 0, 0, 'Astor Hadren'),
|
||
(6497, 19, 1960.17, 272.962, 38.3855, 0, 0, 'Astor Hadren'),
|
||
(6497, 20, 1981.05, 237.328, 36.6631, 0, 0, 'Astor Hadren'),
|
||
(6497, 21, 1955.89, 236.574, 41.3907, 0, 0, 'Astor Hadren'),
|
||
(6497, 22, 1922.53, 240.366, 49.3415, 0, 0, 'Astor Hadren'),
|
||
(6497, 23, 1938.41, 259.961, 44.9292, 0, 0, 'Astor Hadren'),
|
||
(6497, 24, 1949.26, 286.982, 38.8665, 0, 0, 'Astor Hadren'),
|
||
(6497, 25, 1941.21, 306.375, 37.5792, 0, 0, 'Astor Hadren'),
|
||
(6497, 26, 1927.42, 334.68, 35.107, 0, 0, 'Astor Hadren'),
|
||
(6497, 27, 1912.91, 362.632, 33.9933, 0, 0, 'Astor Hadren'),
|
||
(6497, 28, 1899.77, 399.685, 34.2583, 0, 0, 'Astor Hadren'),
|
||
(6497, 29, 1894.23, 419.938, 34.2863, 0, 0, 'Astor Hadren'),
|
||
(6497, 30, 1883.81, 449.623, 33.9371, 0, 0, 'Astor Hadren'),
|
||
(6497, 31, 1865.35, 482.581, 34.6089, 0, 0, 'Astor Hadren'),
|
||
(6497, 32, 1839.53, 502.555, 34.3171, 0, 0, 'Astor Hadren'),
|
||
(6497, 33, 1810.76, 513.551, 33.4393, 0, 0, 'Astor Hadren'),
|
||
(6497, 34, 1780.72, 522.962, 33.3959, 0, 0, 'Astor Hadren'),
|
||
(6497, 35, 1744.62, 532.56, 33.3959, 0, 0, 'Astor Hadren'),
|
||
(6497, 36, 1713.98, 539.842, 33.5092, 0, 0, 'Astor Hadren'),
|
||
(6497, 37, 1683.12, 546.073, 33.4104, 0, 0, 'Astor Hadren'),
|
||
(6497, 38, 1642.1, 554.955, 33.448, 0, 0, 'Astor Hadren'),
|
||
(6497, 39, 1612.29, 563.53, 35.3895, 0, 0, 'Astor Hadren'),
|
||
(6729, 1, -861.803, -460.36, -33.8918, 0, 0, 'Morridune'),
|
||
(6729, 2, -856.168, -464.425, -33.9223, 0, 0, 'Morridune'),
|
||
(6729, 3, -849.964, -469.231, -34.0381, 0, 0, 'Morridune'),
|
||
(6729, 4, -839.838, -473.654, -34.0535, 0, 0, 'Morridune'),
|
||
(7207, 1, -8805.29, 338.5, 95.09, 0, 0, 'Doc Mixilpixil'),
|
||
(7207, 2, -8804.15, 325.58, 95.09, 0, 0, 'Doc Mixilpixil'),
|
||
(7207, 3, -8805.56, 331.96, 95.09, 0, 0, 'Doc Mixilpixil'),
|
||
(7411, 1, 9642.47, 2523.25, 1331.54, 0, 0, 'Spirit of Sathrah'),
|
||
(7411, 2, 9640.32, 2517.43, 1331.57, 0, 0, 'Spirit of Sathrah'),
|
||
(7411, 3, 9635.62, 2514.35, 1331.4, 0, 0, 'Spirit of Sathrah'),
|
||
(7411, 4, 9630.91, 2515.59, 1331.72, 0, 0, 'Spirit of Sathrah'),
|
||
(7411, 5, 9626.52, 2520.1, 1331.73, 0, 0, 'Spirit of Sathrah'),
|
||
(7411, 6, 9625.02, 2526.36, 1331.61, 0, 0, 'Spirit of Sathrah'),
|
||
(7411, 7, 9630.56, 2532.58, 1331.39, 0, 0, 'Spirit of Sathrah'),
|
||
(7411, 8, 9636.59, 2532.65, 1331.73, 0, 0, 'Spirit of Sathrah'),
|
||
(7411, 9, 9640.05, 2529.06, 1331.77, 0, 0, 'Spirit of Sathrah'),
|
||
(7583, 1, -7114.15, -3811.19, 8.39081, 0, 0, 'Sprinkle'),
|
||
(7583, 2, -7155.4, -3820.39, 8.37046, 0, 0, 'Sprinkle'),
|
||
(7583, 3, -7178.13, -3791.51, 8.37044, 0, 0, 'Sprinkle'),
|
||
(7583, 4, -7160.75, -3758.74, 8.37044, 0, 0, 'Sprinkle'),
|
||
(7583, 5, -7136.47, -3747.8, 8.40752, 0, 0, 'Sprinkle'),
|
||
(7583, 6, -7109.99, -3739.6, 9.10553, 0, 0, 'Sprinkle'),
|
||
(7583, 7, -7111.11, -3741.78, 8.60926, 0, 0, 'Sprinkle'),
|
||
(7956, 1, -4483.36, 862.535, 74.6013, 0, 0, 'Kindal Moonweaver'),
|
||
(7956, 2, -4487.18, 865.19, 79.7406, 0, 0, 'Kindal Moonweaver'),
|
||
(7956, 3, -4488.79, 866.515, 81.6256, 0, 0, 'Kindal Moonweaver'),
|
||
(7956, 4, -4500, 866.707, 86.8864, 0, 0, 'Kindal Moonweaver'),
|
||
(7956, 5, -4507.84, 866.517, 86.3367, 0, 0, 'Kindal Moonweaver'),
|
||
(7956, 6, -4515.54, 866.362, 81.4797, 0, 0, 'Kindal Moonweaver'),
|
||
(7956, 7, -4525.59, 870.284, 71.2782, 0, 0, 'Kindal Moonweaver'),
|
||
(7956, 8, -4532.78, 876.269, 64.7919, 0, 0, 'Kindal Moonweaver'),
|
||
(7956, 9, -4543.71, 881.974, 57.7389, 0, 0, 'Kindal Moonweaver'),
|
||
(7956, 10, -4557.97, 889.414, 58.1973, 0, 0, 'Kindal Moonweaver'),
|
||
(7956, 11, -4562.43, 877.404, 60.5922, 0, 0, 'Kindal Moonweaver'),
|
||
(7956, 12, -4559.57, 862.749, 60.3292, 0, 0, 'Kindal Moonweaver'),
|
||
(7956, 13, -4559.69, 848.574, 61.0174, 0, 0, 'Kindal Moonweaver'),
|
||
(7956, 14, -4559.44, 828.904, 60.0051, 0, 0, 'Kindal Moonweaver'),
|
||
(7956, 15, -4553.4, 817.6, 61.3187, 0, 0, 'Kindal Moonweaver'),
|
||
(7956, 16, -4546.26, 807.014, 60.6828, 0, 0, 'Kindal Moonweaver'),
|
||
(7956, 17, -4536.75, 802.86, 60.2268, 0, 0, 'Kindal Moonweaver'),
|
||
(7956, 18, -4525.93, 807.485, 60.0967, 0, 0, 'Kindal Moonweaver'),
|
||
(7997, 1, -4532.84, 808.158, 60.024, 0, 0, 'Captured Sprite Darter'),
|
||
(7997, 2, -4528.31, 802.922, 59.5333, 0, 0, 'Captured Sprite Darter'),
|
||
(7997, 3, -4518.08, 800.967, 59.4521, 0, 0, 'Captured Sprite Darter'),
|
||
(7997, 4, -4505.76, 798.409, 61.7315, 0, 0, 'Captured Sprite Darter'),
|
||
(7998, 1, -511.065, -134.51, -152.493, 0, 0, 'Blastmaster Emi Shortfuse'),
|
||
(7998, 2, -511.862, -131.76, -152.932, 0, 0, 'Blastmaster Emi Shortfuse'),
|
||
(7998, 3, -513.319, -126.733, -156.095, 0, 0, 'Blastmaster Emi Shortfuse'),
|
||
(7998, 4, -515.969, -118.962, -156.109, 0, 0, 'Blastmaster Emi Shortfuse'),
|
||
(7998, 5, -518.983, -111.608, -155.923, 0, 0, 'Blastmaster Emi Shortfuse'),
|
||
(7998, 6, -522.392, -101.145, -155.228, 0, 0, 'Blastmaster Emi Shortfuse'),
|
||
(7998, 7, -523.941, -96.9487, -154.823, 0, 0, 'Blastmaster Emi Shortfuse'),
|
||
(7998, 8, -531.938, -104.249, -156.031, 0, 0, 'Blastmaster Emi Shortfuse'),
|
||
(7998, 9, -533.141, -105.332, -156.017, 0, 0, 'Blastmaster Emi Shortfuse'),
|
||
(7998, 10, -541.3, -96.7414, -155.895, 0, 0, 'Blastmaster Emi Shortfuse'),
|
||
(7998, 11, -517.556, -106.826, -155.149, 0, 0, 'Blastmaster Emi Shortfuse'),
|
||
(7998, 12, -508.757, -103.227, -151.742, 0, 0, 'Blastmaster Emi Shortfuse'),
|
||
(7998, 13, -512.396, -86.3113, -151.642, 0, 0, 'Blastmaster Emi Shortfuse'),
|
||
(7998, 14, -520.928, -117.679, -156.119, 0, 0, 'Blastmaster Emi Shortfuse'),
|
||
(7998, 15, -521.717, -119.564, -156.114, 0, 0, 'Blastmaster Emi Shortfuse'),
|
||
(8284, 1, -7006.92, -1744, 234.1, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 2, -7007.75, -1732.05, 234.099, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 3, -7005.47, -1724.57, 234.099, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 4, -7001.05, -1727.62, 235.274, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 5, -6991.56, -1734.18, 239.239, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 6, -6983.94, -1734.93, 241.622, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 7, -6976.7, -1724.36, 241.667, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 8, -6974.22, -1720.38, 243.028, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 9, -6973.37, -1715.84, 243.68, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 10, -6971.87, -1711.4, 241.999, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 11, -6961.39, -1700.4, 240.744, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 12, -6956.36, -1695.64, 241.267, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 13, -6952.62, -1692.92, 242.201, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 14, -6941.59, -1686.27, 243.609, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 15, -6931.58, -1680.24, 241.976, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 16, -6925.64, -1676.66, 241.205, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 17, -6916.67, -1671.26, 243.154, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 18, -6906.39, -1669.08, 243.1, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 19, -6895.02, -1666.73, 244.364, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 20, -6888.45, -1671.61, 243.537, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 21, -6883.87, -1675.19, 243.67, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 22, -6878.07, -1679.1, 245.459, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 23, -6866.53, -1680.46, 251.159, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 24, -6847.84, -1680.24, 251.522, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 25, -6837.27, -1680.11, 251.522, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 26, -6824.46, -1679.9, 251.531, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 27, -6809.48, -1682.39, 250.33, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 28, -6807.54, -1685.24, 251.937, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 29, -6799.99, -1697.03, 259.171, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 30, -6791.55, -1705.01, 259.55, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 31, -6783.92, -1712.23, 259.55, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 32, -6779.7, -1724.39, 259.55, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 33, -6779.37, -1740.73, 259.574, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 34, -6778.38, -1749.98, 259.551, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 35, -6776.43, -1761.44, 257.466, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 36, -6772.3, -1785.59, 256.858, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 37, -6761.17, -1794.08, 256.763, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 38, -6748.43, -1802.23, 255.501, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 39, -6731.69, -1812.94, 253.554, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 40, -6717.92, -1815.5, 252.284, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 41, -6700.58, -1817.83, 250.448, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 42, -6685.6, -1820.35, 249.568, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 43, -6675.33, -1831.45, 248.962, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 44, -6661.43, -1848.66, 246.148, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 45, -6654.52, -1859.53, 245.18, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 46, -6641.54, -1877.53, 244.144, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 47, -6628.57, -1895.53, 244.15, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 48, -6616.58, -1909.78, 244.72, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 49, -6603.96, -1915.83, 244.205, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 50, -6592.88, -1919.32, 244.152, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 51, -6572.35, -1923.48, 244.152, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 52, -6551.56, -1931.24, 244.151, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 53, -6528.76, -1943.08, 244.151, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 54, -6509.06, -1953.3, 244.151, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 55, -6484.21, -1966.2, 244.151, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 56, -6461.49, -1975.08, 244.267, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 57, -6444.5, -1979.29, 244.423, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 58, -6432.82, -1979.66, 245.315, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 59, -6414.18, -1981.05, 247.111, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 60, -6401.38, -1981.34, 247.193, 0, 0, 'Dorius Stonetender'),
|
||
(8284, 61, -6388.25, -1984.19, 246.733, 0, 0, 'Dorius Stonetender'),
|
||
(8912, 1, 397.946, -203.572, -66.6304, 0, 0, ''),
|
||
(8912, 2, 384.623, -204.055, -68.6992, 0, 0, ''),
|
||
(8912, 3, 377.427, -195.647, -70.2208, 0, 0, ''),
|
||
(8912, 4, 373.97, -184.192, -70.108, 0, 0, ''),
|
||
(9520, 1, -7694.87, -1446.16, 139.788, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 2, -7693.1, -1447.1, 140.936, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 3, -7670.1, -1458.41, 140.742, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 4, -7675.08, -1464.91, 140.743, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 5, -7682.24, -1470.96, 140.732, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 6, -7695.94, -1473.56, 140.794, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 7, -7708.68, -1472.19, 140.795, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 8, -7711.3, -1470.41, 140.792, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 9, -7718.34, -1483.8, 140.127, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 10, -7726.4, -1499.25, 133.572, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 11, -7738.77, -1502.96, 131.835, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 12, -7752.84, -1497.24, 133.278, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 13, -7768.01, -1491.07, 133.465, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 14, -7788.9, -1488.91, 133.549, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 15, -7819.76, -1484.64, 133.606, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 16, -7828.02, -1480.21, 137.011, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 17, -7839.92, -1470.88, 137.256, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 18, -7849.8, -1470.22, 141.082, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 19, -7855.2, -1476.25, 143.78, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 20, -7868.73, -1461.69, 144.758, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 21, -7888.35, -1431.28, 145.097, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 22, -7900.4, -1426.93, 150.278, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 23, -7907.22, -1425.34, 148.423, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 24, -7922.01, -1421.89, 139.826, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 25, -7939.55, -1410.33, 134.285, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 26, -7953.69, -1383.53, 133.842, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 27, -7970.54, -1358.25, 132.992, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 28, -7994.28, -1337.43, 133.873, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 29, -8003.57, -1325.42, 133.722, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 30, -8006.93, -1297.62, 132.471, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 31, -8010.01, -1272.19, 133.315, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 32, -8022.81, -1248.63, 133.66, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 33, -8024.27, -1233.51, 135.164, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 34, -8016.06, -1199.49, 145.809, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 35, -7998.59, -1162.87, 156.517, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 36, -7971.62, -1137.03, 169.253, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 37, -7947.76, -1131.43, 179.178, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 38, -7916.3, -1132.39, 189.363, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 39, -7882.57, -1132.1, 198.428, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 40, -7846.45, -1132.55, 207.448, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 41, -7817.44, -1129.96, 213.355, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 42, -7807.09, -1128.75, 214.848, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 43, -7751.64, -1121.82, 215.085, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 44, -7743.69, -1097.45, 216.133, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 45, -7731.51, -1088.48, 217.094, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 46, -7696.8, -1084.28, 217.778, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 47, -7677.24, -1058.08, 220.442, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 48, -7651.64, -1034.11, 228.715, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 49, -7620.58, -1020.57, 237.609, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 50, -7593.13, -1015.04, 244.696, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 51, -7564.18, -1017.93, 251.451, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 52, -7541.23, -1031.78, 256.662, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 53, -7513.8, -1051.44, 262.202, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 54, -7496.54, -1073.58, 264.806, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 55, -7476.06, -1068.61, 264.993, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 56, -7451.15, -1062.45, 268.264, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 57, -7431.29, -1061.54, 272.873, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 58, -7415.51, -1073.52, 276.363, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 59, -7408.22, -1101.78, 278.077, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 60, -7383.85, -1099.22, 278.076, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 61, -7359.44, -1101.27, 277.84, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 62, -7335.16, -1089.9, 277.07, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 63, -7310.58, -1070.2, 277.07, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 64, -7296.4, -1064.74, 277.027, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 65, -7274.71, -1073.46, 269.059, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 66, -7263.12, -1072.97, 265.053, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 67, -7239.82, -1072.43, 251.404, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 68, -7214.73, -1071.87, 243.273, 0, 0, 'Grark Lorkrub'),
|
||
(9520, 69, -7190.93, -1078.66, 240.987, 0, 0, 'Grark Lorkrub'),
|
||
(9537, 1, 886.917, -149.176, -49.76, 0, 0, 'Hurley Blackbreath'),
|
||
(9537, 2, 897.699, -137.324, -49.7522, 0, 0, 'Hurley Blackbreath'),
|
||
(9537, 3, 898.57, -141.831, -49.755, 0, 0, 'Hurley Blackbreath'),
|
||
(9541, 1, 885.926, -145.908, -49.76, 0, 0, 'Blackbreath Crony'),
|
||
(9541, 2, 891.983, -138.614, -49.7543, 0, 0, 'Blackbreath Crony'),
|
||
(9541, 3, 896.412, -144.16, -49.7574, 0, 0, 'Blackbreath Crony'),
|
||
(9598, 1, 6011.87, -1206.14, 375.561, 0, 0, 'Arei'),
|
||
(9598, 2, 6026.35, -1210.71, 375.004, 0, 0, 'Arei'),
|
||
(9598, 3, 6036.67, -1218.31, 375.011, 0, 0, 'Arei'),
|
||
(9598, 4, 6045.28, -1226.18, 375.912, 0, 0, 'Arei'),
|
||
(9598, 5, 6054.33, -1235.35, 380.134, 0, 0, 'Arei'),
|
||
(9598, 6, 6060.08, -1241.18, 379.311, 0, 0, 'Arei'),
|
||
(9598, 7, 6069.08, -1250.3, 377.394, 0, 0, 'Arei'),
|
||
(9598, 8, 6079.96, -1260.89, 380.247, 0, 0, 'Arei'),
|
||
(9598, 9, 6091.53, -1270.74, 382.514, 0, 0, 'Arei'),
|
||
(9598, 10, 6101.28, -1279.05, 382.221, 0, 0, 'Arei'),
|
||
(9598, 11, 6106.47, -1281.66, 379.981, 0, 0, 'Arei'),
|
||
(9598, 12, 6114.83, -1285.91, 374.413, 0, 0, 'Arei'),
|
||
(9598, 13, 6119.34, -1288.86, 372.714, 0, 0, 'Arei'),
|
||
(9598, 14, 6124.22, -1294.39, 374.877, 0, 0, 'Arei'),
|
||
(9598, 15, 6129.57, -1298.9, 377.209, 0, 0, 'Arei'),
|
||
(9598, 16, 6136.37, -1300.53, 377.401, 0, 0, 'Arei'),
|
||
(9598, 17, 6154.7, -1304.1, 376.031, 0, 0, 'Arei'),
|
||
(9598, 18, 6192.88, -1309.05, 375.798, 0, 0, 'Arei'),
|
||
(9598, 19, 6213.68, -1311.98, 374.733, 0, 0, 'Arei'),
|
||
(9598, 20, 6221.79, -1313.12, 374.211, 0, 0, 'Arei'),
|
||
(9598, 21, 6234.54, -1314.92, 373.224, 0, 0, 'Arei'),
|
||
(9598, 22, 6262.27, -1318.83, 371.715, 0, 0, 'Arei'),
|
||
(9598, 23, 6273.99, -1311.17, 371.386, 0, 0, 'Arei'),
|
||
(9598, 24, 6296.53, -1301.73, 373.986, 0, 0, 'Arei'),
|
||
(9598, 25, 6319.85, -1288.51, 374.199, 0, 0, 'Arei'),
|
||
(9598, 26, 6351.37, -1270.72, 376.292, 0, 0, 'Arei'),
|
||
(9598, 27, 6383.36, -1256.52, 377.835, 0, 0, 'Arei'),
|
||
(9598, 28, 6398.86, -1244.07, 379.409, 0, 0, 'Arei'),
|
||
(9598, 29, 6408.99, -1241.33, 381.855, 0, 0, 'Arei'),
|
||
(9598, 30, 6429.26, -1235.84, 386.28, 0, 0, 'Arei'),
|
||
(9598, 31, 6449.47, -1230.37, 391.948, 0, 0, 'Arei'),
|
||
(9598, 32, 6475.28, -1223.38, 405.809, 0, 0, 'Arei'),
|
||
(9598, 33, 6495.55, -1217.89, 417.411, 0, 0, 'Arei'),
|
||
(9598, 34, 6518.11, -1211.77, 428.278, 0, 0, 'Arei'),
|
||
(9598, 35, 6533.3, -1211.69, 434.861, 0, 0, 'Arei'),
|
||
(9598, 36, 6550.8, -1211.19, 440.288, 0, 0, 'Arei'),
|
||
(9598, 37, 6569.47, -1210.87, 442.945, 0, 0, 'Arei'),
|
||
(9598, 38, 6570.77, -1191.03, 441.896, 0, 0, 'Arei'),
|
||
(9598, 39, 6561.04, -1175.07, 440.059, 0, 0, 'Arei'),
|
||
(9598, 40, 6547.03, -1153.62, 437.264, 0, 0, 'Arei'),
|
||
(10610, 1, -6009.25, -202.65, 406.983, 0, 0, 'Angus'),
|
||
(10610, 2, -6009.25, -202.65, 406.983, 0, 0, 'Angus'),
|
||
(10610, 3, -6009.25, -202.65, 406.983, 0, 0, 'Angus'),
|
||
(10610, 4, -6031.16, -230.264, 414.361, 0, 0, 'Angus'),
|
||
(10803, 1, -6011.87, -199.241, 406.834, 0, 0, 'Wheeler'),
|
||
(10803, 2, -6031.93, -221.088, 413.153, 0, 0, 'Wheeler'),
|
||
(10805, 1, -6011.17, -197.021, 406.765, 0, 0, 'Klemmy'),
|
||
(10805, 2, -6015.51, -184.362, 407.712, 0, 0, 'Klemmy'),
|
||
(10805, 3, -6042.37, -191.419, 421.046, 0, 0, 'Klemmy'),
|
||
(10805, 4, -6065.18, -201.938, 424.419, 0, 0, 'Klemmy'),
|
||
(10977, 1, -6186.46, -1096.94, -213.828, 0, 0, 'Quixxil'),
|
||
(10977, 2, -6165.83, -1100.16, -210.395, 0, 0, 'Quixxil'),
|
||
(10977, 3, -6146.72, -1120.23, -212.841, 0, 0, 'Quixxil'),
|
||
(10977, 4, -6160.91, -1141.03, -217.996, 0, 0, 'Quixxil'),
|
||
(10977, 5, -6184.3, -1125.44, -217.042, 0, 0, 'Quixxil'),
|
||
(10977, 6, -6203.27, -1111.44, -219.372, 0, 0, 'Quixxil'),
|
||
(10977, 7, -6213.76, -1080.86, -211.628, 0, 0, 'Quixxil'),
|
||
(10977, 8, -6184.81, -1050.6, -191.913, 0, 0, 'Quixxil'),
|
||
(10977, 9, -6173.85, -1054.14, -190.152, 0, 0, 'Quixxil'),
|
||
(10977, 10, -6179.2, -1041.91, -185.499, 0, 0, 'Quixxil'),
|
||
(10977, 11, -6197.86, -1082.17, -209.164, 0, 0, 'Quixxil'),
|
||
(10978, 1, 6713.69, -4682.37, 721.616, 0, 0, 'Legacki'),
|
||
(10978, 2, 6731.52, -4675.63, 721.208, 0, 0, 'Legacki'),
|
||
(10978, 3, 6736.81, -4672.96, 721.913, 0, 0, 'Legacki'),
|
||
(10978, 4, 6749.89, -4662.13, 725.001, 0, 0, 'Legacki'),
|
||
(10978, 5, 6750.16, -4661.56, 724.987, 0, 0, 'Legacki'),
|
||
(10978, 6, 6732.86, -4641.78, 722.878, 0, 0, 'Legacki'),
|
||
(10978, 7, 6727.72, -4641.23, 721.686, 0, 0, 'Legacki'),
|
||
(10978, 8, 6715.98, -4643.64, 721.197, 0, 0, 'Legacki'),
|
||
(10978, 9, 6719.31, -4652.82, 721.231, 0, 0, 'Legacki'),
|
||
(10978, 10, 6715, -4685.52, 721.466, 0, 0, 'Legacki'),
|
||
(10978, 11, 6718.75, -4705.67, 721.91, 0, 0, 'Legacki'),
|
||
(10978, 12, 6712.26, -4717.95, 721.508, 0, 0, 'Legacki'),
|
||
(10978, 13, 6701.64, -4714.28, 721.653, 0, 0, 'Legacki'),
|
||
(10978, 14, 6701.11, -4695.85, 722.361, 0, 0, 'Legacki'),
|
||
(10978, 15, 6705.61, -4686.18, 721.974, 0, 0, 'Legacki'),
|
||
(11016, 1, 5004.39, -440.218, 319.059, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 2, 4992.55, -445.091, 317.492, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 3, 4989.93, -451.582, 316.695, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 4, 4988.5, -459.647, 316.344, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 5, 4990.09, -467.608, 317.526, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 6, 4994.75, -468.153, 318.242, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 7, 5002.59, -466.031, 320.017, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 8, 5012.58, -463.028, 321.489, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 9, 5020.44, -461.323, 321.97, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 10, 5024.96, -462.572, 321.536, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 11, 5029.91, -473.162, 319.025, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 12, 5029.19, -478.928, 318.429, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 13, 5028.7, -487.032, 318.17, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 14, 5028.92, -497.53, 316.507, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 15, 5031.79, -510.085, 314.483, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 16, 5036.49, -520.788, 313.222, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 17, 5050.98, -519.271, 313.222, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 18, 5058.4, -522.748, 313.222, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 19, 5062.73, -531.066, 313.222, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 20, 5063.51, -539.149, 313.222, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 21, 5059.9, -551.441, 313.222, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 22, 5060.11, -556.056, 312.314, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 23, 5059.06, -564.179, 309.646, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 24, 5052.57, -566.791, 307.597, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 25, 5044.38, -567.059, 304.523, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 26, 5039.3, -560.729, 302.003, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 27, 5039.43, -551.35, 298.756, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 28, 5040.66, -546.825, 297.801, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 29, 5046.1, -537.843, 297.801, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 30, 5054.23, -531.202, 297.801, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 31, 5063.29, -523.809, 297.801, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 32, 5066.8, -520.703, 297.779, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 33, 5066.33, -514.842, 297.205, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 34, 5063.42, -500.005, 297.307, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 35, 5064.62, -493.107, 297.857, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 36, 5075.4, -486.118, 298.05, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 37, 5086.58, -497.992, 296.678, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 38, 5095.47, -507.214, 296.678, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 39, 5107.28, -525.921, 296.678, 0, 0, 'Captured Arko\'narin'),
|
||
(11016, 40, 5109.28, -531.45, 296.678, 0, 0, 'Captured Arko\'narin'),
|
||
(11018, 1, 5107.29, -525.787, 296.675, 0, 0, 'Arko\'narin'),
|
||
(11018, 2, 5101.14, -517.273, 296.675, 0, 0, 'Arko\'narin'),
|
||
(11018, 3, 5075.65, -488.439, 297.712, 0, 0, 'Arko\'narin'),
|
||
(11018, 4, 5065.03, -493.146, 297.799, 0, 0, 'Arko\'narin'),
|
||
(11018, 5, 5063.51, -499.978, 297.292, 0, 0, 'Arko\'narin'),
|
||
(11018, 6, 5066.99, -512.305, 297.355, 0, 0, 'Arko\'narin'),
|
||
(11018, 7, 5064.28, -519.957, 297.801, 0, 0, 'Arko\'narin'),
|
||
(11018, 8, 5054.35, -529.826, 297.801, 0, 0, 'Arko\'narin'),
|
||
(11018, 9, 5046.94, -535.581, 297.801, 0, 0, 'Arko\'narin'),
|
||
(11018, 10, 5041.77, -547.301, 297.801, 0, 0, 'Arko\'narin'),
|
||
(11018, 11, 5039.4, -555.14, 300.052, 0, 0, 'Arko\'narin'),
|
||
(11018, 12, 5039.68, -562.135, 302.439, 0, 0, 'Arko\'narin'),
|
||
(11018, 13, 5048.66, -567.579, 306.134, 0, 0, 'Arko\'narin'),
|
||
(11018, 14, 5057.27, -564.043, 309.536, 0, 0, 'Arko\'narin'),
|
||
(11018, 15, 5060.86, -555.453, 312.333, 0, 0, 'Arko\'narin'),
|
||
(11018, 16, 5060.85, -547.333, 313.221, 0, 0, 'Arko\'narin'),
|
||
(11018, 17, 5064.39, -532.56, 313.221, 0, 0, 'Arko\'narin'),
|
||
(11018, 18, 5054.88, -520.712, 313.221, 0, 0, 'Arko\'narin'),
|
||
(11018, 19, 5037.44, -519.284, 313.221, 0, 0, 'Arko\'narin'),
|
||
(11018, 20, 5032.65, -511.348, 314.441, 0, 0, 'Arko\'narin'),
|
||
(11018, 21, 5030.09, -492.906, 317.256, 0, 0, 'Arko\'narin'),
|
||
(11018, 22, 5027.79, -475.488, 318.842, 0, 0, 'Arko\'narin'),
|
||
(11018, 23, 5026.37, -462.686, 321.424, 0, 0, 'Arko\'narin'),
|
||
(11018, 24, 5013.68, -460.941, 321.755, 0, 0, 'Arko\'narin'),
|
||
(11018, 25, 5002.58, -467.34, 320.059, 0, 0, 'Arko\'narin'),
|
||
(11018, 26, 4993.2, -467.421, 317.871, 0, 0, 'Arko\'narin'),
|
||
(11018, 27, 4987.07, -460.418, 316.287, 0, 0, 'Arko\'narin'),
|
||
(11018, 28, 4988.66, -452.385, 316.502, 0, 0, 'Arko\'narin'),
|
||
(11018, 29, 4994.42, -434.605, 319.039, 0, 0, 'Arko\'narin'),
|
||
(11018, 30, 4994.6, -425.227, 318.711, 0, 0, 'Arko\'narin'),
|
||
(11018, 31, 4985.41, -420.139, 320.193, 0, 0, 'Arko\'narin'),
|
||
(11018, 32, 4974.19, -426.205, 324.132, 0, 0, 'Arko\'narin'),
|
||
(11018, 33, 4965.52, -429.775, 325.037, 0, 0, 'Arko\'narin'),
|
||
(11018, 34, 4955.46, -421.852, 326.826, 0, 0, 'Arko\'narin'),
|
||
(11018, 35, 4949.47, -407.892, 328.057, 0, 0, 'Arko\'narin'),
|
||
(11018, 36, 4936.39, -400.308, 330.817, 0, 0, 'Arko\'narin'),
|
||
(11018, 37, 4928.51, -398.061, 332.164, 0, 0, 'Arko\'narin'),
|
||
(11018, 38, 4925.14, -397.1, 333.147, 0, 0, 'Arko\'narin'),
|
||
(11018, 39, 4913.84, -394.113, 333.605, 0, 0, 'Arko\'narin'),
|
||
(11018, 40, 4907.79, -395.824, 333.384, 0, 0, 'Arko\'narin'),
|
||
(11018, 41, 4905.67, -396.371, 335.019, 0, 0, 'Arko\'narin'),
|
||
(11018, 42, 4899.36, -395.377, 337.026, 0, 0, 'Arko\'narin'),
|
||
(11018, 43, 4895.65, -390.903, 338.662, 0, 0, 'Arko\'narin'),
|
||
(11018, 44, 4895.4, -383.908, 340.59, 0, 0, 'Arko\'narin'),
|
||
(11018, 45, 4899.76, -380.062, 342.202, 0, 0, 'Arko\'narin'),
|
||
(11018, 46, 4906.25, -379.16, 344.018, 0, 0, 'Arko\'narin'),
|
||
(11018, 47, 4911.07, -382.763, 345.661, 0, 0, 'Arko\'narin'),
|
||
(11018, 48, 4912.74, -388.328, 347.233, 0, 0, 'Arko\'narin'),
|
||
(11018, 49, 4909.21, -394.303, 349.082, 0, 0, 'Arko\'narin'),
|
||
(11018, 50, 4902.74, -396.962, 350.984, 0, 0, 'Arko\'narin'),
|
||
(11018, 51, 4897.54, -394.369, 351.814, 0, 0, 'Arko\'narin'),
|
||
(11018, 52, 4891.74, -393.963, 351.815, 0, 0, 'Arko\'narin'),
|
||
(11018, 53, 4881.32, -395.247, 351.591, 0, 0, 'Arko\'narin'),
|
||
(11018, 54, 4878.31, -395.653, 349.703, 0, 0, 'Arko\'narin'),
|
||
(11018, 55, 4873.66, -396.281, 349.98, 0, 0, 'Arko\'narin'),
|
||
(11282, 1, 1120.09, -2547.57, 59.2532, 0, 0, 'Melia'),
|
||
(11282, 2, 1111.05, -2537.9, 59.2532, 0, 0, 'Melia'),
|
||
(11282, 3, 1100.43, -2547.73, 59.2532, 0, 0, 'Melia'),
|
||
(11282, 4, 1109.6, -2558.2, 59.2532, 0, 0, 'Melia'),
|
||
(11282, 5, 1113.59, -2555.59, 59.2532, 0, 0, 'Melia'),
|
||
(11282, 6, 1113.59, -2555.59, 59.2532, 0, 0, 'Melia'),
|
||
(11283, 1, 1120.72, -2548.21, 59.2532, 0, 0, 'Sammy'),
|
||
(11283, 2, 1110.95, -2538.51, 59.2532, 0, 0, 'Sammy'),
|
||
(11283, 3, 1100.73, -2547.23, 59.2532, 0, 0, 'Sammy'),
|
||
(11283, 4, 1109.56, -2557.59, 59.2532, 0, 0, 'Sammy'),
|
||
(11283, 5, 1111.49, -2556.4, 59.2532, 0, 0, 'Sammy'),
|
||
(11283, 6, 1111.49, -2556.4, 59.2532, 0, 0, 'Sammy'),
|
||
(11832, 1, 7829.66, -2244.87, 463.87, 0, 0, 'Keeper Remulos'),
|
||
(11832, 2, 7817.25, -2306.2, 456, 0, 0, 'Keeper Remulos'),
|
||
(11832, 3, 7866.54, -2312.2, 463.32, 0, 0, 'Keeper Remulos'),
|
||
(11832, 4, 7908.49, -2309.09, 467.677, 0, 0, 'Keeper Remulos'),
|
||
(11832, 5, 7933.29, -2314.78, 473.674, 0, 0, 'Keeper Remulos'),
|
||
(11832, 6, 7942.54, -2320.17, 476.77, 0, 0, 'Keeper Remulos'),
|
||
(11832, 7, 7953.04, -2357.95, 486.379, 0, 0, 'Keeper Remulos'),
|
||
(11832, 8, 7962.71, -2411.16, 488.955, 0, 0, 'Keeper Remulos'),
|
||
(11832, 9, 7976.86, -2552.7, 490.081, 0, 0, 'Keeper Remulos'),
|
||
(11832, 10, 7949.31, -2569.12, 489.716, 0, 0, 'Keeper Remulos'),
|
||
(11832, 11, 7950.95, -2597, 489.766, 0, 0, 'Keeper Remulos'),
|
||
(11832, 12, 7948.76, -2610.82, 492.369, 0, 0, 'Keeper Remulos'),
|
||
(11832, 13, 7928.79, -2629.92, 492.525, 0, 0, 'Keeper Remulos'),
|
||
(11832, 14, 7948.7, -2610.55, 492.364, 0, 0, 'Keeper Remulos'),
|
||
(11832, 15, 7952.02, -2591.97, 490.081, 0, 0, 'Keeper Remulos'),
|
||
(11832, 16, 7940.57, -2577.85, 488.947, 0, 0, 'Keeper Remulos'),
|
||
(11832, 17, 7908.66, -2566.45, 488.635, 0, 0, 'Keeper Remulos'),
|
||
(11832, 18, 7873.13, -2567.42, 486.946, 0, 0, 'Keeper Remulos'),
|
||
(11832, 19, 7839.84, -2570.6, 489.286, 0, 0, 'Keeper Remulos'),
|
||
(11832, 20, 7830.68, -2572.88, 489.286, 0, 0, 'Keeper Remulos'),
|
||
(11832, 21, 7890.5, -2567.26, 487.306, 0, 0, 'Keeper Remulos'),
|
||
(11832, 22, 7906.45, -2566.1, 488.435, 0, 0, 'Keeper Remulos'),
|
||
(11832, 23, 7925.86, -2573.6, 489.642, 0, 0, 'Keeper Remulos'),
|
||
(11832, 24, 7912.28, -2568.5, 488.891, 0, 0, 'Keeper Remulos'),
|
||
(12126, 1, 2667, -1899, 66.81, 0, 0, 'Tirion Fordring'),
|
||
(12204, 1, 2370.83, -5893.06, 10.6607, 0, 0, 'Spitelash Raider'),
|
||
(12204, 2, 2379.97, -5904.9, 10.7712, 0, 0, 'Spitelash Raider'),
|
||
(12204, 3, 2376.15, -5924.8, 9.84824, 0, 0, 'Spitelash Raider'),
|
||
(12204, 4, 2373.41, -5962.79, 9.70075, 0, 0, 'Spitelash Raider'),
|
||
(12205, 1, 2370.83, -5893.06, 10.6607, 0, 0, 'Spitelash Witch'),
|
||
(12205, 2, 2377.23, -5904.07, 11.067, 0, 0, 'Spitelash Witch'),
|
||
(12205, 3, 2378.04, -5915.15, 10.7378, 0, 0, 'Spitelash Witch'),
|
||
(12205, 4, 2374.96, -5932, 9.66682, 0, 0, 'Spitelash Witch'),
|
||
(12205, 5, 2374.06, -5963.62, 9.89577, 0, 0, 'Spitelash Witch'),
|
||
(12277, 1, -1156.06, 2709.77, 111.12, 0, 0, 'Melizza Brimbuzzle'),
|
||
(12277, 2, -1166.28, 2716.36, 112.001, 0, 0, 'Melizza Brimbuzzle'),
|
||
(12277, 3, -1180.53, 2719.1, 111.602, 0, 0, 'Melizza Brimbuzzle'),
|
||
(12277, 4, -1204.89, 2706.45, 111.206, 0, 0, 'Melizza Brimbuzzle'),
|
||
(12277, 5, -1274.54, 2663.92, 111.557, 0, 0, 'Melizza Brimbuzzle'),
|
||
(12277, 6, -1287.3, 2649.51, 111.557, 0, 0, 'Melizza Brimbuzzle'),
|
||
(12277, 7, -1326.3, 2600.03, 111.557, 0, 0, 'Melizza Brimbuzzle'),
|
||
(12277, 8, -1361.55, 2563.33, 111.136, 0, 0, 'Melizza Brimbuzzle'),
|
||
(12277, 9, -1376.19, 2517.82, 96.6723, 0, 0, 'Melizza Brimbuzzle'),
|
||
(12277, 10, -1381.12, 2502.45, 91.1901, 0, 0, 'Melizza Brimbuzzle'),
|
||
(12277, 11, -1384.34, 2470.52, 88.8283, 0, 0, 'Melizza Brimbuzzle'),
|
||
(12277, 12, -1388.79, 2426.43, 88.8291, 0, 0, 'Melizza Brimbuzzle'),
|
||
(12858, 1, 1788.88, -2240.17, 111.71, 0, 0, ''),
|
||
(12858, 2, 1797.49, -2238.11, 112.31, 0, 0, ''),
|
||
(12858, 3, 1803.83, -2232.77, 111.22, 0, 0, ''),
|
||
(12858, 4, 1806.65, -2217.83, 107.36, 0, 0, ''),
|
||
(12858, 5, 1811.81, -2208.01, 107.45, 0, 0, ''),
|
||
(12858, 6, 1820.85, -2190.82, 100.49, 0, 0, ''),
|
||
(12858, 7, 1829.6, -2177.49, 96.44, 0, 0, ''),
|
||
(12858, 8, 1837.98, -2164.19, 96.71, 0, 0, 'prepare'),
|
||
(12858, 9, 1839.99, -2149.29, 96.78, 0, 0, ''),
|
||
(12858, 10, 1835.14, -2134.98, 96.8, 0, 0, ''),
|
||
(12858, 11, 1823.57, -2118.27, 97.43, 0, 0, ''),
|
||
(12858, 12, 1814.99, -2110.35, 98.38, 0, 0, ''),
|
||
(12858, 13, 1806.6, -2103.09, 99.19, 0, 0, ''),
|
||
(12858, 14, 1798.27, -2095.77, 100.04, 0, 0, ''),
|
||
(12858, 15, 1783.59, -2079.92, 100.81, 0, 0, ''),
|
||
(12858, 16, 1776.79, -2069.48, 101.77, 0, 0, ''),
|
||
(12858, 17, 1776.82, -2054.59, 109.82, 0, 0, ''),
|
||
(12858, 18, 1776.88, -2047.56, 109.83, 0, 0, ''),
|
||
(12858, 19, 1776.86, -2036.55, 109.83, 0, 0, ''),
|
||
(12858, 20, 1776.9, -2024.56, 109.83, 0, 0, 'win'),
|
||
(12858, 21, 1776.87, -2028.31, 109.83, 0, 0, 'stay'),
|
||
(12858, 22, 1776.9, -2028.3, 109.83, 0, 0, ''),
|
||
(14121, 1, 44.334, 1180.14, -121.573, 0, 0, 'Deeprun Diver'),
|
||
(14121, 2, 33.919, 1141.77, -122.757, 0, 0, 'Deeprun Diver'),
|
||
(14121, 3, 45.891, 1193.07, -121.714, 0, 0, 'Deeprun Diver'),
|
||
(14121, 4, 55.744, 1206.16, -121.63, 0, 0, 'Deeprun Diver'),
|
||
(14241, 1, -42.4602, -268.908, -57.3032, 0, 0, 'Ironbark the Redeemed'),
|
||
(14241, 2, -30.9334, -274.496, -55.8847, 0, 0, 'Ironbark the Redeemed'),
|
||
(14241, 3, -15.9251, -281.058, -54.1125, 0, 0, 'Ironbark the Redeemed'),
|
||
(14241, 4, -0.318176, -285.794, -52.9219, 0, 0, 'Ironbark the Redeemed'),
|
||
(14241, 5, 9.04104, -286.418, -52.4165, 0, 0, 'Ironbark the Redeemed'),
|
||
(14241, 6, 12.5364, -286.238, -52.3252, 0, 0, 'Ironbark the Redeemed'),
|
||
(14241, 7, 31.0773, -283.884, -52.5108, 0, 0, 'Ironbark the Redeemed'),
|
||
(14241, 8, 42.6055, -275.98, -53.0081, 0, 0, 'Ironbark the Redeemed'),
|
||
(14241, 9, 51.3233, -270.003, -52.9705, 0, 0, 'Ironbark the Redeemed'),
|
||
(14241, 10, 60.5642, -268.871, -53.7654, 0, 0, 'Ironbark the Redeemed'),
|
||
(14241, 11, 72.0036, -270.912, -54.5982, 0, 0, 'Ironbark the Redeemed'),
|
||
(14241, 12, 86.9575, -273.58, -55.6531, 0, 0, 'Ironbark the Redeemed'),
|
||
(14241, 13, 104.186, -276.653, -55.8901, 0, 0, 'Ironbark the Redeemed'),
|
||
(14241, 14, 121.374, -278.801, -55.8569, 0, 0, 'Ironbark the Redeemed'),
|
||
(14321, 1, 390.79, 340.021, 2.8658, 0, 0, 'Guard Fengus'),
|
||
(14321, 2, 386.586, 316.939, 10.8767, 0, 0, 'Guard Fengus'),
|
||
(14321, 3, 385.826, 281.056, 12.2359, 0, 0, 'Guard Fengus'),
|
||
(14321, 4, 385.666, 260.202, 11.4396, 0, 0, 'Guard Fengus'),
|
||
(14321, 5, 407.447, 256.024, 12.2342, 0, 0, 'Guard Fengus'),
|
||
(14321, 6, 444.092, 255.388, 11.2098, 0, 0, 'Guard Fengus'),
|
||
(14321, 7, 407.48, 258.508, 12.2342, 0, 0, 'Guard Fengus'),
|
||
(14321, 8, 384.614, 256.412, 11.4396, 0, 0, 'Guard Fengus'),
|
||
(14321, 9, 358.866, 258.309, 12.2341, 0, 0, 'Guard Fengus'),
|
||
(14321, 10, 316.544, 258.267, 11.224, 0, 0, 'Guard Fengus'),
|
||
(14321, 11, 287.744, 260.729, 2.86944, 0, 0, 'Guard Fengus'),
|
||
(14321, 12, 290.605, 280.1, 2.84881, 0, 0, 'Guard Fengus'),
|
||
(14321, 13, 289.767, 310.047, 2.85304, 0, 0, 'Guard Fengus'),
|
||
(14321, 14, 300.006, 328.704, 2.85296, 0, 0, 'Guard Fengus'),
|
||
(14321, 15, 294.151, 290.1, 2.84976, 0, 0, 'Guard Fengus'),
|
||
(14321, 16, 288.668, 260.147, 2.87016, 0, 0, 'Guard Fengus'),
|
||
(14321, 17, 318.066, 258.131, 11.2235, 0, 0, 'Guard Fengus'),
|
||
(14321, 18, 352.225, 259.882, 11.2058, 0, 0, 'Guard Fengus'),
|
||
(14321, 19, 379.29, 259.856, 11.4396, 0, 0, 'Guard Fengus'),
|
||
(14321, 20, 383.125, 280.371, 12.2359, 0, 0, 'Guard Fengus'),
|
||
(14321, 21, 384.398, 315.244, 11.212, 0, 0, 'Guard Fengus'),
|
||
(14321, 22, 385.505, 342.491, 2.86224, 0, 0, 'Guard Fengus'),
|
||
(14321, 23, 350.433, 341.198, 2.85337, 0, 0, 'Guard Fengus'),
|
||
(14321, 24, 313.909, 338.892, 2.85294, 0, 0, 'Guard Fengus'),
|
||
(14321, 25, 356.01, 342.207, 2.85322, 0, 0, 'Guard Fengus'),
|
||
(14321, 26, 388.979, 340.467, 2.86485, 0, 0, 'Guard Fengus'),
|
||
(14321, 27, 423.371, 340.045, 2.8538, 0, 0, 'Guard Fengus'),
|
||
(14321, 28, 454.448, 336.781, 2.85523, 0, 0, 'Guard Fengus'),
|
||
(14321, 29, 417.151, 339.722, 2.85351, 0, 0, 'Guard Fengus'),
|
||
(14323, 1, 558.634, 549.916, -25.3991, 0, 0, 'Guard Slip kik'),
|
||
(14323, 2, 550.942, 528.12, -25.4017, 0, 0, 'Guard Slip kik'),
|
||
(14323, 3, 558.634, 549.916, -25.3991, 0, 0, 'Guard Slip kik'),
|
||
(14323, 4, 573.506, 563.22, -25.4018, 0, 0, 'Guard Slip kik'),
|
||
(14323, 5, 573.226, 586.457, -25.4027, 0, 0, 'Guard Slip kik'),
|
||
(14323, 6, 524.055, 587.067, -25.4025, 0, 0, 'Guard Slip kik'),
|
||
(14323, 7, 510.351, 606.567, -25.4036, 0, 0, 'Guard Slip kik'),
|
||
(14323, 8, 486.848, 606.483, -25.4048, 0, 0, 'Guard Slip kik'),
|
||
(14323, 9, 478.164, 594.953, -25.4053, 0, 0, 'Guard Slip kik'),
|
||
(14323, 10, 477.434, 579.612, -25.4021, 0, 0, 'Guard Slip kik'),
|
||
(14323, 11, 504.78, 574.765, -25.4009, 0, 0, 'Guard Slip kik'),
|
||
(14323, 12, 477.434, 579.612, -25.4021, 0, 0, 'Guard Slip kik'),
|
||
(14323, 13, 486.848, 606.483, -25.4048, 0, 0, 'Guard Slip kik'),
|
||
(14323, 14, 510.351, 606.567, -25.4036, 0, 0, 'Guard Slip kik'),
|
||
(14323, 15, 524.055, 587.067, -25.4025, 0, 0, 'Guard Slip kik'),
|
||
(14323, 16, 573.226, 586.457, -25.4027, 0, 0, 'Guard Slip kik'),
|
||
(14323, 17, 573.506, 563.22, -25.4018, 0, 0, 'Guard Slip kik'),
|
||
(14325, 1, 584.522, 482.568, 29.4641, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 2, 563.523, 482.424, 29.4641, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 3, 539.093, 482.256, 29.4641, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 4, 518.094, 482.112, 29.4627, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 5, 500.594, 481.992, 29.4627, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 6, 491.479, 483.888, 29.4627, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 7, 491.359, 492.078, 29.4627, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 8, 491.286, 502.647, 29.4627, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 9, 491.32, 509.647, 29.4627, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 10, 491.102, 521.088, 29.4627, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 11, 491.037, 527.088, 27.9146, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 12, 491.558, 536.383, 27.9146, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 13, 518.734, 535.279, 27.9172, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 14, 530.424, 535.405, 27.9172, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 15, 540.375, 535.512, 27.9186, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 16, 555.495, 535.561, 20.2991, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 17, 569.495, 535.547, 12.787, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 18, 580.275, 535.537, 7.00246, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 19, 586.155, 535.531, 6.77017, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 20, 585.91, 541.336, 6.77017, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 21, 586.003, 551.835, 0.763774, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 22, 586.087, 561.363, -4.75472, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 23, 579.319, 572.239, -4.75472, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 24, 570.117, 579.449, -4.75472, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 25, 561.059, 586.839, -4.75472, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 26, 554.713, 592.016, -4.75472, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 27, 541.924, 591.274, -4.75472, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 28, 530.395, 590.878, -4.75474, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 29, 512.905, 590.277, -12.1695, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 30, 501.222, 589.875, -17.3608, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 31, 484.916, 589.507, -24.6063, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 32, 480.302, 588.669, -25.4069, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 33, 478.299, 580.772, -25.4027, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 34, 490.843, 577.851, -25.4041, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 35, 509.397, 580.102, -25.4036, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 36, 531.425, 582.775, -25.4036, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 37, 551.046, 580.041, -25.4036, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 38, 560.659, 569.864, -25.4022, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 39, 563.605, 557.325, -25.4018, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 40, 554.725, 554.526, -25.4018, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 41, 536.668, 549.984, -25.4018, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 42, 519.487, 546.655, -25.3973, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 43, 510.515, 537.414, -25.3913, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 44, 496.781, 534.697, -25.3834, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 45, 484.131, 536.713, -25.3749, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 46, 470.373, 541.989, -25.364, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 47, 464.493, 541.926, -23.9004, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 48, 454.005, 542.426, -23.9004, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 49, 435.701, 543.085, -18.6117, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 50, 426.435, 541.627, -18.3433, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 51, 414.227, 535.266, -18.3434, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 52, 409.591, 531.764, -16.3037, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 53, 401.322, 524.505, -12.8749, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 54, 396.602, 516.399, -12.7878, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 55, 391.757, 504.47, -12.7878, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 56, 388.95, 491.971, -9.46861, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 57, 387.384, 483.251, -7.29323, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 58, 387.375, 473.941, -7.23219, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 59, 387.361, 460.011, -7.23219, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 60, 387.017, 446.015, -7.23219, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 61, 386.778, 441.425, -6.94393, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 62, 386.112, 428.632, -4.24135, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 63, 385.461, 416.152, -1.67666, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 64, 385.506, 401.032, -1.67666, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 65, 385.401, 392.843, -1.67666, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 66, 385.446, 377.653, -1.67666, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 67, 385.51, 368.343, 0.0256537, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 68, 385.63, 350.849, 3.82223, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 69, 385.726, 336.849, 2.86995, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 70, 385.946, 316.407, 11.1027, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 71, 385.894, 305.907, 11.2126, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 72, 384.802, 284.935, 11.2051, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 73, 384.656, 283.014, 12.1489, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 74, 383.874, 273.666, 12.2345, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 75, 379.479, 266.755, 11.4396, 0, 0, 'Captain Kromcrush'),
|
||
(14325, 76, 380.41, 257.576, 11.4396, 0, 0, 'Captain Kromcrush'),
|
||
(14353, 1, 719.653, 479.482, 28.1793, 0, 0, 'Mizzle the Crafty'),
|
||
(14353, 2, 728.959, 479.765, 28.1802, 0, 0, 'Mizzle the Crafty'),
|
||
(14353, 3, 740.643, 480.12, 28.1821, 0, 0, 'Mizzle the Crafty'),
|
||
(14353, 4, 752.258, 480.473, 28.1825, 0, 0, 'Mizzle the Crafty'),
|
||
(14353, 5, 756.941, 480.616, 28.1841, 0, 0, 'Mizzle the Crafty'),
|
||
(14353, 6, 760.439, 480.722, 27.4536, 0, 0, 'Mizzle the Crafty'),
|
||
(14353, 7, 765.057, 480.862, 28.8922, 0, 0, 'Mizzle the Crafty'),
|
||
(14353, 8, 769.745, 481.005, 30.9473, 0, 0, 'Mizzle the Crafty'),
|
||
(14353, 9, 777.933, 481.189, 34.7604, 0, 0, 'Mizzle the Crafty'),
|
||
(14353, 10, 786.121, 481.374, 37.3182, 0, 0, 'Mizzle the Crafty'),
|
||
(14353, 11, 798.928, 481.663, 37.3182, 0, 0, 'Mizzle the Crafty'),
|
||
(14353, 12, 808.235, 481.872, 37.3182, 0, 0, 'Mizzle the Crafty'),
|
||
(14353, 13, 818.799, 482.235, 37.3182, 0, 0, 'Mizzle the Crafty'),
|
||
(14353, 14, 824.079, 482.416, 37.3182, 0, 0, 'Mizzle the Crafty'),
|
||
(14353, 15, 822.14, 481.904, 37.3182, 0, 0, 'Mizzle the Crafty'),
|
||
(14354, 1, 82.88, -198.508, -4.1331, 0, 0, 'Pusillin path'),
|
||
(14354, 2, -159.153, -201.138, -4.15275, 0, 0, 'Pusillin path'),
|
||
(14354, 3, -154.512, -276.2, -4.14787, 0, 0, 'Pusillin path'),
|
||
(14500, 1, 38.784, 160.639, 83.545, 0, 0, 'J\'eevee'),
|
||
(14500, 2, 36.804, 160.705, 83.545, 0, 0, 'J\'eevee'),
|
||
(14500, 3, 39.287, 160.044, 83.545, 0, 0, 'J\'eevee'),
|
||
(14500, 4, 41.666, 154.591, 83.545, 0, 0, 'J\'eevee'),
|
||
(14500, 5, 45.255, 155.014, 83.545, 0, 0, 'J\'eevee'),
|
||
(14500, 6, 44.93, 161.186, 83.545, 0, 0, 'J\'eevee'),
|
||
(14500, 7, 44.347, 161.12, 83.545, 0, 0, 'J\'eevee'),
|
||
(14500, 8, 46.758, 157.877, 83.545, 0, 0, 'J\'eevee'),
|
||
(14500, 9, 44.64, 154.405, 83.545, 0, 0, 'J\'eevee'),
|
||
(14500, 10, 33.498, 156.046, 83.545, 0, 0, 'J\'eevee'),
|
||
(14500, 11, 28.269, 160.792, 83.545, 0, 0, 'J\'eevee'),
|
||
(14500, 12, 33.294, 160.895, 83.545, 0, 0, 'J\'eevee'),
|
||
(14508, 1, -13187.1, 319.775, 33.2346, 0, 0, 'Short John Mithril'),
|
||
(14508, 2, -13215.1, 322.781, 33.2446, 0, 0, 'Short John Mithril'),
|
||
(14508, 3, -13234.3, 314.129, 33.2076, 0, 0, 'Short John Mithril'),
|
||
(14508, 4, -13248.8, 299.046, 33.2264, 0, 0, 'Short John Mithril'),
|
||
(14508, 5, -13254.9, 284.07, 33.2425, 0, 0, 'Short John Mithril'),
|
||
(14508, 6, -13255.6, 264.58, 33.245, 0, 0, 'Short John Mithril'),
|
||
(14508, 7, -13247.6, 243.589, 33.2082, 0, 0, 'Short John Mithril'),
|
||
(14508, 8, -13237.6, 231.746, 33.2374, 0, 0, 'Short John Mithril'),
|
||
(14508, 9, -13233.3, 231.889, 33.2352, 0, 0, 'Short John Mithril'),
|
||
(14508, 10, -13235.3, 231.821, 33.2323, 0, 0, 'Short John Mithril'),
|
||
(14508, 11, -13234.5, 239.465, 33.3607, 0, 0, 'Short John Mithril'),
|
||
(14508, 12, -13239.7, 247.561, 29.2974, 0, 0, 'Short John Mithril'),
|
||
(14508, 13, -13244.5, 256.393, 22.6305, 0, 0, 'Short John Mithril'),
|
||
(14508, 14, -13241.2, 261.35, 21.933, 0, 0, 'Short John Mithril'),
|
||
(14508, 15, -13204.1, 277.168, 21.9821, 0, 0, 'Short John Mithril'),
|
||
(14508, 16, -13219.2, 275.451, 21.9821, 0, 0, 'Short John Mithril'),
|
||
(14508, 17, -13240.6, 268.921, 21.933, 0, 0, 'Short John Mithril'),
|
||
(14508, 18, -13240.6, 268.921, 21.933, 0, 0, 'Short John Mithril'),
|
||
(14508, 19, -13244, 261.878, 21.933, 0, 0, 'Short John Mithril'),
|
||
(14508, 20, -13243.4, 254.911, 23.8869, 0, 0, 'Short John Mithril'),
|
||
(14508, 21, -13239, 245.371, 29.2373, 0, 0, 'Short John Mithril'),
|
||
(14508, 22, -13233.6, 238.16, 33.3501, 0, 0, 'Short John Mithril'),
|
||
(14508, 23, -13237.5, 232.776, 33.2308, 0, 0, 'Short John Mithril'),
|
||
(14508, 24, -13250, 248.904, 33.2329, 0, 0, 'Short John Mithril'),
|
||
(14508, 25, -13255.2, 264.038, 33.2444, 0, 0, 'Short John Mithril'),
|
||
(14508, 26, -13255.3, 282.627, 33.2429, 0, 0, 'Short John Mithril'),
|
||
(14508, 27, -13248.9, 298.446, 33.2419, 0, 0, 'Short John Mithril'),
|
||
(14508, 28, -13233.8, 314.316, 33.2081, 0, 0, 'Short John Mithril'),
|
||
(14508, 29, -13216, 322.76, 33.2444, 0, 0, 'Short John Mithril'),
|
||
(14508, 30, -13199.4, 323.398, 33.2425, 0, 0, 'Short John Mithril'),
|
||
(14508, 31, -13188.3, 320.076, 33.2348, 0, 0, 'Short John Mithril'),
|
||
(14508, 32, -13184.8, 329.885, 37.955, 0, 0, 'Short John Mithril'),
|
||
(14508, 33, -13184.5, 332.671, 40.3299, 0, 0, 'Short John Mithril'),
|
||
(14873, 1, 270.076, -3036.6, 97.6192, 0, 0, NULL),
|
||
(14873, 2, 262.171, -3043.45, 96.5053, 0, 0, NULL),
|
||
(14873, 3, 251.328, -3055.55, 96.1454, 0, 0, NULL),
|
||
(14873, 4, 246.888, -3070.92, 95.2793, 0, 0, NULL),
|
||
(14873, 5, 242.449, -3081.3, 91.82, 0, 0, NULL),
|
||
(14873, 6, 232.826, -3106.67, 93.3165, 0, 0, NULL),
|
||
(14873, 7, 226.41, -3120.76, 93.3475, 0, 0, NULL),
|
||
(14873, 8, 213.921, -3151.01, 91.2851, 0, 0, NULL),
|
||
(14873, 9, 221.681, -3147.9, 91.374, 0, 0, NULL),
|
||
(14873, 10, 214.549, -3134.64, 91.9876, 0, 0, NULL),
|
||
(14873, 11, 210.931, -3139.95, 91.6514, 0, 0, NULL),
|
||
(14873, 12, 214.059, -3139.64, 91.7, 0, 0, NULL),
|
||
(14873, 13, 213.426, -3131.78, 92.1297, 0, 0, NULL),
|
||
(14873, 14, 220.194, -3140.72, 91.7517, 0, 0, NULL),
|
||
(14873, 15, 225.395, -3139.1, 92.0847, 0, 0, NULL),
|
||
(14873, 16, 220.857, -3140.83, 91.7662, 0, 0, NULL),
|
||
(14873, 17, 218.769, -3132.79, 92.4983, 0, 0, NULL),
|
||
(14873, 18, 226.814, -3137.56, 92.169, 0, 0, NULL),
|
||
(14873, 19, 225.496, -3132.89, 92.7818, 0, 0, NULL),
|
||
(14873, 20, 213.603, -3148.39, 91.4489, 0, 0, NULL),
|
||
(14873, 21, 219.055, -3151.2, 91.2139, 0, 0, NULL),
|
||
(14873, 22, 220.469, -3141.93, 91.6344, 0, 0, NULL),
|
||
(14873, 23, 214.852, -3148.32, 91.4558, 0, 0, NULL),
|
||
(14873, 24, 218.373, -3144.99, 91.5714, 0, 0, NULL),
|
||
(14873, 25, 224.091, -3149.02, 91.2304, 0, 0, NULL),
|
||
(14873, 26, 224.591, -3145.02, 91.4801, 0, 0, NULL),
|
||
(14873, 27, 219.022, -3147.38, 91.4735, 0, 0, NULL),
|
||
(14873, 28, 220.167, -3139.75, 91.8958, 0, 0, NULL),
|
||
(14873, 29, 225.033, -3133.14, 92.8028, 0, 0, NULL),
|
||
(14873, 30, 222.021, -3128.32, 93.0422, 0, 0, NULL),
|
||
(14873, 31, 228.338, -3126.35, 92.9595, 0, 0, NULL),
|
||
(14873, 32, 229.495, -3129.22, 92.6818, 0, 0, NULL),
|
||
(14873, 33, 232.12, -3128.11, 92.5988, 0, 0, NULL),
|
||
(14873, 34, 227.003, -3137.58, 92.1461, 0, 0, NULL),
|
||
(14873, 35, 220.002, -3132.38, 92.659, 0, 0, NULL),
|
||
(14873, 36, 225.874, -3102.36, 93.6962, 0, 0, NULL),
|
||
(14873, 37, 233.086, -3085.54, 91.6788, 0, 0, NULL),
|
||
(14873, 38, 235.152, -3069.81, 91.8706, 0, 0, NULL),
|
||
(14873, 39, 239.821, -3061.03, 95.4022, 0, 0, NULL),
|
||
(14873, 40, 256.123, -3047.91, 96.2473, 0, 0, NULL),
|
||
(14873, 41, 267.05, -3039.04, 96.9212, 0, 0, NULL),
|
||
(14873, 42, 271.093, -3035.98, 97.6501, 0, 0, NULL),
|
||
(14873, 43, 278.975, -3029.68, 97.3919, 0, 0, NULL),
|
||
(14873, 44, 280.125, -3029.01, 97.3502, 0, 0, NULL),
|
||
(14875, 1, -11813.9, 1257.9, 6.00591, 0, 0, 'Molthor'),
|
||
(14875, 2, -11816, 1253.34, 4.10438, 0, 0, 'Molthor'),
|
||
(14875, 3, -11817.8, 1250.34, 2.64272, 0, 0, 'Molthor'),
|
||
(14875, 4, -11822.2, 1248.5, 2.45973, 0, 0, 'Molthor'),
|
||
(14875, 5, -11823, 1248.43, 2.43644, 0, 0, 'Molthor'),
|
||
(14875, 6, -11830.2, 1262.37, 1.60647, 0, 0, 'Molthor'),
|
||
(14875, 7, -11833.6, 1272.28, 1.51623, 0, 0, 'Molthor'),
|
||
(14875, 8, -11836.3, 1282.42, 1.74283, 0, 0, 'Molthor'),
|
||
(14875, 9, -11836.9, 1294, 0.464341, 0, 0, 'Molthor'),
|
||
(14875, 10, -11835.6, 1297.62, 0.654105, 0, 0, 'Molthor'),
|
||
(14875, 11, -11826.2, 1322.37, 0.217855, 0, 0, 'Molthor'),
|
||
(14875, 12, -11835.6, 1297.62, 0.654105, 0, 0, 'Molthor'),
|
||
(14875, 13, -11836.9, 1294, 0.464341, 0, 0, 'Molthor'),
|
||
(14875, 14, -11836.3, 1282.42, 1.74283, 0, 0, 'Molthor'),
|
||
(14875, 15, -11833.6, 1272.28, 1.51623, 0, 0, 'Molthor'),
|
||
(14875, 16, -11830.2, 1262.37, 1.60647, 0, 0, 'Molthor'),
|
||
(14875, 17, -11823, 1248.43, 2.43644, 0, 0, 'Molthor'),
|
||
(14875, 18, -11822.2, 1248.5, 2.45973, 0, 0, 'Molthor'),
|
||
(14875, 19, -11817.8, 1250.34, 2.64272, 0, 0, 'Molthor'),
|
||
(14875, 20, -11816, 1253.34, 4.10438, 0, 0, 'Molthor'),
|
||
(14875, 21, -11813.9, 1257.9, 6.00591, 0, 0, 'Molthor'),
|
||
(14875, 22, -11811.5, 1262.42, 6.004, 0, 0, 'Molthor'),
|
||
(14875, 23, -11812.5, 1260.45, 6.004, 0, 0, 'Molthor'),
|
||
(14908, 1, 1022.24, -2235.11, 93.3114, 0, 0, 'Mogg'),
|
||
(14908, 2, 1023.37, -2238.18, 92.3744, 0, 0, 'Mogg'),
|
||
(14908, 3, 1024.2, -2243.96, 92.4697, 0, 0, 'Mogg'),
|
||
(14908, 4, 1022.05, -2244.86, 92.3385, 0, 0, 'Mogg'),
|
||
(14908, 5, 1020.21, -2242.92, 92.2321, 0, 0, 'Mogg'),
|
||
(14908, 6, 1034.19, -2250.56, 92.8656, 0, 0, 'Mogg'),
|
||
(14908, 7, 1033.85, -2258.61, 93.6338, 0, 0, 'Mogg'),
|
||
(14908, 8, 1037.68, -2262.02, 93.8145, 0, 0, 'Mogg'),
|
||
(14908, 9, 1036.96, -2269.7, 93.7554, 0, 0, 'Mogg'),
|
||
(14908, 10, 1042, -2273.46, 93.6932, 0, 0, 'Mogg'),
|
||
(14908, 11, 1042.7, -2275.52, 93.5781, 0, 0, 'Mogg'),
|
||
(14908, 12, 1046.52, -2274.46, 93.6045, 0, 0, 'Mogg'),
|
||
(14908, 13, 1050.26, -2270.44, 93.4986, 0, 0, 'Mogg'),
|
||
(14908, 14, 1049.74, -2266.86, 93.3475, 0, 0, 'Mogg'),
|
||
(14908, 15, 1048.05, -2263.53, 93.2249, 0, 0, 'Mogg'),
|
||
(14908, 16, 1041.05, -2258.77, 93.4525, 0, 0, 'Mogg'),
|
||
(14908, 17, 1039.14, -2253.68, 92.9611, 0, 0, 'Mogg'),
|
||
(14908, 18, 1032.8, -2253.55, 93.3633, 0, 0, 'Mogg'),
|
||
(14908, 19, 1025.83, -2258.54, 93.1641, 0, 0, 'Mogg'),
|
||
(14908, 20, 1021.94, -2266.24, 92.8306, 0, 0, 'Mogg'),
|
||
(14908, 21, 1022.81, -2272.14, 92.6617, 0, 0, 'Mogg'),
|
||
(14908, 22, 1027.02, -2277.89, 92.6709, 0, 0, 'Mogg'),
|
||
(14908, 23, 1036.56, -2280.12, 93.1197, 0, 0, 'Mogg'),
|
||
(14908, 24, 1046.66, -2275.73, 93.5356, 0, 0, 'Mogg'),
|
||
(14908, 25, 1049.61, -2269.77, 93.5509, 0, 0, 'Mogg'),
|
||
(14908, 26, 1045.76, -2261.03, 93.2522, 0, 0, 'Mogg'),
|
||
(14908, 27, 1038.3, -2254.31, 93.1039, 0, 0, 'Mogg'),
|
||
(14908, 28, 1028.89, -2245.04, 92.4171, 0, 0, 'Mogg'),
|
||
(14908, 29, 1016.87, -2225.77, 93.1025, 0, 0, 'Mogg'),
|
||
(14909, 1, 1025.19, -2239.77, 92.4462, 0, 0, 'Pooka'),
|
||
(14909, 2, 1032.77, -2242.09, 92.1655, 0, 0, 'Pooka'),
|
||
(14909, 3, 1040.45, -2241.81, 91.9457, 0, 0, 'Pooka'),
|
||
(14909, 4, 1040.65, -2233.18, 91.735, 0, 0, 'Pooka'),
|
||
(14909, 5, 1037.72, -2227.49, 91.8037, 0, 0, 'Pooka'),
|
||
(14909, 6, 1035.65, -2224.96, 91.9576, 0, 0, 'Pooka'),
|
||
(14909, 7, 1039.38, -2231.71, 91.7299, 0, 0, 'Pooka'),
|
||
(14909, 8, 1041.05, -2240.78, 91.9556, 0, 0, 'Pooka'),
|
||
(14909, 9, 1031.51, -2241.51, 92.1757, 0, 0, 'Pooka'),
|
||
(14909, 10, 1025.37, -2240.84, 92.4583, 0, 0, 'Pooka'),
|
||
(14909, 11, 1020.98, -2232.5, 93.3069, 0, 0, 'Pooka'),
|
||
(14909, 12, 1014.45, -2225.92, 93.0579, 0, 0, 'Pooka'),
|
||
(15420, 1, 9294.78, -6682.51, 22.42, 0, 0, 'Prospector Anvilward'),
|
||
(15420, 2, 9298.27, -6667.99, 22.42, 0, 0, 'Prospector Anvilward'),
|
||
(15420, 3, 9309.63, -6658.84, 22.42, 0, 0, 'Prospector Anvilward'),
|
||
(15420, 4, 9304.43, -6649.31, 26.46, 0, 0, 'Prospector Anvilward'),
|
||
(15420, 5, 9298.83, -6648, 28.61, 0, 0, 'Prospector Anvilward'),
|
||
(15420, 6, 9291.06, -6653.46, 31.83, 0, 0, 'Prospector Anvilward'),
|
||
(15420, 7, 9289.08, -6660.17, 31.83, 0, 0, 'Prospector Anvilward'),
|
||
(15491, 1, 7949.81, -2605.47, 513.591, 0, 0, 'Eranikus'),
|
||
(15491, 2, 7931.33, -2575.21, 489.629, 0, 0, 'Eranikus'),
|
||
(15491, 3, 7925.13, -2573.75, 489.64, 0, 0, 'Eranikus'),
|
||
(15491, 4, 7910.55, -2565.55, 488.616, 0, 0, 'Eranikus'),
|
||
(15491, 5, 7867.44, -2567.33, 486.946, 0, 0, 'Eranikus'),
|
||
(15629, 1, 7891.99, -2566.74, 487.385, 0, 0, 'Phantasm'),
|
||
(15629, 2, 7865.97, -2554.1, 486.967, 0, 0, 'Phantasm'),
|
||
(15629, 3, 7901.54, -2581.99, 487.178, 0, 0, 'Phantasm'),
|
||
(15629, 4, 7918.84, -2553.99, 486.911, 0, 0, 'Phantasm'),
|
||
(15629, 5, 7873.41, -2587.45, 486.946, 0, 0, 'Phantasm'),
|
||
(3984, 4, 891.571, -114.126, 38.2004, 0, 0, 'Nancy Vishas'),
|
||
(3984, 3, 909.177, -90.9116, 33.7845, 0, 0, 'Nancy Vishas'),
|
||
(16128, 1, 5797.6, 793.306, 662.112, 0, 0, 'Rhonin'),
|
||
(16128, 2, 5796.1, 777.556, 662.362, 0, 0, 'Rhonin'),
|
||
(16128, 3, 5794.6, 767.056, 661.612, 0, 0, 'Rhonin'),
|
||
(16128, 4, 5793.1, 753.056, 651.862, 0, 0, 'Rhonin'),
|
||
(16128, 5, 5790.6, 736.806, 640.612, 0, 0, 'Rhonin'),
|
||
(16128, 6, 5786.35, 717.556, 641.112, 0, 0, 'Rhonin'),
|
||
(16128, 7, 5773.6, 702.056, 642.112, 0, 0, 'Rhonin'),
|
||
(16128, 8, 5759.1, 683.556, 642.612, 0, 0, 'Rhonin'),
|
||
(16128, 9, 5746.85, 669.056, 644.362, 0, 0, 'Rhonin'),
|
||
(16128, 10, 5736.35, 658.806, 645.862, 0, 0, 'Rhonin'),
|
||
(16128, 11, 5727.35, 653.806, 646.862, 0, 0, 'Rhonin'),
|
||
(16206, 1, 6436.87, -6633.02, 107.432, 0, 0, 'Apprentice Varnis point 1'),
|
||
(16206, 2, 6435.63, -6620.86, 107.436, 0, 0, 'Apprentice Varnis point 2'),
|
||
(16206, 3, 6429.88, -6618.29, 108.128, 0, 0, 'Apprentice Varnis point 3'),
|
||
(16206, 4, 6426.7, -6614.82, 110.159, 0, 0, 'Apprentice Varnis point 4'),
|
||
(16206, 5, 6428.75, -6611.21, 111.905, 0, 0, 'Apprentice Varnis point 5'),
|
||
(16206, 6, 6432.83, -6606.89, 112.126, 0, 0, 'Apprentice Varnis point 6'),
|
||
(16206, 7, 6431.51, -6597.97, 112.113, 0, 0, 'Apprentice Varnis point 7'),
|
||
(16208, 1, 6647.83, -6344.92, 9.13345, 0, 0, 'Apothecary Enith point 1'),
|
||
(16208, 2, 6657.92, -6345.96, 15.3468, 0, 0, 'Apothecary Enith point 2'),
|
||
(16208, 3, 6661.58, -6342.65, 15.4309, 0, 0, 'Apothecary Enith point 3'),
|
||
(16208, 4, 6662.35, -6334.64, 20.8803, 0, 0, 'Apothecary Enith point 4'),
|
||
(16208, 5, 6662.63, -6331.85, 20.8924, 0, 0, 'Apothecary Enith point 5'),
|
||
(16209, 1, 6290.21, -6366.1, 78.0195, 0, 0, 'Ranger Vedoran point 1'),
|
||
(16209, 2, 6301.65, -6364.06, 78.0238, 0, 0, 'Ranger Vedoran point 2'),
|
||
(16209, 3, 6305.82, -6360.2, 78.0782, 0, 0, 'Ranger Vedoran point 3'),
|
||
(16209, 4, 6310.5, -6356.76, 80.6154, 0, 0, 'Ranger Vedoran point 4'),
|
||
(16209, 5, 6314.06, -6360.67, 82.6096, 0, 0, 'Ranger Vedoran point 5'),
|
||
(16209, 6, 6317.35, -6365.34, 82.7124, 0, 0, 'Ranger Vedoran point 6'),
|
||
(16209, 7, 6326.85, -6366.82, 82.709, 0, 0, 'Ranger Vedoran point 7'),
|
||
(16256, 1, 2300.27, -5340.53, 90.8799, 0, 0, ''),
|
||
(16256, 2, 2300.8, -5337.74, 90.8799, 0, 0, ''),
|
||
(16256, 3, 2298.02, -5334.07, 90.8799, 0, 0, ''),
|
||
(16256, 4, 2293.54, -5335.07, 90.8799, 0, 0, ''),
|
||
(16256, 5, 2294.49, -5339.1, 90.8803, 0, 0, ''),
|
||
(16256, 6, 2293.89, -5341.91, 90.8803, 0, 0, ''),
|
||
(16256, 7, 2295.97, -5344.84, 90.8803, 0, 0, ''),
|
||
(16256, 8, 2300.9, -5345.09, 90.8799, 0, 0, ''),
|
||
(16440, 1, 1084.7, 1399.46, 30.3038, 0, 0, 'Renault'),
|
||
(16440, 2, 1103.32, 1399.35, 30.3061, 0, 0, 'Renault'),
|
||
(16440, 3, 1137.18, 1399.25, 30.3079, 0, 0, 'Renault'),
|
||
(16440, 4, 1145, 1399.3, 31.8208, 0, 0, 'Renault'),
|
||
(16440, 5, 1148.54, 1398.99, 31.9723, 0, 0, 'Renault'),
|
||
(16856, 1, -807.327, 2739.82, 115.447, 0, 0, 'Caretaker Dilandrus'),
|
||
(16856, 2, -798.86, 2719.21, 111.628, 0, 0, 'Caretaker Dilandrus'),
|
||
(16856, 3, -785.502, 2706.21, 107.293, 0, 0, 'Caretaker Dilandrus'),
|
||
(16856, 4, -785.546, 2702.16, 106.208, 0, 0, 'Caretaker Dilandrus'),
|
||
(16856, 5, -787.652, 2700.58, 105.792, 0, 0, 'Caretaker Dilandrus'),
|
||
(16856, 6, -791.771, 2694.26, 104.589, 0, 0, 'Caretaker Dilandrus'),
|
||
(16856, 7, -793.482, 2693.76, 104.592, 0, 0, 'Caretaker Dilandrus'),
|
||
(16856, 8, -794.696, 2691.44, 104.35, 0, 0, 'Caretaker Dilandrus'),
|
||
(16856, 9, -797.951, 2691.02, 104.535, 0, 0, 'Caretaker Dilandrus'),
|
||
(16856, 10, -798.984, 2693.63, 104.891, 0, 0, 'Caretaker Dilandrus'),
|
||
(16856, 11, -797.778, 2697.53, 105.43, 0, 0, 'Caretaker Dilandrus'),
|
||
(16856, 12, -792.678, 2705.64, 106.948, 0, 0, 'Caretaker Dilandrus'),
|
||
(16856, 13, -792.409, 2708.46, 107.754, 0, 0, 'Caretaker Dilandrus'),
|
||
(16856, 14, -794.25, 2710.38, 108.384, 0, 0, 'Caretaker Dilandrus'),
|
||
(16856, 15, -799.924, 2706.66, 107.387, 0, 0, 'Caretaker Dilandrus'),
|
||
(16856, 16, -807.92, 2692.9, 104.856, 0, 0, 'Caretaker Dilandrus'),
|
||
(16856, 17, -811.612, 2690.9, 104.36, 0, 0, 'Caretaker Dilandrus'),
|
||
(16856, 18, -814.837, 2692.26, 104.736, 0, 0, 'Caretaker Dilandrus'),
|
||
(16856, 19, -814.33, 2696.03, 105.773, 0, 0, 'Caretaker Dilandrus'),
|
||
(16856, 20, -809.779, 2704.45, 107.63, 0, 0, 'Caretaker Dilandrus'),
|
||
(16856, 21, -801.425, 2715.06, 109.679, 0, 0, 'Caretaker Dilandrus'),
|
||
(16856, 22, -801.359, 2718.11, 110.676, 0, 0, 'Caretaker Dilandrus'),
|
||
(16856, 23, -804.433, 2720.69, 111.13, 0, 0, 'Caretaker Dilandrus'),
|
||
(16856, 24, -810.324, 2717.67, 110.329, 0, 0, 'Caretaker Dilandrus'),
|
||
(16856, 25, -814.433, 2712.14, 109.487, 0, 0, 'Caretaker Dilandrus'),
|
||
(16856, 26, -820.17, 2701.35, 107.506, 0, 0, 'Caretaker Dilandrus'),
|
||
(16856, 27, -823.067, 2699.77, 107.458, 0, 0, 'Caretaker Dilandrus'),
|
||
(16856, 28, -824.921, 2701.38, 107.939, 0, 0, 'Caretaker Dilandrus'),
|
||
(16856, 29, -824.739, 2706.05, 108.591, 0, 0, 'Caretaker Dilandrus'),
|
||
(16856, 30, -820.185, 2714.8, 110.056, 0, 0, 'Caretaker Dilandrus'),
|
||
(16856, 31, -814.476, 2725.61, 111.567, 0, 0, 'Caretaker Dilandrus'),
|
||
(16856, 32, -807.327, 2739.82, 115.447, 0, 0, 'Caretaker Dilandrus'),
|
||
(16856, 33, -807.327, 2739.82, 115.447, 0, 0, 'Caretaker Dilandrus'),
|
||
(17119, 1, -2873.96, -3424.76, 39.35, 0, 0, 'Ithania - Tower Entrance'),
|
||
(17119, 2, -2833.36, -3415.22, 33.77, 0, 0, 'Ithania - Road'),
|
||
(17226, 1, -653.739, 4145.14, 64.2007, 0, 0, 'Viera Sunwhisper'),
|
||
(17226, 2, -658.876, 4147.72, 64.1683, 0, 0, 'Viera Sunwhisper'),
|
||
(17226, 3, -681.465, 4147.64, 64.1181, 0, 0, 'Viera Sunwhisper'),
|
||
(17226, 4, -686.401, 4161.87, 59.7079, 0, 0, 'Viera Sunwhisper'),
|
||
(17226, 5, -695.957, 4179.24, 57.6189, 0, 0, 'Viera Sunwhisper'),
|
||
(17226, 6, -699.832, 4189.96, 57.5037, 0, 0, 'Viera Sunwhisper'),
|
||
(17226, 7, -708.519, 4184.44, 55.2759, 0, 0, 'Viera Sunwhisper'),
|
||
(17226, 8, -716.137, 4178.13, 52.6375, 0, 0, 'Viera Sunwhisper'),
|
||
(17226, 9, -719.865, 4174.99, 51.5549, 0, 0, 'Viera Sunwhisper'),
|
||
(17226, 10, -720.839, 4162.23, 50.8059, 0, 0, 'Viera Sunwhisper'),
|
||
(17230, 1, -605.445, 4165.21, 64.0818, 0, 0, 'Twinkle'),
|
||
(17230, 2, -619.293, 4161.78, 63.2178, 0, 0, 'Twinkle'),
|
||
(17230, 3, -629.537, 4153.71, 64.0671, 0, 0, 'Twinkle'),
|
||
(17230, 4, -644.773, 4151.06, 64.1747, 0, 0, 'Twinkle'),
|
||
(17230, 5, -658.876, 4147.72, 64.1683, 0, 0, 'Twinkle'),
|
||
(17230, 6, -681.465, 4147.64, 64.1181, 0, 0, 'Twinkle'),
|
||
(17230, 7, -686.401, 4161.87, 59.7079, 0, 0, 'Twinkle'),
|
||
(17230, 8, -695.957, 4179.24, 57.6189, 0, 0, 'Twinkle'),
|
||
(17230, 9, -699.832, 4189.96, 57.5037, 0, 0, 'Twinkle'),
|
||
(17230, 10, -708.519, 4184.44, 55.2759, 0, 0, 'Twinkle'),
|
||
(17230, 11, -716.137, 4178.13, 52.6375, 0, 0, 'Twinkle'),
|
||
(17230, 12, -719.865, 4174.99, 51.5549, 0, 0, 'Twinkle'),
|
||
(17230, 13, -720.636, 4166.64, 50.8156, 0, 0, 'Twinkle'),
|
||
(17246, 1, -4712.83, -12394.6, 12.2762, 0, 0, '"Cookie" McWeaksauce'),
|
||
(17246, 2, -4715.83, -12400.1, 12.5262, 0, 0, '"Cookie" McWeaksauce'),
|
||
(17246, 3, -4712.33, -12404.3, 12.2762, 0, 0, '"Cookie" McWeaksauce'),
|
||
(17246, 4, -4715.83, -12400.1, 12.5262, 0, 0, '"Cookie" McWeaksauce'),
|
||
(17246, 5, -4708.59, -12400.3, 11.9429, 0, 0, '"Cookie" McWeaksauce'),
|
||
(17592, 1, -1167.07, -12594.7, 133.93, 0, 0, 'Razormaw'),
|
||
(17592, 2, -1200.9, -12554.5, 129, 0, 0, 'Razormaw'),
|
||
(17592, 3, -1208.03, -12469.6, 94.5, 0, 0, 'Razormaw'),
|
||
(17682, 1, -2548.47, -12304.2, 13.7926, 0, 0, 'Princess Stillpine'),
|
||
(17682, 2, -2548.58, -12304.6, 13.8851, 0, 0, 'Princess Stillpine'),
|
||
(17682, 3, -2550.08, -12304.6, 13.6351, 0, 0, 'Princess Stillpine'),
|
||
(17682, 4, -2555.08, -12305.8, 13.1351, 0, 0, 'Princess Stillpine'),
|
||
(17682, 5, -2564.14, -12308.1, 12.6582, 0, 0, 'Princess Stillpine'),
|
||
(17682, 6, -2600.64, -12304.1, 11.9082, 0, 0, 'Princess Stillpine'),
|
||
(17682, 7, -2600.89, -12303.7, 11.8037, 0, 0, 'Princess Stillpine'),
|
||
(17682, 8, -2602.64, -12303.7, 11.5537, 0, 0, 'Princess Stillpine'),
|
||
(17682, 9, -2612.64, -12299.7, 12.0537, 0, 0, 'Princess Stillpine'),
|
||
(17682, 10, -2614.39, -12299.5, 12.5537, 0, 0, 'Princess Stillpine'),
|
||
(17682, 11, -2617.39, -12298.2, 13.0537, 0, 0, 'Princess Stillpine'),
|
||
(17682, 12, -2620.14, -12297.2, 13.5537, 0, 0, 'Princess Stillpine'),
|
||
(17682, 13, -2626.81, -12294.8, 13.7856, 0, 0, 'Princess Stillpine'),
|
||
(17682, 14, -2635.31, -12289.5, 13.0356, 0, 0, 'Princess Stillpine'),
|
||
(17682, 15, -2647.06, -12282.5, 12.5356, 0, 0, 'Princess Stillpine'),
|
||
(17682, 16, -2657.31, -12276.2, 12.0356, 0, 0, 'Princess Stillpine'),
|
||
(17809, 1, 10104.1, -6612.68, 4.10135, 0, 0, 'Champion Bloodwrath'),
|
||
(17809, 2, 10102.3, -6612.98, 4.05392, 0, 0, 'Champion Bloodwrath'),
|
||
(17809, 3, 10099.4, -6612.39, 4.05428, 0, 0, 'Champion Bloodwrath'),
|
||
(17809, 4, 10096, -6613.05, 4.14663, 0, 0, 'Champion Bloodwrath'),
|
||
(17809, 5, 10096.1, -6613.83, 4.05912, 0, 0, 'Champion Bloodwrath'),
|
||
(17810, 1, 10109.2, -6627.42, 4.10248, 0, 0, 'Champion Lightrend'),
|
||
(17810, 2, 10109.4, -6625.28, 4.05315, 0, 0, 'Champion Lightrend'),
|
||
(17810, 3, 10109.6, -6622.48, 4.05411, 0, 0, 'Champion Lightrend'),
|
||
(17810, 4, 10108.9, -6619.48, 4.05583, 0, 0, 'Champion Lightrend'),
|
||
(17810, 5, 10108.2, -6619.65, 4.05903, 0, 0, 'Champion Lightrend'),
|
||
(17811, 1, 10094.6, -6632.6, 4.10197, 0, 0, 'Champion Swiftblade'),
|
||
(17811, 2, 10097.3, -6632.82, 4.05301, 0, 0, 'Champion Swiftblade'),
|
||
(17811, 3, 10100.2, -6633.04, 4.05463, 0, 0, 'Champion Swiftblade'),
|
||
(17811, 4, 10102.7, -6632.25, 4.05683, 0, 0, 'Champion Swiftblade'),
|
||
(17811, 5, 10102.6, -6631.93, 4.05828, 0, 0, 'Champion Swiftblade'),
|
||
(17812, 1, 10089.5, -6618.08, 4.10197, 0, 0, 'Champion Sunstriker'),
|
||
(17812, 2, 10089.2, -6620.54, 4.05312, 0, 0, 'Champion Sunstriker'),
|
||
(17812, 3, 10089.1, -6623.32, 4.0544, 0, 0, 'Champion Sunstriker'),
|
||
(17812, 4, 10090.1, -6626.03, 4.05749, 0, 0, 'Champion Sunstriker'),
|
||
(17812, 5, 10090.4, -6625.86, 4.06002, 0, 0, 'Champion Sunstriker'),
|
||
(17831, 1, -280.039, 8304.79, 20.1217, 0, 0, 'Watcher Leesa\'oh '),
|
||
(17831, 2, -276.227, 8298.74, 20.0015, 0, 0, 'Watcher Leesa\'oh '),
|
||
(17831, 3, -278.858, 8289.58, 19.764, 0, 0, 'Watcher Leesa\'oh '),
|
||
(17831, 4, -280.108, 8285.83, 19.014, 0, 0, 'Watcher Leesa\'oh '),
|
||
(17831, 5, -280.608, 8283.83, 18.514, 0, 0, 'Watcher Leesa\'oh '),
|
||
(17831, 6, -281.858, 8280.08, 18.014, 0, 0, 'Watcher Leesa\'oh '),
|
||
(17831, 7, -288.801, 8259.56, 17.9901, 0, 0, 'Watcher Leesa\'oh '),
|
||
(17831, 8, -292.643, 8246.02, 18.649, 0, 0, 'Watcher Leesa\'oh '),
|
||
(17831, 9, -293.143, 8240.27, 18.899, 0, 0, 'Watcher Leesa\'oh '),
|
||
(17831, 10, -293.489, 8239.82, 19.079, 0, 0, 'Watcher Leesa\'oh '),
|
||
(17831, 11, -293.489, 8238.32, 19.579, 0, 0, 'Watcher Leesa\'oh '),
|
||
(17831, 12, -293.739, 8235.57, 20.329, 0, 0, 'Watcher Leesa\'oh '),
|
||
(17831, 13, -293.739, 8233.57, 20.829, 0, 0, 'Watcher Leesa\'oh '),
|
||
(17831, 14, -293.598, 8234.54, 20.6902, 0, 0, 'Watcher Leesa\'oh '),
|
||
(17831, 15, -293.598, 8236.54, 19.9402, 0, 0, 'Watcher Leesa\'oh '),
|
||
(17831, 16, -293.348, 8238.29, 19.4402, 0, 0, 'Watcher Leesa\'oh '),
|
||
(17831, 17, -293.098, 8241.29, 18.9402, 0, 0, 'Watcher Leesa\'oh '),
|
||
(17831, 18, -292.348, 8250.04, 18.1902, 0, 0, 'Watcher Leesa\'oh '),
|
||
(17831, 19, -291.771, 8253.6, 18.1621, 0, 0, 'Watcher Leesa\'oh '),
|
||
(17831, 20, -288.872, 8267.25, 17.948, 0, 0, 'Watcher Leesa\'oh '),
|
||
(17831, 21, -283.122, 8282.75, 18.448, 0, 0, 'Watcher Leesa\'oh '),
|
||
(17831, 22, -282.372, 8284.75, 18.948, 0, 0, 'Watcher Leesa\'oh '),
|
||
(17831, 23, -281.622, 8286.5, 19.448, 0, 0, 'Watcher Leesa\'oh '),
|
||
(17831, 24, -282.232, 8284.96, 19.1753, 0, 0, 'Watcher Leesa\'oh '),
|
||
(17831, 25, -281.482, 8286.71, 19.4253, 0, 0, 'Watcher Leesa\'oh '),
|
||
(17831, 26, -281.482, 8287.21, 19.6753, 0, 0, 'Watcher Leesa\'oh '),
|
||
(17831, 27, -277.479, 8293.73, 20.0654, 0, 0, 'Watcher Leesa\'oh '),
|
||
(17831, 28, -276.61, 8299.61, 20.1317, 0, 0, 'Watcher Leesa\'oh '),
|
||
(17831, 29, -280.38, 8302.44, 20.0717, 0, 0, 'Watcher Leesa\'oh '),
|
||
(17831, 30, -283.861, 8302.74, 19.7271, 0, 0, 'Watcher Leesa\'oh '),
|
||
(17848, 1, 2125.84, 88.2535, 54.883, 0, 0, 'Lieutenant Drake'),
|
||
(17848, 2, 2111.01, 93.8022, 52.6356, 0, 0, 'Lieutenant Drake'),
|
||
(17848, 3, 2106.7, 114.753, 53.1965, 0, 0, 'Lieutenant Drake'),
|
||
(17848, 4, 2107.76, 138.746, 52.5109, 0, 0, 'Lieutenant Drake'),
|
||
(17848, 5, 2114.83, 160.142, 52.4738, 0, 0, 'Lieutenant Drake'),
|
||
(17848, 6, 2125.24, 178.909, 52.7283, 0, 0, 'Lieutenant Drake'),
|
||
(17848, 7, 2151.02, 208.901, 53.1551, 0, 0, 'Lieutenant Drake'),
|
||
(17848, 8, 2177, 233.069, 52.4409, 0, 0, 'Lieutenant Drake'),
|
||
(17848, 9, 2190.71, 227.831, 53.2742, 0, 0, 'Lieutenant Drake'),
|
||
(17848, 10, 2178.14, 214.219, 53.0779, 0, 0, 'Lieutenant Drake'),
|
||
(17848, 11, 2154.99, 202.795, 52.6446, 0, 0, 'Lieutenant Drake'),
|
||
(17848, 12, 2132, 191.834, 52.5709, 0, 0, 'Lieutenant Drake'),
|
||
(17848, 13, 2117.59, 166.708, 52.7686, 0, 0, 'Lieutenant Drake'),
|
||
(17848, 14, 2093.61, 139.441, 52.7616, 0, 0, 'Lieutenant Drake'),
|
||
(17848, 15, 2086.29, 104.95, 52.9246, 0, 0, 'Lieutenant Drake'),
|
||
(17848, 16, 2094.23, 81.2788, 52.6946, 0, 0, 'Lieutenant Drake'),
|
||
(17848, 17, 2108.7, 85.3075, 53.3294, 0, 0, 'Lieutenant Drake'),
|
||
(17848, 18, 2125.5, 88.9481, 54.7953, 0, 0, 'Lieutenant Drake'),
|
||
(17848, 19, 2128.2, 70.9763, 64.4221, 0, 0, 'Lieutenant Drake'),
|
||
(17875, 1, -1969.76, -11915.7, 52.0765, 0, 0, 'Hunter of the Hand'),
|
||
(17875, 2, -1968.79, -11915.9, 52.0765, 0, 0, 'Hunter of the Hand'),
|
||
(17875, 3, -1967.93, -11912, 51.2542, 0, 0, 'Hunter of the Hand'),
|
||
(17875, 4, -1967.08, -11908.1, 50.6292, 0, 0, 'Hunter of the Hand'),
|
||
(17875, 5, -1966.44, -11905.2, 50.0085, 0, 0, 'Hunter of the Hand'),
|
||
(17875, 6, -1965.19, -11899.5, 49.7468, 0, 0, 'Hunter of the Hand'),
|
||
(17875, 7, -1965.19, -11899.5, 49.7468, 0, 0, 'Hunter of the Hand'),
|
||
(17877, 1, 231.403, 8479.94, 17.9319, 0, 0, 'Fhwoor'),
|
||
(17877, 2, 215.654, 8469.71, 22.7522, 0, 0, 'Fhwoor'),
|
||
(17877, 3, 207.395, 8459.58, 25.083, 0, 0, 'Fhwoor'),
|
||
(17877, 4, 197.541, 8444.16, 24.9263, 0, 0, 'Fhwoor'),
|
||
(17877, 5, 188.792, 8428.69, 22.4734, 0, 0, 'Fhwoor'),
|
||
(17877, 6, 183.095, 8419.25, 23.4617, 0, 0, 'Fhwoor'),
|
||
(17877, 7, 170.883, 8406.63, 21.95, 0, 0, 'Fhwoor'),
|
||
(17877, 8, 167.028, 8394.64, 23.6626, 0, 0, 'Fhwoor'),
|
||
(17877, 9, 168.177, 8383.75, 20.5654, 0, 0, 'Fhwoor'),
|
||
(17877, 10, 171.686, 8359.03, 19.8141, 0, 0, 'Fhwoor'),
|
||
(17877, 11, 177.082, 8326.46, 20.7596, 0, 0, 'Fhwoor'),
|
||
(17877, 12, 170.066, 8301.61, 20.8413, 0, 0, 'Fhwoor'),
|
||
(17877, 13, 174.167, 8290.19, 18.5382, 0, 0, 'Fhwoor'),
|
||
(17877, 14, 192.921, 8262.22, 18.615, 0, 0, 'Fhwoor'),
|
||
(17877, 15, 211.22, 8245.58, 22.2009, 0, 0, 'Fhwoor'),
|
||
(17877, 16, 226.538, 8231.74, 20.0313, 0, 0, 'Fhwoor'),
|
||
(17877, 17, 239.977, 8219.84, 20.8419, 0, 0, 'Fhwoor'),
|
||
(17877, 18, 252.502, 8210.68, 18.7755, 0, 0, 'Fhwoor'),
|
||
(17877, 19, 271.605, 8205.75, 19.6679, 0, 0, 'Fhwoor'),
|
||
(17877, 20, 283.234, 8202.8, 22.1166, 0, 0, 'Fhwoor'),
|
||
(17877, 21, 318.232, 8180.02, 18.1585, 0, 0, 'Fhwoor'),
|
||
(17877, 22, 335.458, 8177.15, 18.1603, 0, 0, 'Fhwoor'),
|
||
(17877, 23, 352.245, 8180.53, 18.4126, 0, 0, 'Fhwoor'),
|
||
(17877, 24, 367.487, 8185.88, 22.213, 0, 0, 'Fhwoor'),
|
||
(17877, 25, 376.03, 8188.09, 23.8872, 0, 0, 'Fhwoor'),
|
||
(17877, 26, 387.559, 8188.89, 21.8357, 0, 0, 'Fhwoor'),
|
||
(17877, 27, 399.78, 8183.96, 18.2193, 0, 0, 'Fhwoor'),
|
||
(17877, 28, 413.746, 8171.34, 18.2933, 0, 0, 'Fhwoor'),
|
||
(17877, 29, 426.026, 8158.55, 19.1386, 0, 0, 'Fhwoor'),
|
||
(17877, 30, 444.048, 8152.09, 23.3402, 0, 0, 'Fhwoor'),
|
||
(17877, 31, 465.283, 8151.99, 22.213, 0, 0, 'Fhwoor'),
|
||
(17877, 32, 482.497, 8150.01, 20.1239, 0, 0, 'Fhwoor'),
|
||
(17877, 33, 521.832, 8154.16, 22.3108, 0, 0, 'Fhwoor'),
|
||
(17877, 34, 558.243, 8158.7, 23.6964, 0, 0, 'Fhwoor'),
|
||
(17877, 35, 550.27, 8161.78, 22.9976, 0, 0, 'Fhwoor'),
|
||
(17877, 36, 533.254, 8141.06, 22.2215, 0, 0, 'Fhwoor'),
|
||
(17877, 37, 505.911, 8135.08, 19.9296, 0, 0, 'Fhwoor'),
|
||
(17877, 38, 473.615, 8128.02, 22.5122, 0, 0, 'Fhwoor'),
|
||
(17877, 39, 445.697, 8128.57, 20.4449, 0, 0, 'Fhwoor'),
|
||
(17877, 40, 399.292, 8123.93, 18.1522, 0, 0, 'Fhwoor'),
|
||
(17877, 41, 363.179, 8107.19, 18.4227, 0, 0, 'Fhwoor'),
|
||
(17877, 42, 343.39, 8108.69, 17.3774, 0, 0, 'Fhwoor'),
|
||
(17877, 43, 327.772, 8134.22, 18.3628, 0, 0, 'Fhwoor'),
|
||
(17877, 44, 313.609, 8144.49, 21.2908, 0, 0, 'Fhwoor'),
|
||
(17877, 45, 295.733, 8153.19, 18.3259, 0, 0, 'Fhwoor'),
|
||
(17877, 46, 255.729, 8172.25, 17.3989, 0, 0, 'Fhwoor'),
|
||
(17877, 47, 242.091, 8178.74, 17.9129, 0, 0, 'Fhwoor'),
|
||
(17877, 48, 220.303, 8182.56, 19.5001, 0, 0, 'Fhwoor'),
|
||
(17877, 49, 206, 8202.45, 22.1064, 0, 0, 'Fhwoor'),
|
||
(17877, 50, 203.072, 8224.38, 25.2776, 0, 0, 'Fhwoor'),
|
||
(17877, 51, 200.892, 8237.23, 24.2757, 0, 0, 'Fhwoor'),
|
||
(17877, 52, 198.027, 8254.11, 19.9855, 0, 0, 'Fhwoor'),
|
||
(17877, 53, 176.841, 8285.87, 18.7444, 0, 0, 'Fhwoor'),
|
||
(17877, 54, 178.973, 8300.77, 18.6603, 0, 0, 'Fhwoor'),
|
||
(17877, 55, 181.472, 8318.23, 21.679, 0, 0, 'Fhwoor'),
|
||
(17877, 56, 184.381, 8335.63, 18.9092, 0, 0, 'Fhwoor'),
|
||
(17877, 57, 176.647, 8349.99, 18.6098, 0, 0, 'Fhwoor'),
|
||
(17877, 58, 173.367, 8370.8, 18.0483, 0, 0, 'Fhwoor'),
|
||
(17877, 59, 185.332, 8389.98, 18.5659, 0, 0, 'Fhwoor'),
|
||
(17877, 60, 200.3, 8408.49, 18.8142, 0, 0, 'Fhwoor'),
|
||
(17877, 61, 219.306, 8431.98, 20.4219, 0, 0, 'Fhwoor'),
|
||
(17877, 62, 227.407, 8442, 22.7788, 0, 0, 'Fhwoor'),
|
||
(17877, 63, 229.474, 8466.41, 18.564, 0, 0, 'Fhwoor'),
|
||
(17877, 64, 236.484, 8479.62, 18.1411, 0, 0, 'Fhwoor'),
|
||
(17877, 65, 246.831, 8482.4, 22.1621, 0, 0, 'Fhwoor'),
|
||
(17877, 66, 231.403, 8479.94, 17.9319, 0, 0, 'Fhwoor'),
|
||
(17953, 1, -223.892, 8147.56, 20.7371, 0, 0, 'Buddy'),
|
||
(17955, 1, -350.653, 8217.62, 23.9646, 0, 0, 'Hungry Boglord'),
|
||
(17955, 2, -343.403, 8219.12, 23.7146, 0, 0, 'Hungry Boglord'),
|
||
(17955, 3, -332.903, 8217.12, 23.4646, 0, 0, 'Hungry Boglord'),
|
||
(17955, 4, -330.903, 8216.62, 22.9646, 0, 0, 'Hungry Boglord'),
|
||
(17955, 5, -330.552, 8216.89, 22.7595, 0, 0, 'Hungry Boglord'),
|
||
(17955, 6, -323.052, 8215.64, 23.0095, 0, 0, 'Hungry Boglord'),
|
||
(17955, 7, -315.302, 8216.39, 23.5095, 0, 0, 'Hungry Boglord'),
|
||
(17955, 8, -306.302, 8217.14, 22.7595, 0, 0, 'Hungry Boglord'),
|
||
(17955, 9, -303.552, 8217.39, 22.2595, 0, 0, 'Hungry Boglord'),
|
||
(17955, 10, -270.546, 8223.8, 21.7336, 0, 0, 'Hungry Boglord'),
|
||
(17955, 11, -270.188, 8223.75, 21.8006, 0, 0, 'Hungry Boglord'),
|
||
(17955, 12, -269.688, 8224, 21.5506, 0, 0, 'Hungry Boglord'),
|
||
(17955, 13, -267.188, 8222.75, 21.0506, 0, 0, 'Hungry Boglord'),
|
||
(17955, 14, -264.188, 8221.75, 20.5506, 0, 0, 'Hungry Boglord'),
|
||
(17955, 15, -251.712, 8216.57, 20.369, 0, 0, 'Hungry Boglord'),
|
||
(17955, 16, -245.712, 8208.82, 21.119, 0, 0, 'Hungry Boglord'),
|
||
(17955, 17, -241.962, 8204.32, 21.619, 0, 0, 'Hungry Boglord'),
|
||
(17955, 18, -235.962, 8196.32, 21.119, 0, 0, 'Hungry Boglord'),
|
||
(17955, 19, -235.55, 8195.94, 21.1943, 0, 0, 'Hungry Boglord'),
|
||
(17955, 20, -232.55, 8192.19, 20.9443, 0, 0, 'Hungry Boglord'),
|
||
(17955, 21, -226.05, 8159.19, 21.1943, 0, 0, 'Hungry Boglord'),
|
||
(17955, 22, -226.142, 8158.81, 21.2371, 0, 0, 'Hungry Boglord'),
|
||
(17955, 23, -223.892, 8147.56, 20.7371, 0, 0, 'Hungry Boglord'),
|
||
(17664, 11, -1881.69, -10886.8, 66.843, 0, 0, 'Matis the Cruel'),
|
||
(17664, 10, -1890.56, -10888.2, 66.968, 0, 0, 'Matis the Cruel'),
|
||
(17664, 9, -1899.84, -10885.5, 66.1876, 0, 0, 'Matis the Cruel'),
|
||
(17664, 8, -1912.77, -10884.8, 62.6705, 0, 0, 'Matis the Cruel'),
|
||
(17664, 7, -1921.16, -10884.2, 64.6192, 0, 0, 'Matis the Cruel'),
|
||
(17664, 6, -1934.35, -10883.7, 64.2909, 0, 0, 'Matis the Cruel'),
|
||
(17664, 5, -1938.68, -10864.2, 67.2014, 0, 0, 'Matis the Cruel'),
|
||
(17664, 4, -1941.42, -10849.6, 70.3264, 0, 0, 'Matis the Cruel'),
|
||
(17664, 3, -1934.65, -10841.3, 73.5764, 0, 0, 'Matis the Cruel'),
|
||
(17664, 2, -1935.68, -10822, 79.8942, 0, 0, 'Matis the Cruel'),
|
||
(17664, 1, -1936.21, -10803.3, 86.3797, 0, 0, 'Matis the Cruel'),
|
||
(17982, 38, -1951.06, -10560.8, 177.724, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 37, -1955.57, -10564.5, 177.664, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 36, -1948.92, -10557.3, 177.573, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 35, -1923.24, -10572.2, 177.15, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 34, -1914.03, -10582.9, 178.461, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 33, -1939.01, -10577.2, 175.901, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 32, -1944.21, -10575.6, 175.352, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 31, -1963, -10607.1, 165.514, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 30, -1985.64, -10611.9, 163.407, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 29, -2018.91, -10604, 152.746, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 28, -2043.83, -10623, 145.592, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 27, -2043.83, -10623, 145.592, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 26, -2043.83, -10623, 145.592, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 25, -2043.83, -10623, 145.592, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 24, -2043.83, -10623, 145.592, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 23, -2035.65, -10637.7, 140.154, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 22, -2021.17, -10654.6, 127.831, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 21, -1997.29, -10680.8, 118.06, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 20, -1980.37, -10701.6, 114.428, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 19, -1977.02, -10705.3, 114.457, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 18, -1956.81, -10654.3, 111.014, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 17, -1957.16, -10679.9, 110.531, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 16, -1960.28, -10687, 111.086, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 15, -1960.67, -10688.5, 111.223, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 14, -1944.28, -10706.1, 111.641, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 13, -1883.62, -10728.7, 111.694, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 12, -1887.79, -10754.8, 106.695, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 11, -1895.12, -10770.1, 101.958, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 10, -1944.59, -10798.9, 87.3097, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 9, -1937.94, -10808.3, 84.5661, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 8, -1931.54, -10837.2, 74.8954, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 7, -1940.7, -10846.9, 71.2584, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 6, -1929.85, -10909.5, 62.5501, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 5, -1879.67, -10988.9, 60.7772, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 4, -1827.51, -11017.9, 67.2534, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 3, -1798.05, -11032.9, 73.2248, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 2, -1790.27, -11053.8, 78.9543, 0, 0, 'Demonitiolist Lagoso'),
|
||
(17982, 1, -1772.7, -11074.7, 78.9523, 0, 0, 'Demonitiolist Lagoso'),
|
||
(18069, 1, -715.037, 7922.95, 59.5062, 0, 0, 'Mogor'),
|
||
(18069, 2, -720.283, 7916.27, 57.1464, 0, 0, 'Mogor'),
|
||
(18069, 3, -724.706, 7909.14, 51.8177, 0, 0, 'Mogor'),
|
||
(18069, 4, -717.016, 7896.94, 48.4604, 0, 0, 'Mogor'),
|
||
(18146, 1, 9834.04, -7480.85, 14.9347, 0, 0, 'Champion Vranesh'),
|
||
(18146, 2, 9829.11, -7493.61, 14.9365, 0, 0, 'Champion Vranesh'),
|
||
(18146, 3, 9826.17, -7516.15, 19.7371, 0, 0, 'Champion Vranesh'),
|
||
(18146, 4, 9841.33, -7518.85, 19.7055, 0, 0, 'Champion Vranesh'),
|
||
(18146, 5, 9845.06, -7512.88, 19.681, 0, 0, 'Champion Vranesh'),
|
||
(18146, 6, 9850.94, -7512.47, 19.7155, 0, 0, 'Champion Vranesh'),
|
||
(18146, 7, 9850.93, -7513.6, 19.7181, 0, 0, 'Champion Vranesh'),
|
||
(18146, 8, 9872.73, -7517.26, 19.7528, 0, 0, 'Champion Vranesh'),
|
||
(18146, 9, 9872.42, -7489.98, 14.9127, 0, 0, 'Champion Vranesh'),
|
||
(18146, 10, 9851.4, -7490.21, 14.9346, 0, 0, 'Champion Vranesh'),
|
||
(18146, 11, 9850.95, -7470.1, 14.914, 0, 0, 'Champion Vranesh'),
|
||
(18146, 12, 9851.16, -7469.15, 14.9132, 0, 0, 'Champion Vranesh'),
|
||
(18146, 13, 9849.69, -7442.58, 13.5093, 0, 0, 'Champion Vranesh'),
|
||
(18146, 14, 9848.73, -7423.56, 13.3195, 0, 0, 'Champion Vranesh'),
|
||
(18146, 15, 9816.58, -7423.82, 13.3033, 0, 0, 'Champion Vranesh'),
|
||
(18146, 16, 9794.67, -7424.88, 13.5099, 0, 0, 'Champion Vranesh'),
|
||
(18146, 17, 9794.48, -7442.29, 14.4023, 0, 0, 'Champion Vranesh'),
|
||
(18146, 18, 9767.99, -7442.61, 14.3926, 0, 0, 'Champion Vranesh'),
|
||
(18146, 19, 9767.41, -7422.98, 13.3585, 0, 0, 'Champion Vranesh'),
|
||
(18146, 20, 9739.56, -7422.83, 13.2888, 0, 0, 'Champion Vranesh'),
|
||
(18146, 21, 9736.46, -7440.87, 13.5396, 0, 0, 'Champion Vranesh'),
|
||
(18146, 22, 9740.34, -7464.68, 13.5748, 0, 0, 'Champion Vranesh'),
|
||
(18146, 23, 9746.74, -7482.59, 13.5574, 0, 0, 'Champion Vranesh'),
|
||
(18146, 24, 9748.77, -7486.58, 13.5498, 0, 0, 'Champion Vranesh'),
|
||
(18146, 25, 9753.25, -7486.52, 13.5461, 0, 0, 'Champion Vranesh'),
|
||
(18146, 26, 9720.04, -7486.48, 13.5287, 0, 0, 'Champion Vranesh'),
|
||
(18146, 27, 9681.5, -7475.87, 13.5278, 0, 0, 'Champion Vranesh'),
|
||
(18146, 28, 9666.59, -7479.55, 13.5378, 0, 0, 'Champion Vranesh'),
|
||
(18146, 29, 9638.03, -7492.63, 13.5089, 0, 0, 'Champion Vranesh'),
|
||
(18146, 30, 9620.12, -7488.49, 13.5385, 0, 0, 'Champion Vranesh'),
|
||
(18146, 31, 9605.79, -7475.28, 13.5577, 0, 0, 'Champion Vranesh'),
|
||
(18146, 32, 9597.92, -7460.31, 13.5434, 0, 0, 'Champion Vranesh'),
|
||
(18146, 33, 9594.61, -7450.37, 13.5353, 0, 0, 'Champion Vranesh'),
|
||
(18146, 34, 9592.94, -7450.38, 13.5312, 0, 0, 'Champion Vranesh'),
|
||
(18146, 35, 9594.61, -7450.37, 13.5353, 0, 0, 'Champion Vranesh'),
|
||
(18146, 36, 9615.79, -7419.52, 13.3055, 0, 0, 'Champion Vranesh'),
|
||
(18146, 37, 9654.94, -7420.38, 13.2934, 0, 0, 'Champion Vranesh'),
|
||
(18146, 38, 9673.07, -7429.82, 13.2933, 0, 0, 'Champion Vranesh'),
|
||
(18146, 39, 9689.37, -7431.43, 13.2933, 0, 0, 'Champion Vranesh'),
|
||
(18146, 40, 9709.58, -7422.25, 13.2933, 0, 0, 'Champion Vranesh'),
|
||
(18146, 41, 9722.3, -7415.22, 13.3999, 0, 0, 'Champion Vranesh'),
|
||
(18146, 42, 9748.05, -7414.6, 13.3214, 0, 0, 'Champion Vranesh'),
|
||
(18146, 43, 9766.79, -7413.54, 13.3862, 0, 0, 'Champion Vranesh'),
|
||
(18146, 44, 9767.26, -7396.83, 14.431, 0, 0, 'Champion Vranesh'),
|
||
(18146, 45, 9793.14, -7395.39, 14.3936, 0, 0, 'Champion Vranesh'),
|
||
(18146, 46, 9794.22, -7415.12, 13.4868, 0, 0, 'Champion Vranesh'),
|
||
(18146, 47, 9817.58, -7415.3, 13.306, 0, 0, 'Champion Vranesh'),
|
||
(18146, 48, 9837.02, -7414.86, 13.3086, 0, 0, 'Champion Vranesh'),
|
||
(18146, 49, 9848.05, -7414.79, 13.3114, 0, 0, 'Champion Vranesh'),
|
||
(18146, 50, 9848.2, -7414.07, 13.3107, 0, 0, 'Champion Vranesh'),
|
||
(18146, 51, 9847.7, -7415.9, 13.3124, 0, 0, 'Champion Vranesh'),
|
||
(18146, 52, 9848.26, -7428.58, 13.3322, 0, 0, 'Champion Vranesh'),
|
||
(18146, 53, 9846.75, -7446.96, 13.565, 0, 0, 'Champion Vranesh'),
|
||
(18146, 54, 9850.37, -7465.03, 14.9097, 0, 0, 'Champion Vranesh'),
|
||
(18146, 55, 9850.84, -7480.41, 14.9377, 0, 0, 'Champion Vranesh'),
|
||
(18146, 56, 9840.17, -7480.27, 14.9292, 0, 0, 'Champion Vranesh'),
|
||
(18146, 57, 9843.28, -7480.13, 14.9265, 0, 0, 'Champion Vranesh'),
|
||
(18237, 1, 9854.37, -7131.53, 30.8774, 0, 0, 'Tiny Arcane Construct'),
|
||
(18237, 2, 9848.94, -7149.69, 30.881, 0, 0, 'Tiny Arcane Construct'),
|
||
(18237, 3, 9853.53, -7164.35, 30.9412, 0, 0, 'Tiny Arcane Construct'),
|
||
(18237, 4, 9873.93, -7174.14, 31.0451, 0, 0, 'Tiny Arcane Construct'),
|
||
(18237, 5, 9890.32, -7171.36, 32.0465, 0, 0, 'Tiny Arcane Construct'),
|
||
(18237, 6, 9893.69, -7182.64, 31.0266, 0, 0, 'Tiny Arcane Construct'),
|
||
(18237, 7, 9906.29, -7211.05, 30.9103, 0, 0, 'Tiny Arcane Construct'),
|
||
(18237, 8, 9914.21, -7215.01, 30.8189, 0, 0, 'Tiny Arcane Construct'),
|
||
(18237, 9, 9930.76, -7214.39, 30.861, 0, 0, 'Tiny Arcane Construct'),
|
||
(18237, 10, 9954.36, -7211.77, 30.8778, 0, 0, 'Tiny Arcane Construct'),
|
||
(18237, 11, 9953.68, -7204.06, 30.8777, 0, 0, 'Tiny Arcane Construct'),
|
||
(18237, 12, 9941.92, -7198.43, 30.8776, 0, 0, 'Tiny Arcane Construct'),
|
||
(18237, 13, 9915.13, -7188.17, 30.9569, 0, 0, 'Tiny Arcane Construct'),
|
||
(18237, 14, 9897.4, -7190.36, 31.0379, 0, 0, 'Tiny Arcane Construct'),
|
||
(18237, 15, 9885.16, -7178.05, 31.0341, 0, 0, 'Tiny Arcane Construct'),
|
||
(18237, 16, 9874.85, -7163.02, 30.9973, 0, 0, 'Tiny Arcane Construct'),
|
||
(18237, 17, 9867.52, -7139.58, 30.8773, 0, 0, 'Tiny Arcane Construct'),
|
||
(18475, 1, -3586.12, 5789.73, -4.24976, 0, 0, 'Muggok'),
|
||
(18475, 2, -3607.36, 5802.46, -4.01552, 0, 0, 'Muggok'),
|
||
(18475, 3, -3611.6, 5813.16, -4.28691, 0, 0, 'Muggok'),
|
||
(18475, 4, -3620.7, 5832.48, 0.170152, 0, 0, 'Muggok'),
|
||
(18475, 5, -3632.27, 5845.13, -0.206985, 0, 0, 'Muggok'),
|
||
(18475, 6, -3644.94, 5868.45, -4.99035, 0, 0, 'Muggok'),
|
||
(18475, 7, -3637.31, 5910.22, -21.8444, 0, 0, 'Muggok'),
|
||
(18475, 8, -3641.05, 5941.75, -30.8571, 0, 0, 'Muggok'),
|
||
(18475, 9, -3638.01, 5970.19, -22.3024, 0, 0, 'Muggok'),
|
||
(18475, 10, -3625.29, 5984.69, -19.9806, 0, 0, 'Muggok'),
|
||
(18475, 11, -3593.81, 5984.92, -30.7405, 0, 0, 'Muggok'),
|
||
(18475, 12, -3560.43, 5994.25, -34.4478, 0, 0, 'Muggok'),
|
||
(18475, 13, -3533.4, 6024.58, -24.5245, 0, 0, 'Muggok'),
|
||
(18475, 14, -3525.01, 6048.77, -20.2223, 0, 0, 'Muggok'),
|
||
(18475, 15, -3509.14, 6060.51, -15.4676, 0, 0, 'Muggok'),
|
||
(18475, 16, -3465.91, 6061.52, -15.65, 0, 0, 'Muggok'),
|
||
(18475, 17, -3455.74, 6054.1, -12.0896, 0, 0, 'Muggok'),
|
||
(18475, 18, -3452, 6032.29, -14.2308, 0, 0, 'Muggok'),
|
||
(18475, 19, -3449.69, 6012.39, -17.4724, 0, 0, 'Muggok'),
|
||
(18475, 20, -3443.19, 5993.31, -23.1506, 0, 0, 'Muggok'),
|
||
(18475, 21, -3440.39, 5986.85, -24.2466, 0, 0, 'Muggok'),
|
||
(18475, 22, -3435.47, 5956.2, -24.9139, 0, 0, 'Muggok'),
|
||
(18475, 23, -3446.49, 5924.92, -33.0862, 0, 0, 'Muggok'),
|
||
(18475, 24, -3466.2, 5894.72, -28.9427, 0, 0, 'Muggok'),
|
||
(18475, 25, -3483.42, 5870.37, -23.4976, 0, 0, 'Muggok'),
|
||
(18475, 26, -3495.21, 5849.56, -15.937, 0, 0, 'Muggok'),
|
||
(18475, 27, -3507.46, 5820.46, -12.9088, 0, 0, 'Muggok'),
|
||
(18475, 28, -3519.91, 5799.6, -7.42785, 0, 0, 'Muggok'),
|
||
(18475, 29, -3532.31, 5789.58, -6.70218, 0, 0, 'Muggok'),
|
||
(18475, 30, -3553.79, 5784.59, -4.33099, 0, 0, 'Muggok'),
|
||
(18475, 31, -3562.55, 5785.31, -1.65057, 0, 0, 'Muggok'),
|
||
(18903, 1, -4071.96, -11499.4, -134.845, 0, 0, 'Audrid'),
|
||
(18903, 2, -4085.86, -11511.8, -135.426, 0, 0, 'Audrid'),
|
||
(18903, 3, -4108.05, -11503.5, -135.243, 0, 0, 'Audrid'),
|
||
(18903, 4, -4125.23, -11475.9, -130.384, 0, 0, 'Audrid'),
|
||
(18903, 5, -4098.2, -11483.1, -134.1, 0, 0, 'Audrid'),
|
||
(18903, 6, -4079.14, -11469, -141.394, 0, 0, 'Audrid'),
|
||
(18903, 7, -4070.92, -11448.3, -141.832, 0, 0, 'Audrid'),
|
||
(18903, 8, -4074.92, -11439.5, -141.694, 0, 0, 'Audrid'),
|
||
(18903, 9, -4081.45, -11439.4, -141.536, 0, 0, 'Audrid'),
|
||
(18903, 10, -4093.78, -11424.2, -141.66, 0, 0, 'Audrid'),
|
||
(18903, 11, -4104.93, -11420.9, -141.778, 0, 0, 'Audrid'),
|
||
(18903, 12, -4103.04, -11410.8, -141.718, 0, 0, 'Audrid'),
|
||
(18903, 13, -4088.84, -11398.8, -141.502, 0, 0, 'Audrid'),
|
||
(18903, 14, -4076.05, -11397, -141.326, 0, 0, 'Audrid'),
|
||
(18903, 15, -4075.58, -11381.8, -141.281, 0, 0, 'Audrid'),
|
||
(18903, 16, -4078.52, -11369.3, -139.347, 0, 0, 'Audrid'),
|
||
(18903, 17, -4093.92, -11360, -139.499, 0, 0, 'Audrid'),
|
||
(18903, 18, -4077.02, -11370.7, -139.333, 0, 0, 'Audrid'),
|
||
(18903, 19, -4076.87, -11402.3, -141.376, 0, 0, 'Audrid'),
|
||
(18903, 20, -4068.41, -11405.1, -141.287, 0, 0, 'Audrid'),
|
||
(18903, 21, -4038.25, -11418.3, -140.982, 0, 0, 'Audrid'),
|
||
(18903, 22, -4022.23, -11425.7, -137.283, 0, 0, 'Audrid'),
|
||
(18903, 23, -4011.23, -11441.3, -137.204, 0, 0, 'Audrid'),
|
||
(18903, 24, -4008.65, -11454.8, -137.237, 0, 0, 'Audrid'),
|
||
(18903, 25, -4017, -11459, -137.341, 0, 0, 'Audrid'),
|
||
(18903, 26, -4034.7, -11465.7, -141.125, 0, 0, 'Audrid'),
|
||
(18903, 27, -4044.97, -11450.8, -141.189, 0, 0, 'Audrid'),
|
||
(18903, 28, -4048.47, -11441.8, -140.982, 0, 0, 'Audrid'),
|
||
(18903, 29, -4061.98, -11475.1, -140.994, 0, 0, 'Audrid'),
|
||
(18945, 1, -404.629, 1820.85, 73.209, 0, 0, 'Pit Commander'),
|
||
(18945, 2, -382.802, 1816.85, 74.3855, 0, 0, 'Pit Commander'),
|
||
(18945, 3, -359.458, 1815.56, 76.3872, 0, 0, 'Pit Commander'),
|
||
(18945, 4, -335.046, 1814.74, 78.3202, 0, 0, 'Pit Commander'),
|
||
(18945, 5, -315.229, 1821.68, 83.0968, 0, 0, 'Pit Commander'),
|
||
(18945, 6, -293.231, 1829.2, 87.2354, 0, 0, 'Pit Commander'),
|
||
(18945, 7, -275.158, 1833.68, 89.3406, 0, 0, 'Pit Commander'),
|
||
(18945, 8, -258.02, 1837.22, 92.2399, 0, 0, 'Pit Commander'),
|
||
(18945, 9, -246.41, 1838.59, 93.0124, 0, 0, 'Pit Commander'),
|
||
(18945, 10, -240.571, 1837.9, 92.4368, 0, 0, 'Pit Commander'),
|
||
(18945, 11, -236.971, 1839.41, 89.9613, 0, 0, 'Pit Commander'),
|
||
(18945, 12, -224.306, 1833.44, 88.3981, 0, 0, 'Pit Commander'),
|
||
(18945, 13, -220.364, 1826.26, 87.3495, 0, 0, 'Pit Commander'),
|
||
(18945, 14, -216.424, 1810.36, 84.5744, 0, 0, 'Pit Commander'),
|
||
(18945, 15, -211.085, 1788.83, 78.924, 0, 0, 'Pit Commander'),
|
||
(18945, 16, -206.033, 1768.44, 73.1322, 0, 0, 'Pit Commander'),
|
||
(18945, 17, -203.105, 1741.79, 65.4756, 0, 0, 'Pit Commander'),
|
||
(18945, 18, -202.015, 1718.44, 58.8484, 0, 0, 'Pit Commander'),
|
||
(18945, 19, -200.981, 1696.27, 52.4718, 0, 0, 'Pit Commander'),
|
||
(18945, 20, -199.729, 1669.42, 46.1631, 0, 0, 'Pit Commander'),
|
||
(18945, 21, -199.282, 1646.05, 41.2679, 0, 0, 'Pit Commander'),
|
||
(18945, 22, -200.769, 1619.28, 36.301, 0, 0, 'Pit Commander'),
|
||
(18945, 23, -204.386, 1598.59, 32.4132, 0, 0, 'Pit Commander'),
|
||
(18945, 24, -210.568, 1577.36, 29.1862, 0, 0, 'Pit Commander'),
|
||
(18945, 25, -217.415, 1553.83, 26.4816, 0, 0, 'Pit Commander'),
|
||
(18945, 26, -223.967, 1530.23, 24.0484, 0, 0, 'Pit Commander'),
|
||
(18945, 27, -229.802, 1505.21, 21.1095, 0, 0, 'Pit Commander'),
|
||
(18945, 28, -234.836, 1481.24, 17.8893, 0, 0, 'Pit Commander'),
|
||
(18945, 29, -239.664, 1458.43, 15.1325, 0, 0, 'Pit Commander'),
|
||
(18945, 30, -245.217, 1432.2, 14.0314, 0, 0, 'Pit Commander'),
|
||
(18945, 31, -250.046, 1409.4, 12.3827, 0, 0, 'Pit Commander'),
|
||
(18945, 32, -251.786, 1388.47, 11.215, 0, 0, 'Pit Commander'),
|
||
(18945, 33, -250.26, 1364.02, 10.9601, 0, 0, 'Pit Commander'),
|
||
(18945, 34, -248.735, 1339.58, 13.2148, 0, 0, 'Pit Commander'),
|
||
(18945, 35, -247.056, 1317.58, 16.6388, 0, 0, 'Pit Commander'),
|
||
(18945, 36, -244.276, 1302.65, 19.114, 0, 0, 'Pit Commander'),
|
||
(18945, 37, -240.016, 1279.77, 23.1148, 0, 0, 'Pit Commander'),
|
||
(18945, 38, -239.095, 1260.01, 26.6083, 0, 0, 'Pit Commander'),
|
||
(18945, 39, -239.616, 1241.4, 29.732, 0, 0, 'Pit Commander'),
|
||
(18945, 40, -241.521, 1220.49, 33.8372, 0, 0, 'Pit Commander'),
|
||
(18945, 41, -242.736, 1206.55, 39.2003, 0, 0, 'Pit Commander'),
|
||
(18945, 42, -244.53, 1197.24, 42.3959, 0, 0, 'Pit Commander'),
|
||
(18945, 43, -246.588, 1175.04, 41.621, 0, 0, 'Pit Commander'),
|
||
(18965, 1, -334.99, 968.724, 54.284, 0, 0, 'Alliance - Stair of Destiny'),
|
||
(18965, 2, -332.945, 976.655, 54.2957, 0, 0, 'Alliance - Stair of Destiny'),
|
||
(18965, 3, -329.261, 988.924, 54.3038, 0, 0, 'Alliance - Stair of Destiny'),
|
||
(18965, 4, -322.755, 1002.57, 54.2993, 0, 0, 'Alliance - Stair of Destiny'),
|
||
(18965, 5, -316.731, 1015.21, 54.2947, 0, 0, 'Alliance - Stair of Destiny'),
|
||
(18965, 6, -308.524, 1019.75, 54.2763, 0, 0, 'Alliance - Stair of Destiny'),
|
||
(18965, 7, -296.914, 1021.11, 54.3091, 0, 0, 'Alliance - Stair of Destiny'),
|
||
(18965, 8, -283.465, 1025.01, 54.3014, 0, 0, 'Alliance - Stair of Destiny'),
|
||
(18965, 9, -273.568, 1036.39, 54.3263, 0, 0, 'Alliance - Stair of Destiny'),
|
||
(18965, 10, -264.833, 1054.17, 54.3152, 0, 0, 'Alliance - Stair of Destiny'),
|
||
(18965, 11, -263.071, 1071.34, 54.3081, 0, 0, 'Alliance - Stair of Destiny'),
|
||
(18970, 1, -163.282, 972.931, 54.2865, 0, 0, 'Horde - Stair of Destiny'),
|
||
(18970, 2, -167.265, 987.781, 54.3042, 0, 0, 'Horde - Stair of Destiny'),
|
||
(18970, 3, -170.451, 998.956, 54.2921, 0, 0, 'Horde - Stair of Destiny'),
|
||
(18970, 4, -177.333, 1012.5, 54.2872, 0, 0, 'Horde - Stair of Destiny'),
|
||
(18970, 5, -189.116, 1020.06, 54.2777, 0, 0, 'Horde - Stair of Destiny'),
|
||
(18970, 6, -206.5, 1022.07, 54.3103, 0, 0, 'Horde - Stair of Destiny'),
|
||
(18970, 7, -220.28, 1024.54, 54.3101, 0, 0, 'Horde - Stair of Destiny'),
|
||
(18970, 8, -228.761, 1035.68, 54.326, 0, 0, 'Horde - Stair of Destiny'),
|
||
(18970, 9, -233.435, 1046.39, 54.3183, 0, 0, 'Horde - Stair of Destiny'),
|
||
(18970, 10, -236.363, 1058.87, 54.3133, 0, 0, 'Horde - Stair of Destiny'),
|
||
(18970, 11, -236.71, 1072.11, 54.3082, 0, 0, 'Horde - Stair of Destiny'),
|
||
(19055, 1, -2422.51, 6910.64, 20.1247, 0, 0, 'Windroc Matriarch WP 1'),
|
||
(19055, 2, -2420.72, 6901.21, 15.2252, 0, 0, 'Windroc Matriarch WP 2'),
|
||
(19055, 3, -2400.64, 6887.52, -1.38425, 0, 0, 'Windroc Matriarch WP 3'),
|
||
(19271, 23, -1741.79, 5142, -36.8707, 0, 0, 'Albert Quarksprocket WP23'),
|
||
(19271, 22, -1745.29, 5145.25, -36.8707, 0, 0, 'Albert Quarksprocket WP22'),
|
||
(19271, 21, -1747.31, 5144.44, -36.7323, 0, 0, 'Albert Quarksprocket WP21'),
|
||
(19271, 20, -1748.56, 5143.94, -36.4823, 0, 0, 'Albert Quarksprocket WP20'),
|
||
(19271, 19, -1749.56, 5143.69, -35.9823, 0, 0, 'Albert Quarksprocket WP19'),
|
||
(19271, 18, -1752.19, 5142.41, -36.2607, 0, 0, 'Albert Quarksprocket WP18'),
|
||
(19271, 17, -1751.72, 5140.52, -36.26, 0, 0, 'Albert Quarksprocket WP17'),
|
||
(19271, 16, -1749.35, 5144.95, -36.7323, 0, 0, 'Albert Quarksprocket WP16'),
|
||
(19271, 15, -1748.1, 5145.45, -36.7323, 0, 0, 'Albert Quarksprocket WP15'),
|
||
(19271, 14, -1747.73, 5145.54, -37.0105, 0, 0, 'Albert Quarksprocket WP14'),
|
||
(19271, 13, -1741.73, 5142.54, -37.0105, 0, 0, 'Albert Quarksprocket WP13'),
|
||
(19271, 12, -1740.73, 5142.04, -37.0105, 0, 0, 'Albert Quarksprocket WP12'),
|
||
(19271, 11, -1739.93, 5141.97, -37.0159, 0, 0, 'Albert Quarksprocket WP11'),
|
||
(19271, 10, -1737.29, 5138.58, -37.3058, 0, 0, 'Albert Quarksprocket WP10'),
|
||
(19271, 9, -1747.68, 5144.95, -36.7323, 0, 0, 'Albert Quarksprocket WP9'),
|
||
(19271, 8, -1748.68, 5145.45, -36.7323, 0, 0, 'Albert Quarksprocket WP8'),
|
||
(19271, 7, -1749.18, 5144.95, -36.7323, 0, 0, 'Albert Quarksprocket WP7'),
|
||
(19271, 6, -1749.93, 5144.2, -36.4823, 0, 0, 'Albert Quarksprocket WP6'),
|
||
(19271, 5, -1752.19, 5142.41, -36.2607, 0, 0, 'Albert Quarksprocket WP5'),
|
||
(19271, 4, -1751.72, 5140.52, -36.26, 0, 0, 'Albert Quarksprocket WP4'),
|
||
(19271, 3, -1746.35, 5140.01, -36.253, 0, 0, 'Albert Quarksprocket WP3'),
|
||
(19271, 2, -1742.51, 5139.55, -36.2804, 0, 0, 'Albert Quarksprocket WP2'),
|
||
(19271, 1, -1738.78, 5139.55, -37.3106, 0, 0, 'Albert Quarksprocket WP1'),
|
||
(19228, 6, -1747.62, 5126.94, -35.788, 0, 0, 'Perry Gatner WP6'),
|
||
(19228, 5, -1748.3, 5129.43, -35.899, 0, 0, 'Perry Gatner WP5'),
|
||
(19228, 4, -1748.81, 5131.2, -35.7738, 0, 0, 'Perry Gatner WP4'),
|
||
(19228, 3, -1752.19, 5142.41, -36.2607, 0, 0, 'Perry Gatner WP3'),
|
||
(19228, 2, -1749.06, 5132.2, -36.0238, 0, 0, 'Perry Gatner WP2'),
|
||
(19228, 1, -1748.81, 5131.2, -35.7738, 0, 0, 'Perry Gatner WP1'),
|
||
(19455, 1, -365.789, 981.419, 54.195, 0, 0, 'Nurse Judith'),
|
||
(19455, 2, -368.858, 982.56, 54.1727, 0, 0, 'Nurse Judith'),
|
||
(19455, 3, -363.252, 980.47, 54.2127, 0, 0, 'Nurse Judith'),
|
||
(19455, 4, -357.494, 978.322, 54.2425, 0, 0, 'Nurse Judith'),
|
||
(19455, 5, -358.948, 975.922, 54.243, 0, 0, 'Nurse Judith'),
|
||
(19455, 6, -357.512, 973.939, 54.2493, 0, 0, 'Nurse Judith'),
|
||
(19455, 7, -360.045, 968.102, 54.2344, 0, 0, 'Nurse Judith'),
|
||
(19455, 8, -358.571, 965.26, 54.2447, 0, 0, 'Nurse Judith'),
|
||
(19455, 9, -362.99, 962.005, 54.2135, 0, 0, 'Nurse Judith'),
|
||
(19455, 10, -352.415, 973.809, 54.2617, 0, 0, 'Nurse Judith'),
|
||
(19455, 11, -349.296, 971.591, 54.2724, 0, 0, 'Nurse Judith'),
|
||
(19455, 12, -349.964, 970.224, 54.2733, 0, 0, 'Nurse Judith'),
|
||
(19455, 13, -350.597, 974.797, 54.2635, 0, 0, 'Nurse Judith'),
|
||
(19455, 14, -362.665, 981.665, 54.2171, 0, 0, 'Nurse Judith'),
|
||
(19455, 15, -364.29, 984.89, 54.2066, 0, 0, 'Nurse Judith'),
|
||
(19482, 1, 2996.5, 3734.34, 144.342, 0, 0, 'Sagan <Ravandwyrs Familiar>'),
|
||
(19482, 2, 2993.75, 3734.09, 144.092, 0, 0, 'Sagan <Ravandwyrs Familiar>'),
|
||
(19482, 3, 2991.75, 3732.59, 144.092, 0, 0, 'Sagan <Ravandwyrs Familiar>'),
|
||
(19482, 4, 2990.75, 3730.34, 144.092, 0, 0, 'Sagan <Ravandwyrs Familiar>'),
|
||
(19482, 5, 2991.25, 3727.59, 144.092, 0, 0, 'Sagan <Ravandwyrs Familiar>'),
|
||
(19482, 6, 2993.5, 3725.59, 144.092, 0, 0, 'Sagan <Ravandwyrs Familiar>'),
|
||
(19482, 7, 2996.75, 3724.34, 144.092, 0, 0, 'Sagan <Ravandwyrs Familiar>'),
|
||
(19482, 8, 3000, 3725.84, 144.092, 0, 0, 'Sagan <Ravandwyrs Familiar>'),
|
||
(19482, 9, 3001.25, 3730.09, 144.092, 0, 0, 'Sagan <Ravandwyrs Familiar>'),
|
||
(19543, 1, 2235.71, 2320.86, 92.3014, 0, 0, 'Battle-Mage Dathric'),
|
||
(19543, 2, 2235.67, 2319.86, 92.3014, 0, 0, 'Battle-Mage Dathric'),
|
||
(19543, 3, 2233.23, 2317.59, 91.3479, 0, 0, 'Battle-Mage Dathric'),
|
||
(19543, 4, 2230.45, 2316.29, 90.5996, 0, 0, 'Battle-Mage Dathric'),
|
||
(19543, 5, 2228.4, 2313.78, 89.6384, 0, 0, 'Battle-Mage Dathric'),
|
||
(19544, 1, 2198.39, 2334.96, 89.4724, 0, 0, 'Conjurer Luminrath'),
|
||
(19544, 2, 2197.58, 2334.37, 89.4724, 0, 0, 'Conjurer Luminrath'),
|
||
(19544, 3, 2193.66, 2339.08, 90.0282, 0, 0, 'Conjurer Luminrath'),
|
||
(19545, 1, 2214.21, 2400.79, 108.899, 0, 0, 'Cohlien Frostweaver'),
|
||
(19545, 2, 2213.22, 2400.95, 108.899, 0, 0, 'Cohlien Frostweaver'),
|
||
(19545, 3, 2204.71, 2408.81, 108.609, 0, 0, 'Cohlien Frostweaver'),
|
||
(19545, 4, 2204.71, 2408.81, 108.609, 0, 0, 'Cohlien Frostweaver'),
|
||
(19545, 5, 2204.65, 2408.99, 108.654, 0, 0, 'Cohlien Frostweaver'),
|
||
(19545, 6, 2202.91, 2411.27, 108.658, 0, 0, 'Cohlien Frostweaver'),
|
||
(19546, 1, 2237.67, 2393.5, 112.738, 0, 0, 'Abjurist Belmara'),
|
||
(19546, 2, 2238.67, 2393.75, 112.988, 0, 0, 'Abjurist Belmara'),
|
||
(19546, 3, 2239.42, 2393.25, 112.988, 0, 0, 'Abjurist Belmara'),
|
||
(19546, 4, 2239.92, 2392.5, 112.988, 0, 0, 'Abjurist Belmara'),
|
||
(19546, 5, 2240.36, 2390.88, 112.603, 0, 0, 'Abjurist Belmara'),
|
||
(19667, 1, -2057.45, 8528.71, 24.6556, 0, 0, 'Consortium Nether Runner'),
|
||
(19667, 2, -2058.23, 8547.79, 24.0203, 0, 0, 'Consortium Nether Runner'),
|
||
(19667, 3, -2064.09, 8554.57, 23.9054, 0, 0, 'Consortium Nether Runner'),
|
||
(19667, 4, -2075.08, 8562.74, 22.9801, 0, 0, 'Consortium Nether Runner'),
|
||
(19667, 5, -2083.14, 8565.28, 22.0791, 0, 0, 'Consortium Nether Runner'),
|
||
(19667, 6, -2062.94, 8574.57, 23.1942, 0, 0, 'Consortium Nether Runner'),
|
||
(19667, 7, -2056.25, 8597.59, 21.3663, 0, 0, 'Consortium Nether Runner'),
|
||
(19667, 8, -2049.12, 8603.37, 22.7377, 0, 0, 'Consortium Nether Runner'),
|
||
(19671, 1, -351.789, -69.8332, -0.960246, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 2, -366.06, -71.81, -0.958, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 3, -370.07, -72.54, 0.55, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 4, -362.02, -71.05, -0.958, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 5, -372.478, -93.9698, -0.958742, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 6, -372.956, -102.076, -0.958742, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 7, -373.017, -113.626, -0.958742, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 8, -372.988, -125.175, -0.958742, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 9, -372.931, -139.675, -0.958742, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 10, -373.605, -151.226, -0.958742, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 11, -377.447, -154.805, -0.958742, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 12, -380.818, -159.285, -0.954232, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 13, -381.165, -164.186, -0.957979, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 14, -379.066, -164.216, -0.113683, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 15, -375.111, -164.235, 0.715806, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 16, -379.775, -164.71, -0.165154, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 17, -382.273, -165.565, -0.958753, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 18, -379.523, -174.58, -0.958753, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 19, -375.329, -184.594, -0.97348, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 20, -373.631, -193.17, -0.962749, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 21, -373.4, -200.517, -0.959759, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 22, -373.059, -211.368, -0.959759, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 23, -372.674, -223.626, -0.958623, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 24, -362.175, -223.75, -0.958623, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 25, -346.425, -223.679, -0.958623, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 26, -334.183, -223.583, -0.958623, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 27, -322.276, -223.677, -0.958344, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 28, -312.918, -220.998, -0.94947, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 29, -307.607, -213.182, -0.933042, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 30, -301.831, -202.365, -0.97953, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 31, -294.812, -194.082, -0.94909, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 32, -291.029, -189.044, -1.00723, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 33, -284.51, -180.362, -1.33409, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 34, -280.377, -173.049, -1.8534, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 35, -273.836, -161.477, -2.48206, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 36, -267.396, -159.877, -1.79642, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 37, -260.544, -158.374, -1.17304, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 38, -260.4, -160.827, -1.15989, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 39, -254.832, -161.486, -0.953236, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 40, -246.845, -162.432, -0.953236, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 41, -242.399, -164.477, -0.867038, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 42, -240.562, -169.012, -0.953709, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 43, -238.44, -173.021, -0.953709, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 44, -234.175, -181.075, -0.953709, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 45, -228.82, -190.903, -0.953759, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 46, -222.477, -197.448, -0.398852, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 47, -217.363, -202.727, 0.287965, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 48, -212.248, -208.005, 0.713021, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 49, -205.189, -215.289, 0.20156, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 50, -198.861, -221.819, -0.729239, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 51, -191.275, -223.174, -0.955504, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 52, -179.389, -223.268, -0.955504, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 53, -174.475, -223.287, -0.955504, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 54, -166.411, -223.319, -0.955504, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 55, -155.911, -223.271, -0.947958, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 56, -147.87, -223.209, -0.756992, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 57, -138.064, -223.132, 0.0706656, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 58, -132.457, -223.066, 0.889542, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 59, -125.465, -222.984, 1.3118, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 60, -120.551, -222.945, 0.271436, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 61, -111.458, -222.903, 0.22694, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 62, -101.672, -222.865, -0.578372, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 63, -94.6789, -222.838, -0.67855, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 64, -85.2324, -222.578, -0.392579, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 65, -74.0211, -222.339, -0.169972, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 66, -69.8212, -222.307, -0.225875, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 67, -59.7134, -222.863, 0.121823, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 68, -48.1808, -223.498, -0.118748, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 69, -37.6942, -224.026, -0.370049, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 70, -26.4821, -224.059, 0.183233, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 71, -17.0706, -223.207, 0.688721, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 72, -14.0612, -222.818, 1.01445, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 73, -17.9018, -222.954, 0.620031, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 74, -28.0595, -223.313, 0.0938897, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 75, -38.0775, -221.726, -0.303824, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 76, -48.0824, -220.058, -0.0237211, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 77, -59.6136, -217.254, 0.17109, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 78, -68.7573, -211.4, -0.272352, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 79, -67.9993, -203.035, -0.507698, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 80, -67.8879, -199.887, -0.644729, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 81, -67.7765, -196.739, -1.96199, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 82, -67.5291, -189.75, -1.91727, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 83, -67.2564, -182.048, -1.49876, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 84, -67.2302, -173.313, -0.975207, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 85, -67.2919, -168.063, -0.955841, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 86, -67.4233, -156.871, -0.955752, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 87, -67.5877, -142.865, -0.955752, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 88, -67.476, -131.316, -1.1366, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 89, -67.4755, -120.102, -1.32219, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 90, -67.5068, -112.059, -0.653647, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 91, -67.2435, -105.785, -1.65685, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 92, -66.9464, -97.3905, -1.20982, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19671, 93, -66.5686, -88.659, -1.2151, 0, 0, 'Cryo-Engineer Sha\'heen'),
|
||
(19747, 1, 2251.22, 5415.11, 144.594, 0, 0, 'Baelmon the Hound-Master'),
|
||
(19747, 2, 2253.27, 5422.19, 144.344, 0, 0, 'Baelmon the Hound-Master'),
|
||
(19747, 3, 2251.02, 5425.4, 144.344, 0, 0, 'Baelmon the Hound-Master'),
|
||
(19747, 4, 2250.17, 5418.64, 144.344, 0, 0, 'Baelmon the Hound-Master'),
|
||
(19747, 5, 2263.63, 5399.85, 145.918, 0, 0, 'Baelmon the Hound-Master'),
|
||
(19747, 6, 2273.68, 5402.08, 146.963, 0, 0, 'Baelmon the Hound-Master'),
|
||
(19747, 7, 2270.23, 5394.73, 145.47, 0, 0, 'Baelmon the Hound-Master'),
|
||
(19747, 8, 2264.04, 5400.77, 146.091, 0, 0, 'Baelmon the Hound-Master'),
|
||
(19747, 9, 2234.95, 5428.81, 144.344, 0, 0, 'Baelmon the Hound-Master'),
|
||
(19747, 10, 2223.49, 5426.15, 144.35, 0, 0, 'Baelmon the Hound-Master'),
|
||
(19747, 11, 2270.23, 5394.73, 145.47, 0, 0, 'Baelmon the Hound-Master'),
|
||
(19776, 1, 2976.31, 3709.67, 142.398, 0, 0, 'Experimental Pilot'),
|
||
(19776, 2, 2987.82, 3686.2, 142.681, 0, 0, 'Experimental Pilot'),
|
||
(19776, 3, 2987.82, 3652.62, 143.244, 0, 0, 'Experimental Pilot'),
|
||
(19776, 4, 2999.17, 3645.03, 143.849, 0, 0, 'Experimental Pilot'),
|
||
(19776, 5, 3006.7, 3648.63, 143.771, 0, 0, 'Experimental Pilot'),
|
||
(19776, 6, 3042.1, 3645.08, 142.808, 0, 0, 'Experimental Pilot'),
|
||
(19776, 7, 3047.12, 3648.91, 142.832, 0, 0, 'Experimental Pilot'),
|
||
(19776, 8, 3043.87, 3652.34, 142.88, 0, 0, 'Experimental Pilot'),
|
||
(19776, 9, 3026.43, 3641.43, 143.507, 0, 0, 'Experimental Pilot'),
|
||
(19776, 10, 2989.67, 3650.38, 143.486, 0, 0, 'Experimental Pilot'),
|
||
(19776, 11, 2988.99, 3685.32, 142.73, 0, 0, 'Experimental Pilot'),
|
||
(19776, 12, 2975.27, 3712.82, 142.309, 0, 0, 'Experimental Pilot'),
|
||
(19776, 13, 2975.12, 3725.84, 142.688, 0, 0, 'Experimental Pilot'),
|
||
(19776, 14, 2965.31, 3733.57, 143.503, 0, 0, 'Experimental Pilot'),
|
||
(19776, 15, 2966.14, 3733, 143.472, 0, 0, 'Experimental Pilot'),
|
||
(20071, 1, 4283.52, 2226.99, 124.217, 0, 0, 'Wind Trader Marid'),
|
||
(20071, 2, 4289.39, 2217.21, 124.098, 0, 0, 'Wind Trader Marid'),
|
||
(20071, 3, 4291.87, 2212.83, 121.275, 0, 0, 'Wind Trader Marid'),
|
||
(20071, 4, 4295.08, 2207.17, 119.304, 0, 0, 'Wind Trader Marid'),
|
||
(20071, 5, 4302.43, 2205.13, 120.59, 0, 0, 'Wind Trader Marid'),
|
||
(20071, 6, 4307.42, 2196.81, 119.483, 0, 0, 'Wind Trader Marid'),
|
||
(20071, 7, 4313.26, 2192.73, 117.658, 0, 0, 'Wind Trader Marid'),
|
||
(20071, 8, 4316.16, 2187.62, 114.884, 0, 0, 'Wind Trader Marid'),
|
||
(20071, 9, 4318.19, 2181.1, 116.967, 0, 0, 'Wind Trader Marid'),
|
||
(20071, 10, 4315.18, 2173.19, 118.304, 0, 0, 'Wind Trader Marid'),
|
||
(20071, 11, 4313.72, 2167.93, 118.03, 0, 0, 'Wind Trader Marid'),
|
||
(20071, 12, 4316.97, 2162.18, 120.626, 0, 0, 'Wind Trader Marid'),
|
||
(20071, 13, 4316.23, 2156.77, 123.907, 0, 0, 'Wind Trader Marid'),
|
||
(20071, 14, 4310.42, 2147.52, 127.422, 0, 0, 'Wind Trader Marid'),
|
||
(20071, 15, 4307.3, 2140.1, 129.336, 0, 0, 'Wind Trader Marid'),
|
||
(20206, 1, -697.934, 2612.59, 89.4752, 0, 0, 'Fei Fei Treats Quest_End'),
|
||
(20206, 2, -688.665, 2580.78, 86.9841, 0, 0, 'Fei Fei Treats Quest_End'),
|
||
(20206, 3, -689.199, 2588.81, 87.446, 0, 0, 'Fei Fei Treats Quest_End'),
|
||
(20206, 4, -667.044, 2611.74, 85.7029, 0, 0, 'Fei Fei Treats Quest_End'),
|
||
(20206, 5, -649.407, 2636.82, 86.1539, 0, 0, 'Fei Fei Treats Quest_End'),
|
||
(20206, 6, -659.047, 2651.34, 87.048, 0, 0, 'Fei Fei Treats Quest_End'),
|
||
(20206, 7, -656.048, 2652.06, 86.5892, 0, 0, 'Fei Fei Treats Quest_End'),
|
||
(20206, 8, -656.055, 2674.2, 88.1354, 0, 0, 'Fei Fei Treats Quest_End'),
|
||
(20206, 9, -691.042, 2652.45, 92.1508, 0, 0, 'Fei Fei Treats Quest_End'),
|
||
(20206, 10, -688.807, 2701.25, 94.8354, 0, 0, 'Fei Fei Treats Quest_End'),
|
||
(20206, 11, -667.514, 2716.08, 94.4471, 0, 0, 'Fei Fei Treats Quest_End'),
|
||
(20206, 12, -688.593, 2723.67, 94.4145, 0, 0, 'Fei Fei Treats Quest_End'),
|
||
(20206, 13, -687.635, 2743.1, 93.9095, 0, 0, 'Fei Fei Treats Quest_End'),
|
||
(20206, 14, -697.062, 2748.04, 93.938, 0, 0, 'Fei Fei Treats Quest_End'),
|
||
(20206, 15, -687.635, 2743.1, 93.9095, 0, 0, 'Fei Fei Treats Quest_End'),
|
||
(20206, 16, -685.121, 2689.01, 93.8042, 0, 0, 'Fei Fei Treats Quest_End'),
|
||
(20206, 17, -688.862, 2627.19, 89.8591, 0, 0, 'Fei Fei Treats Quest_End'),
|
||
(20206, 18, -685.494, 2626.74, 89.2711, 0, 0, 'Fei Fei Treats Quest_End'),
|
||
(20281, 1, 3101.25, 2800.1, 118.565, 0, 0, 'Drijya'),
|
||
(20281, 2, 3107.59, 2793.75, 117.902, 0, 0, 'Drijya'),
|
||
(20281, 3, 3095.54, 2771.74, 115.836, 0, 0, 'Drijya'),
|
||
(20281, 4, 3079.12, 2756.75, 116.342, 0, 0, 'Drijya'),
|
||
(20281, 5, 3067.32, 2751.77, 115.838, 0, 0, 'Drijya'),
|
||
(20281, 6, 3051.47, 2729.87, 114.098, 0, 0, 'Drijya'),
|
||
(20281, 7, 3056.46, 2723.47, 113.688, 0, 0, 'Drijya'),
|
||
(20281, 8, 3041.73, 2711.97, 114.028, 0, 0, 'Drijya'),
|
||
(20281, 9, 3025.76, 2699.51, 113.591, 0, 0, 'Drijya'),
|
||
(20281, 10, 3013.88, 2708.98, 113.785, 0, 0, 'Drijya'),
|
||
(20281, 11, 3002, 2718.44, 113.769, 0, 0, 'Drijya'),
|
||
(20281, 12, 3004.45, 2727.35, 114.311, 0, 0, 'Drijya'),
|
||
(20281, 13, 2999.4, 2718.94, 113.782, 0, 0, 'Drijya'),
|
||
(20281, 14, 2987.64, 2701.45, 114.163, 0, 0, 'Drijya'),
|
||
(20281, 15, 2968.07, 2672.37, 116.821, 0, 0, 'Drijya'),
|
||
(20763, 1, 4081.3, 2296.6, 110.75, 0, 0, NULL),
|
||
(20763, 2, 4095.3, 2296.37, 108.392, 0, 0, NULL),
|
||
(20763, 3, 4123.42, 2297.51, 104.368, 0, 0, NULL),
|
||
(20763, 4, 4146.48, 2298.85, 102.475, 0, 0, NULL),
|
||
(20763, 5, 4169.75, 2301.11, 104.503, 0, 0, NULL),
|
||
(20763, 6, 4181.37, 2301.19, 108.692, 0, 0, NULL),
|
||
(20763, 7, 4195.51, 2301.28, 113.981, 0, 0, NULL),
|
||
(20763, 8, 4215.69, 2295.79, 122.162, 0, 0, NULL),
|
||
(20763, 9, 4229.79, 2295.09, 127.068, 0, 0, NULL),
|
||
(20763, 10, 4250.86, 2293.49, 128.848, 0, 0, NULL),
|
||
(20763, 11, 4271.72, 2290, 125.243, 0, 0, NULL),
|
||
(20763, 12, 4277.21, 2276.97, 125.337, 0, 0, NULL),
|
||
(20763, 13, 4269.13, 2262.97, 127.868, 0, 0, NULL),
|
||
(20763, 14, 4262.07, 2250.73, 131.257, 0, 0, NULL),
|
||
(20763, 15, 4253.95, 2236.66, 134.959, 0, 0, NULL),
|
||
(20763, 16, 4249.61, 2220.86, 137.445, 0, 0, NULL),
|
||
(20763, 17, 4251.74, 2186.12, 137.08, 0, 0, NULL),
|
||
(20763, 18, 4252, 2172.27, 137.678, 0, 0, NULL),
|
||
(20802, 1, 4015.68, 2322.49, 113.825, 0, 0, 'Protectorate Demolitionist'),
|
||
(20802, 2, 4007.63, 2323.53, 111.428, 0, 0, 'Protectorate Demolitionist'),
|
||
(20802, 3, 3998.41, 2324.73, 113.084, 0, 0, 'Protectorate Demolitionist'),
|
||
(20802, 4, 3973, 2328.02, 114.082, 0, 0, 'Protectorate Demolitionist'),
|
||
(20802, 5, 3951.87, 2328.36, 113.983, 0, 0, 'Protectorate Demolitionist'),
|
||
(20802, 6, 3939.16, 2330.01, 112.224, 0, 0, 'Protectorate Demolitionist'),
|
||
(20802, 7, 3931.58, 2332.9, 110.878, 0, 0, 'Protectorate Demolitionist'),
|
||
(20802, 8, 3922.88, 2336.22, 112.603, 0, 0, 'Protectorate Demolitionist'),
|
||
(20802, 9, 3910.8, 2345.43, 114.132, 0, 0, 'Protectorate Demolitionist'),
|
||
(20802, 10, 3885.74, 2364.52, 114.827, 0, 0, 'Protectorate Demolitionist'),
|
||
(20802, 11, 3874.4, 2383.68, 113.784, 0, 0, 'Protectorate Demolitionist'),
|
||
(20802, 12, 3871.9, 2360.65, 114.97, 0, 0, 'Protectorate Demolitionist'),
|
||
(20802, 13, 3866.8, 2341.7, 115.65, 0, 0, 'Protectorate Demolitionist'),
|
||
(20802, 14, 3872.97, 2321.61, 114.52, 0, 0, 'Protectorate Demolitionist'),
|
||
(20802, 15, 3866.8, 2341.7, 115.65, 0, 0, 'Protectorate Demolitionist'),
|
||
(21117, 1, 2319.76, 6007.02, 142.701, 0, 0, 'Gor\'drek WP 1'),
|
||
(21117, 2, 2325.91, 6010.9, 142.576, 0, 0, 'Gor\'drek WP 2'),
|
||
(21117, 3, 2319.76, 6007.02, 142.701, 0, 0, 'Gor\'drek WP 3'),
|
||
(21117, 4, 2313.01, 6004.88, 142.826, 0, 0, 'Gor\'drek WP 4'),
|
||
(21181, 1, -3617.72, 1823.16, 39.7751, 0, 0, 'Cyrukh the Firelord <The Dirge of Karabor>'),
|
||
(21182, 1, -1156.97, 2109.63, 83.51, 0, 0, 'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower South WP 1'),
|
||
(21182, 2, -1152.3, 2112.1, 90.6765, 0, 0, 'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower South WP 2'),
|
||
(21182, 3, -1150.82, 2103.74, 89.8157, 0, 0, 'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower South WP 3'),
|
||
(21182, 4, -1153.96, 2107.03, 97.0656, 0, 0, 'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower South WP 4'),
|
||
(21182, 5, -1156.1, 2107.42, 93.0656, 0, 0, 'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower South WP 5'),
|
||
(21182, 6, -1152.17, 2107.41, 83.1767, 0, 0, 'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower South WP 6'),
|
||
(21182, 7, -1150.15, 2102.39, 75.2368, 0, 0, 'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower South WP 7'),
|
||
(21182, 8, -1158.78, 2102.99, 76.9823, 0, 0, 'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower South WP 8'),
|
||
(21182, 9, -1158.34, 2112.02, 79.2045, 0, 0, 'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower South WP 9'),
|
||
(21182, 10, -1148.17, 2113.34, 77.0103, 0, 0, 'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower South WP 10'),
|
||
(21182, 11, -1148.9, 2102.62, 69.6769, 0, 0, 'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower South WP 11'),
|
||
(21182, 12, -1157.05, 2104.98, 82.9548, 0, 0, 'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower South WP 12'),
|
||
(21291, 1, -2817.19, 1777.81, 60.3517, 0, 0, 'Grom\'tor, Son of Oronok'),
|
||
(21291, 2, -2815.42, 1771.03, 59.1017, 0, 0, 'Grom\'tor, Son of Oronok'),
|
||
(21309, 1, -3697.1, 2669.77, 107.186, 0, 0, 'Painmistress Gabrissa'),
|
||
(21309, 2, -3697.68, 2673.34, 108.569, 0, 0, 'Painmistress Gabrissa'),
|
||
(21309, 3, -3692.22, 2678.74, 108.66, 0, 0, 'Painmistress Gabrissa'),
|
||
(21309, 4, -3690.04, 2682.79, 108.752, 0, 0, 'Painmistress Gabrissa'),
|
||
(21309, 5, -3692.89, 2684.18, 108.485, 0, 0, 'Painmistress Gabrissa'),
|
||
(21309, 6, -3690.92, 2682.03, 108.744, 0, 0, 'Painmistress Gabrissa'),
|
||
(21309, 7, -3694.07, 2677.51, 108.537, 0, 0, 'Painmistress Gabrissa'),
|
||
(21309, 8, -3697.53, 2673.77, 108.581, 0, 0, 'Painmistress Gabrissa'),
|
||
(21309, 9, -3693.46, 2668.44, 107.174, 0, 0, 'Painmistress Gabrissa'),
|
||
(21409, 1, -4054.43, 1515.52, 91.511, 0, 0, 'Icarius'),
|
||
(21410, 1, -4058.76, 1515.23, 91.292, 0, 0, 'Zarath'),
|
||
(21411, 1, -2080.31, 5296.75, -37.3236, 0, 0, 'Tobias the Filth Gorger'),
|
||
(21411, 2, -2083.83, 5299.95, -37.3236, 0, 0, 'Tobias the Filth Gorger'),
|
||
(21633, 1, -3311, 2951.89, 171.217, 0, 0, 'Deathbrinder Jovaan'),
|
||
(21633, 2, -3308, 2942.02, 171.113, 0, 0, 'Deathbrinder Jovaan'),
|
||
(21633, 3, -3306.25, 2935.73, 171.029, 0, 0, 'Deathbrinder Jovaan'),
|
||
(21633, 4, -3304.26, 2930.78, 170.987, 0, 0, 'Deathbrinder Jovaan'),
|
||
(21633, 5, -3307.61, 2936.39, 170.992, 0, 0, 'Deathbrinder Jovaan'),
|
||
(21633, 6, -3309.42, 2942.62, 171.119, 0, 0, 'Deathbrinder Jovaan'),
|
||
(21685, 1, -3619.83, 1857.98, 48.1777, 0, 0, 'Oronok Torn-heart'),
|
||
(21685, 2, -3624.58, 1856.23, 48.6777, 0, 0, 'Oronok Torn-heart'),
|
||
(21685, 3, -3625.79, 1855.87, 49.385, 0, 0, 'Oronok Torn-heart'),
|
||
(21685, 4, -3627.79, 1855.12, 50.135, 0, 0, 'Oronok Torn-heart'),
|
||
(21685, 5, -3629.54, 1854.62, 51.135, 0, 0, 'Oronok Torn-heart'),
|
||
(21685, 6, -3630.29, 1854.37, 51.635, 0, 0, 'Oronok Torn-heart'),
|
||
(21685, 7, -3631.29, 1854.12, 53.135, 0, 0, 'Oronok Torn-heart'),
|
||
(21685, 8, -3632.29, 1853.87, 53.885, 0, 0, 'Oronok Torn-heart'),
|
||
(21685, 9, -3632.53, 1853.49, 54.0415, 0, 0, 'Oronok Torn-heart'),
|
||
(21685, 10, -3634.53, 1852.99, 56.2915, 0, 0, 'Oronok Torn-heart'),
|
||
(21685, 11, -3637.03, 1852.24, 57.7915, 0, 0, 'Oronok Torn-heart'),
|
||
(21685, 12, -3640.95, 1852.14, 57.4656, 0, 0, 'Oronok Torn-heart'),
|
||
(21686, 1, -3618.58, 1866.53, 48.2374, 0, 0, 'Borak, Son of Oronok'),
|
||
(21686, 2, -3620.31, 1865.76, 48.4759, 0, 0, 'Borak, Son of Oronok'),
|
||
(21686, 3, -3622.81, 1865.26, 48.9759, 0, 0, 'Borak, Son of Oronok'),
|
||
(21686, 4, -3624.81, 1864.51, 49.4759, 0, 0, 'Borak, Son of Oronok'),
|
||
(21686, 5, -3626.31, 1863.9, 50.1328, 0, 0, 'Borak, Son of Oronok'),
|
||
(21686, 6, -3628.31, 1863.4, 50.8828, 0, 0, 'Borak, Son of Oronok'),
|
||
(21686, 7, -3630.31, 1862.65, 51.3828, 0, 0, 'Borak, Son of Oronok'),
|
||
(21686, 8, -3632.81, 1861.9, 52.1328, 0, 0, 'Borak, Son of Oronok'),
|
||
(21686, 9, -3634.81, 1861.4, 52.8828, 0, 0, 'Borak, Son of Oronok'),
|
||
(21686, 10, -3634.81, 1861.14, 53.0337, 0, 0, 'Borak, Son of Oronok'),
|
||
(21686, 11, -3636.56, 1860.64, 53.7837, 0, 0, 'Borak, Son of Oronok'),
|
||
(21686, 12, -3639.31, 1859.89, 54.2837, 0, 0, 'Borak, Son of Oronok'),
|
||
(21686, 13, -3641.06, 1859.39, 55.0337, 0, 0, 'Borak, Son of Oronok'),
|
||
(21686, 14, -3643.06, 1858.64, 56.0337, 0, 0, 'Borak, Son of Oronok'),
|
||
(21686, 15, -3643.16, 1857.9, 56.3382, 0, 0, 'Borak, Son of Oronok'),
|
||
(21686, 16, -3644.66, 1857.15, 57.0882, 0, 0, 'Borak, Son of Oronok'),
|
||
(21686, 17, -3646.23, 1855.51, 57.3797, 0, 0, 'Borak, Son of Oronok'),
|
||
(21686, 18, -3648.23, 1853.76, 58.3797, 0, 0, 'Borak, Son of Oronok'),
|
||
(21687, 1, -3620.27, 1862.06, 48.4432, 0, 0, 'Gromtor, Son of Oronok'),
|
||
(21687, 2, -3623.02, 1861.06, 48.9432, 0, 0, 'Gromtor, Son of Oronok'),
|
||
(21687, 3, -3626.02, 1860.06, 49.9432, 0, 0, 'Gromtor, Son of Oronok'),
|
||
(21687, 4, -3629.77, 1858.81, 50.9432, 0, 0, 'Gromtor, Son of Oronok'),
|
||
(21687, 5, -3631.52, 1858.31, 51.6932, 0, 0, 'Gromtor, Son of Oronok'),
|
||
(21687, 6, -3633.52, 1857.56, 52.4432, 0, 0, 'Gromtor, Son of Oronok'),
|
||
(21687, 7, -3634.52, 1857.31, 53.4432, 0, 0, 'Gromtor, Son of Oronok'),
|
||
(21687, 8, -3636.27, 1856.56, 54.1932, 0, 0, 'Gromtor, Son of Oronok'),
|
||
(21687, 9, -3637.27, 1856.31, 55.1932, 0, 0, 'Gromtor, Son of Oronok'),
|
||
(21687, 10, -3640.27, 1855.31, 55.6932, 0, 0, 'Gromtor, Son of Oronok'),
|
||
(21687, 11, -3643.02, 1854.56, 56.4432, 0, 0, 'Gromtor, Son of Oronok'),
|
||
(21687, 12, -3642.17, 1854.78, 56.4368, 0, 0, 'Gromtor, Son of Oronok'),
|
||
(21687, 13, -3644.92, 1854.53, 56.6868, 0, 0, 'Gromtor, Son of Oronok'),
|
||
(21687, 14, -3642.17, 1854.78, 56.4368, 0, 0, 'Gromtor, Son of Oronok'),
|
||
(21687, 15, -3644.92, 1854.53, 56.6868, 0, 0, 'Gromtor, Son of Oronok'),
|
||
(21687, 16, -3646.25, 1853.08, 57.0559, 0, 0, 'Gromtor, Son of Oronok'),
|
||
(21687, 17, -3648, 1852.08, 57.8059, 0, 0, 'Gromtor, Son of Oronok'),
|
||
(21768, 1, -3724.43, 1030.95, 55.9573, 0, 0, 'Vagath'),
|
||
(21768, 2, -3721.09, 1030.28, 55.9577, 0, 0, 'Vagath'),
|
||
(21768, 3, -3725.89, 1035.81, 55.9568, 0, 0, 'Vagath'),
|
||
(21768, 4, -3726.25, 1040.24, 55.9559, 0, 0, 'Vagath'),
|
||
(21837, 1, 2268.92, 5393.45, 145.447, 0, 0, 'Summoned Wrath Hound'),
|
||
(21837, 2, 2255.47, 5407.07, 145.028, 0, 0, 'Summoned Wrath Hound'),
|
||
(21837, 3, 2243.1, 5420.32, 144.344, 0, 0, 'Summoned Wrath Hound'),
|
||
(21837, 4, 2226.79, 5438.05, 144.35, 0, 0, 'Summoned Wrath Hound'),
|
||
(21837, 5, 2211.94, 5460.01, 150.857, 0, 0, 'Summoned Wrath Hound'),
|
||
(21837, 6, 2195.83, 5463.45, 153.681, 0, 0, 'Summoned Wrath Hound'),
|
||
(21837, 7, 2188.09, 5477.5, 155.091, 0, 0, 'Summoned Wrath Hound'),
|
||
(21837, 8, 2195.3, 5464.7, 153.681, 0, 0, 'Summoned Wrath Hound'),
|
||
(21837, 9, 2208.23, 5464.17, 153.6, 0, 0, 'Summoned Wrath Hound'),
|
||
(21837, 10, 2219.88, 5446.35, 144.35, 0, 0, 'Summoned Wrath Hound'),
|
||
(21837, 11, 2210.56, 5435.39, 144.645, 0, 0, 'Summoned Wrath Hound'),
|
||
(21837, 12, 2170.01, 5423.63, 144.294, 0, 0, 'Summoned Wrath Hound'),
|
||
(21837, 13, 2142.27, 5430.44, 144.8, 0, 0, 'Summoned Wrath Hound'),
|
||
(21837, 14, 2100.59, 5447.44, 145.313, 0, 0, 'Summoned Wrath Hound'),
|
||
(21837, 15, 2046.97, 5449.16, 145.033, 0, 0, 'Summoned Wrath Hound'),
|
||
(21837, 16, 2031.7, 5416.58, 144.777, 0, 0, 'Summoned Wrath Hound'),
|
||
(21837, 17, 2010, 5392.87, 145.607, 0, 0, 'Summoned Wrath Hound'),
|
||
(21837, 18, 1951.62, 5362.66, 148.15, 0, 0, 'Summoned Wrath Hound'),
|
||
(21837, 19, 1958.2, 5340.3, 153.245, 0, 0, 'Summoned Wrath Hound'),
|
||
(21837, 20, 1950.29, 5312.92, 154.089, 0, 0, 'Summoned Wrath Hound'),
|
||
(21837, 21, 1960.22, 5301.52, 154.089, 0, 0, 'Summoned Wrath Hound'),
|
||
(21837, 22, 1980.81, 5314.19, 156.477, 0, 0, 'Summoned Wrath Hound'),
|
||
(21867, 1, -4519.98, 1004.27, 12.495, 0, 0, 'Teron Gorefiend'),
|
||
(21867, 2, -4520.01, 995.076, 11.5781, 0, 0, 'Teron Gorefiend'),
|
||
(21867, 3, -4518.75, 968.75, 12.0456, 0, 0, 'Teron Gorefiend'),
|
||
(21867, 4, -4512.09, 938.898, 2.52905, 0, 0, 'Teron Gorefiend'),
|
||
(22113, 1, -4100.05, 969.276, 24.9571, 0, 0, 'Mordenai'),
|
||
(22113, 2, -4104.06, 931.187, 18.8469, 0, 0, 'Mordenai'),
|
||
(22113, 3, -4105.65, 911.224, 16.1353, 0, 0, 'Mordenai'),
|
||
(22113, 4, -4106.05, 889.833, 14.4649, 0, 0, 'Mordenai'),
|
||
(22113, 5, -4118.47, 857.928, 8.29486, 0, 0, 'Mordenai'),
|
||
(22113, 6, -4122.4, 839.518, 10.4151, 0, 0, 'Mordenai'),
|
||
(22113, 7, -4143.45, 803.2, 9.22043, 0, 0, 'Mordenai'),
|
||
(22113, 8, -4150.96, 769.769, 6.31908, 0, 0, 'Mordenai'),
|
||
(22113, 9, -4153.1, 760.191, 3.47747, 0, 0, 'Mordenai'),
|
||
(22113, 10, -4155.08, 747.368, 1.8985, 0, 0, 'Mordenai'),
|
||
(22113, 11, -4151.37, 769.929, 6.42453, 0, 0, 'Mordenai'),
|
||
(22113, 12, -4132.84, 797.355, 8.16607, 0, 0, 'Mordenai'),
|
||
(22113, 13, -4137.32, 823.672, 9.68296, 0, 0, 'Mordenai'),
|
||
(22113, 14, -4119.16, 842.164, 9.89524, 0, 0, 'Mordenai'),
|
||
(22113, 15, -4115.26, 851.276, 7.68533, 0, 0, 'Mordenai'),
|
||
(22113, 16, -4109.66, 883.088, 13.8876, 0, 0, 'Mordenai'),
|
||
(22113, 17, -4110.74, 914.769, 17.723, 0, 0, 'Mordenai'),
|
||
(22113, 18, -4106.89, 948.026, 23.0078, 0, 0, 'Mordenai'),
|
||
(22114, 1, 2664.39, 5625.28, -12.0335, 0, 0, 'Huffer'),
|
||
(22114, 2, 2665.75, 5613.67, -11.8282, 0, 0, 'Huffer'),
|
||
(22114, 3, 2673.08, 5603.2, -11.4078, 0, 0, 'Huffer'),
|
||
(22114, 4, 2674.67, 5590.49, -10.7295, 0, 0, 'Huffer'),
|
||
(22114, 5, 2674.71, 5577.68, -10.6751, 0, 0, 'Huffer'),
|
||
(22114, 6, 2685.25, 5584.48, -10.6681, 0, 0, 'Huffer'),
|
||
(22114, 7, 2694.81, 5596.28, -11.2027, 0, 0, 'Huffer'),
|
||
(22114, 8, 2702.29, 5610.76, -10.9346, 0, 0, 'Huffer'),
|
||
(22114, 9, 2705.78, 5621.92, -10.6646, 0, 0, 'Huffer'),
|
||
(22114, 10, 2700.85, 5633.74, -11.8703, 0, 0, 'Huffer'),
|
||
(22114, 11, 2694.08, 5649.96, -13.28, 0, 0, 'Huffer'),
|
||
(22114, 12, 2682.09, 5654.45, -13.4994, 0, 0, 'Huffer'),
|
||
(22114, 13, 2670.8, 5651.71, -13.4281, 0, 0, 'Huffer'),
|
||
(22114, 14, 2665.44, 5642.68, -12.8722, 0, 0, 'Huffer'),
|
||
(22114, 15, 2662.18, 5627.92, -11.9602, 0, 0, 'Huffer'),
|
||
(22114, 16, 2662.88, 5613.93, -11.6684, 0, 0, 'Huffer'),
|
||
(22114, 17, 2669.58, 5604.36, -11.4061, 0, 0, 'Huffer'),
|
||
(22114, 18, 2679.52, 5592.87, -10.8915, 0, 0, 'Huffer'),
|
||
(22114, 19, 2692.25, 5594.31, -11.1679, 0, 0, 'Huffer'),
|
||
(22114, 20, 2698.72, 5603.96, -11.2757, 0, 0, 'Huffer'),
|
||
(22114, 21, 2709.06, 5619.39, -10.5668, 0, 0, 'Huffer'),
|
||
(22114, 22, 2705.15, 5635.22, -11.6887, 0, 0, 'Huffer'),
|
||
(22114, 23, 2696.48, 5647.7, -13.106, 0, 0, 'Huffer'),
|
||
(22114, 24, 2687.17, 5661.09, -13.6752, 0, 0, 'Huffer'),
|
||
(22114, 25, 2684.61, 5672.42, -14.2476, 0, 0, 'Huffer'),
|
||
(22114, 26, 2685.65, 5688.7, -15.4661, 0, 0, 'Huffer'),
|
||
(22114, 27, 2688.82, 5705.91, -16.4175, 0, 0, 'Huffer'),
|
||
(22114, 28, 2691.36, 5719.68, -16.3553, 0, 0, 'Huffer'),
|
||
(22114, 29, 2693.66, 5732.21, -17.13, 0, 0, 'Huffer'),
|
||
(22114, 30, 2694.38, 5745, -17.7616, 0, 0, 'Huffer'),
|
||
(22377, 1, -2765.98, 5430.21, -34.5376, 0, 0, 'Akuno'),
|
||
(22377, 2, -2767.97, 5422.27, -34.5376, 0, 0, 'Akuno'),
|
||
(22377, 3, -2772.73, 5415.69, -34.5376, 0, 0, 'Akuno'),
|
||
(22377, 4, -2780.92, 5415.52, -34.5376, 0, 0, 'Akuno'),
|
||
(22377, 5, -2791.42, 5415.29, -34.5375, 0, 0, 'Akuno'),
|
||
(22377, 6, -2803.1, 5415.04, -34.5369, 0, 0, 'Akuno'),
|
||
(22377, 7, -2806.53, 5414.83, -34.5369, 0, 0, 'Akuno'),
|
||
(22377, 8, -2813.41, 5414.9, -34.5354, 0, 0, 'Akuno'),
|
||
(22377, 9, -2816.91, 5415.05, -34.5304, 0, 0, 'Akuno'),
|
||
(22377, 10, -2826.27, 5414.4, -29.0183, 0, 0, 'Akuno'),
|
||
(22377, 11, -2827.44, 5414.62, -28.3213, 0, 0, 'Akuno'),
|
||
(22377, 12, -2836.74, 5414.38, -28.2617, 0, 0, 'Akuno'),
|
||
(22377, 13, -2850.74, 5414.03, -28.2604, 0, 0, 'Akuno'),
|
||
(22377, 14, -2860.05, 5413.79, -28.2604, 0, 0, 'Akuno'),
|
||
(22377, 15, -2868.12, 5413.59, -28.2604, 0, 0, 'Akuno'),
|
||
(22377, 16, -2876.3, 5413.28, -28.2604, 0, 0, 'Akuno'),
|
||
(22377, 17, -2882.05, 5413.08, -26.0908, 0, 0, 'Akuno'),
|
||
(22377, 18, -2889.05, 5412.85, -21.2303, 0, 0, 'Akuno'),
|
||
(22377, 19, -2892.84, 5412.9, -18.6032, 0, 0, 'Akuno'),
|
||
(22377, 20, -2895.87, 5411.14, -18.5903, 0, 0, 'Akuno'),
|
||
(22377, 21, -2895.84, 5409.21, -18.2705, 0, 0, 'Akuno'),
|
||
(22377, 22, -2895.75, 5402.21, -12.9085, 0, 0, 'Akuno'),
|
||
(22377, 23, -2895.67, 5396.85, -8.80455, 0, 0, 'Akuno'),
|
||
(22377, 24, -2895.65, 5385.91, -9.29342, 0, 0, 'Akuno'),
|
||
(22377, 25, -2895.61, 5383.6, -9.43076, 0, 0, 'Akuno'),
|
||
(22377, 26, -2895.27, 5373.11, -9.43076, 0, 0, 'Akuno'),
|
||
(22377, 27, -2894.88, 5363.73, -10.0105, 0, 0, 'Akuno'),
|
||
(22377, 28, -2894.08, 5352.07, -11.5885, 0, 0, 'Akuno'),
|
||
(22377, 29, -2888.83, 5341.71, -11.4291, 0, 0, 'Akuno'),
|
||
(22377, 30, -2881.96, 5328.16, -10.5961, 0, 0, 'Akuno'),
|
||
(22377, 31, -2872.98, 5310.43, -10.0183, 0, 0, 'Akuno'),
|
||
(22377, 32, -2864.02, 5292.76, -10.1313, 0, 0, 'Akuno'),
|
||
(22377, 33, -2857.69, 5280.27, -10.4824, 0, 0, 'Akuno'),
|
||
(22377, 34, -2850.32, 5265.72, -10.6026, 0, 0, 'Akuno'),
|
||
(22377, 35, -2846.06, 5254.76, -9.71436, 0, 0, 'Akuno'),
|
||
(22401, 1, -821.992, 2034.88, 55.0184, 0, 0, 'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower North WP 1'),
|
||
(22401, 2, -820.977, 2027.59, 63.6837, 0, 0, 'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower North WP 2'),
|
||
(22401, 3, -825.219, 2034.11, 65.8631, 0, 0, 'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower North WP 3'),
|
||
(22401, 4, -816.849, 2028.66, 49.752, 0, 0, 'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower North WP 4'),
|
||
(22401, 5, -825.249, 2026.35, 46.5842, 0, 0, 'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower North WP 5'),
|
||
(22402, 1, -897.1, 1917.56, 93.7374, 0, 0, 'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower Forge WP 1'),
|
||
(22402, 2, -903.386, 1919.14, 76.0997, 0, 0, 'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower Forge WP 2'),
|
||
(22402, 3, -898.182, 1920.16, 82.6782, 0, 0, 'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower Forge WP 3'),
|
||
(22402, 4, -901.284, 1920.17, 92.5727, 0, 0, 'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower Forge WP 4'),
|
||
(22402, 5, -894.948, 1924.78, 75.4894, 0, 0, 'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower Forge WP 5'),
|
||
(22402, 6, -894.47, 1919.87, 93.7102, 0, 0, 'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower Forge WP 6'),
|
||
(22403, 1, -978.371, 1883.56, 104.317, 0, 0, 'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower Foothill WP 1'),
|
||
(22403, 2, -974.304, 1878.93, 109.678, 0, 0, 'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower Foothill WP 2'),
|
||
(22403, 3, -974.146, 1874.82, 121.94, 0, 0, 'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower Foothill WP 3'),
|
||
(22403, 4, -982.44, 1875.44, 100.412, 0, 0, 'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower Foothill WP 4'),
|
||
(22403, 5, -975.126, 1882.18, 118.035, 0, 0, 'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower Foothill WP 5'),
|
||
(22403, 6, -979.369, 1876.67, 121.587, 0, 0, 'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower Foothill WP 6'),
|
||
(22424, 1, -3621.26, 4166.26, 1.55941, 0, 0, 'Skywing'),
|
||
(22424, 2, -3622.62, 4163.42, 2.3166, 0, 0, 'Skywing'),
|
||
(22424, 3, -3625.33, 4157.74, 4.64548, 0, 0, 'Skywing'),
|
||
(22424, 4, -3626.41, 4151.19, 7.26294, 0, 0, 'Skywing'),
|
||
(22424, 5, -3627.35, 4143.9, 10.0512, 0, 0, 'Skywing'),
|
||
(22424, 6, -3629.69, 4129.33, 18.1097, 0, 0, 'Skywing'),
|
||
(22424, 7, -3631.48, 4117.94, 26.4851, 0, 0, 'Skywing'),
|
||
(22424, 8, -3632.15, 4107.83, 33.4808, 0, 0, 'Skywing'),
|
||
(22424, 9, -3632.53, 4096.64, 42.0827, 0, 0, 'Skywing'),
|
||
(22424, 10, -3631.44, 4085.52, 49.6244, 0, 0, 'Skywing'),
|
||
(22424, 11, -3628.18, 4075.53, 54.6938, 0, 0, 'Skywing'),
|
||
(22424, 12, -3623.41, 4068.62, 58.1745, 0, 0, 'Skywing'),
|
||
(22424, 13, -3620.17, 4064.05, 60.5942, 0, 0, 'Skywing'),
|
||
(22424, 14, -3617.24, 4057.31, 62.0534, 0, 0, 'Skywing'),
|
||
(22424, 15, -3614.1, 4050.66, 63.5004, 0, 0, 'Skywing'),
|
||
(22424, 16, -3611.12, 4043.95, 64.8479, 0, 0, 'Skywing'),
|
||
(22424, 17, -3607.23, 4040.94, 65.8665, 0, 0, 'Skywing'),
|
||
(22424, 18, -3601.09, 4038.44, 67.163, 0, 0, 'Skywing'),
|
||
(22424, 19, -3597.18, 4033.5, 68.661, 0, 0, 'Skywing'),
|
||
(22424, 20, -3602.58, 4027.06, 69.5107, 0, 0, 'Skywing'),
|
||
(22424, 21, -3609.05, 4028.48, 70.5553, 0, 0, 'Skywing'),
|
||
(22424, 22, -3614.23, 4031.37, 72.286, 0, 0, 'Skywing'),
|
||
(22424, 23, -3611.68, 4038.97, 74.6319, 0, 0, 'Skywing'),
|
||
(22424, 24, -3604.73, 4041.35, 76.7952, 0, 0, 'Skywing'),
|
||
(22424, 25, -3600.63, 4034.93, 79.1791, 0, 0, 'Skywing'),
|
||
(22424, 26, -3604.06, 4028.03, 81.7191, 0, 0, 'Skywing'),
|
||
(22424, 27, -3611.94, 4030.77, 84.5613, 0, 0, 'Skywing'),
|
||
(22424, 28, -3610.29, 4038.51, 87.5848, 0, 0, 'Skywing'),
|
||
(22424, 29, -3604.54, 4041.08, 89.6741, 0, 0, 'Skywing'),
|
||
(22424, 30, -3600.75, 4033.58, 92.3198, 0, 0, 'Skywing'),
|
||
(22424, 31, -3606.45, 4029.13, 95.1272, 0, 0, 'Skywing'),
|
||
(22424, 32, -3612.6, 4033.16, 98.0352, 0, 0, 'Skywing'),
|
||
(22424, 33, -3609.07, 4039.61, 100.851, 0, 0, 'Skywing'),
|
||
(22424, 34, -3601.26, 4036.42, 104.093, 0, 0, 'Skywing'),
|
||
(22424, 35, -3603.33, 4030.84, 106.335, 0, 0, 'Skywing'),
|
||
(22424, 36, -3609.56, 4030.06, 109.118, 0, 0, 'Skywing'),
|
||
(22424, 37, -3610.35, 4037.03, 110.898, 0, 0, 'Skywing'),
|
||
(22424, 38, -3602.78, 4042.69, 113.026, 0, 0, 'Skywing'),
|
||
(22424, 39, -3602.09, 4044.07, 113.454, 0, 0, 'Skywing'),
|
||
(22424, 40, -3601, 4046.27, 111.9, 0, 0, 'Skywing'),
|
||
(22424, 41, -3598.97, 4050.35, 111.943, 0, 0, 'Skywing'),
|
||
(22424, 42, -3603.36, 4056.27, 111.966, 0, 0, 'Skywing'),
|
||
(22424, 43, -3609.93, 4055.32, 112.007, 0, 0, 'Skywing'),
|
||
(22424, 44, -3616.64, 4053.35, 112.007, 0, 0, 'Skywing'),
|
||
(22424, 45, -3622.91, 4046.27, 112.005, 0, 0, 'Skywing'),
|
||
(22424, 46, -3625.73, 4031.57, 112.001, 0, 0, 'Skywing'),
|
||
(22424, 47, -3623.86, 4024.83, 112.001, 0, 0, 'Skywing'),
|
||
(22424, 48, -3617.82, 4017.11, 112, 0, 0, 'Skywing'),
|
||
(22424, 49, -3609.08, 4011.3, 112.006, 0, 0, 'Skywing'),
|
||
(22424, 50, -3601.41, 4014.74, 111.999, 0, 0, 'Skywing'),
|
||
(22424, 51, -3590.96, 4021.77, 112.001, 0, 0, 'Skywing'),
|
||
(22424, 52, -3586.16, 4036.4, 112.002, 0, 0, 'Skywing'),
|
||
(22424, 53, -3579.69, 4033.69, 111.911, 0, 0, 'Skywing'),
|
||
(22424, 54, -3573.43, 4033.06, 108.752, 0, 0, 'Skywing'),
|
||
(22424, 55, -3565.08, 4032.06, 106.208, 0, 0, 'Skywing'),
|
||
(22424, 56, -3554.29, 4031.13, 105.318, 0, 0, 'Skywing'),
|
||
(22424, 57, -3545.24, 4030.22, 106.381, 0, 0, 'Skywing'),
|
||
(22424, 58, -3535.15, 4029.21, 109.962, 0, 0, 'Skywing'),
|
||
(22424, 59, -3531.33, 4028.81, 111.879, 0, 0, 'Skywing'),
|
||
(22424, 60, -3523.64, 4028, 112.523, 0, 0, 'Skywing'),
|
||
(22424, 61, -3520.49, 4034.27, 112.608, 0, 0, 'Skywing'),
|
||
(22424, 62, -3515.68, 4041.13, 112.647, 0, 0, 'Skywing'),
|
||
(22424, 63, -3507.02, 4044.92, 112.971, 0, 0, 'Skywing'),
|
||
(22424, 64, -3500.15, 4043.56, 113.102, 0, 0, 'Skywing'),
|
||
(22424, 65, -3494.33, 4036.55, 113.115, 0, 0, 'Skywing'),
|
||
(22424, 66, -3490.92, 4027.38, 113.117, 0, 0, 'Skywing'),
|
||
(22424, 67, -3489.2, 4021.19, 113.122, 0, 0, 'Skywing'),
|
||
(22424, 68, -3492.73, 4014.82, 113.116, 0, 0, 'Skywing'),
|
||
(22424, 69, -3502.03, 4009.95, 113.116, 0, 0, 'Skywing'),
|
||
(22424, 70, -3512.5, 4009.17, 112.986, 0, 0, 'Skywing'),
|
||
(22424, 71, -3521.33, 4012.09, 112.916, 0, 0, 'Skywing'),
|
||
(22424, 72, -3522.77, 4011.08, 112.87, 0, 0, 'Skywing'),
|
||
(22424, 73, -3542.31, 4008.05, 92.7418, 0, 0, 'Skywing'),
|
||
(22424, 74, -3550.27, 4006.77, 92.8591, 0, 0, 'Skywing'),
|
||
(22424, 75, -3555.85, 4001.49, 92.9244, 0, 0, 'Skywing'),
|
||
(22424, 76, -3555.59, 3991.35, 92.9177, 0, 0, 'Skywing'),
|
||
(22424, 77, -3550.2, 3984.01, 92.9159, 0, 0, 'Skywing'),
|
||
(22424, 78, -3542.41, 3981.99, 92.9141, 0, 0, 'Skywing'),
|
||
(22424, 79, -3531.53, 3987.66, 92.9618, 0, 0, 'Skywing'),
|
||
(22424, 80, -3530.05, 3994.49, 92.7201, 0, 0, 'Skywing'),
|
||
(22424, 81, -3533.03, 4002.35, 92.6635, 0, 0, 'Skywing'),
|
||
(22424, 82, -3535.36, 4009.31, 92.2945, 0, 0, 'Skywing'),
|
||
(22424, 83, -3532.85, 4014.32, 90.9102, 0, 0, 'Skywing'),
|
||
(22424, 84, -3531.52, 4021.91, 87.4497, 0, 0, 'Skywing'),
|
||
(22424, 85, -3529, 4031.39, 85.6917, 0, 0, 'Skywing'),
|
||
(22424, 86, -3526.64, 4041.28, 86.618, 0, 0, 'Skywing'),
|
||
(22424, 87, -3524.63, 4050.14, 89.8693, 0, 0, 'Skywing'),
|
||
(22424, 88, -3523.59, 4055.65, 92.8619, 0, 0, 'Skywing'),
|
||
(22424, 89, -3520.47, 4058.97, 92.9301, 0, 0, 'Skywing'),
|
||
(22424, 90, -3512.08, 4062.54, 92.9185, 0, 0, 'Skywing'),
|
||
(22424, 91, -3506.69, 4067.5, 92.9206, 0, 0, 'Skywing'),
|
||
(22424, 92, -3505.27, 4072.56, 92.919, 0, 0, 'Skywing'),
|
||
(22432, 1, -709.65, 2753.99, 103.5, 0, 0, 'Colonel Jules'),
|
||
(22432, 2, -710.557, 2753.94, 103.5, 0, 0, 'Colonel Jules'),
|
||
(22432, 3, -711.909, 2750.3, 104.14, 0, 0, 'Colonel Jules'),
|
||
(22432, 4, -713.904, 2746.49, 104.331, 0, 0, 'Colonel Jules'),
|
||
(22432, 5, -711.184, 2742.27, 103.904, 0, 0, 'Colonel Jules'),
|
||
(22432, 6, -708.22, 2742.91, 103.904, 0, 0, 'Colonel Jules'),
|
||
(22432, 7, -708.57, 2748.6, 105.099, 0, 0, 'Colonel Jules'),
|
||
(22432, 8, -711.74, 2752.01, 106.086, 0, 0, 'Colonel Jules'),
|
||
(22432, 9, -714.274, 2749.76, 105.396, 0, 0, 'Colonel Jules'),
|
||
(22432, 10, -713.429, 2744.81, 104.753, 0, 0, 'Colonel Jules'),
|
||
(22432, 11, -709.864, 2745.16, 104.659, 0, 0, 'Colonel Jules'),
|
||
(22432, 12, -709.463, 2751.23, 106.032, 0, 0, 'Colonel Jules'),
|
||
(22432, 13, -713.553, 2748.7, 105.051, 0, 0, 'Colonel Jules'),
|
||
(22432, 14, -713.526, 2746.73, 104.833, 0, 0, 'Colonel Jules'),
|
||
(22432, 15, -711.496, 2743.84, 104.833, 0, 0, 'Colonel Jules'),
|
||
(22432, 16, -714.383, 2746.02, 104.647, 0, 0, 'Colonel Jules'),
|
||
(22432, 17, -714.456, 2749.98, 104.089, 0, 0, 'Colonel Jules'),
|
||
(22432, 18, -710.608, 2750.5, 103.973, 0, 0, 'Colonel Jules'),
|
||
(22432, 19, -707.983, 2747.36, 104.798, 0, 0, 'Colonel Jules'),
|
||
(22432, 20, -710.613, 2744.9, 104.477, 0, 0, 'Colonel Jules'),
|
||
(22432, 21, -714.8, 2745.95, 104.101, 0, 0, 'Colonel Jules'),
|
||
(22432, 22, -714.631, 2748.01, 104.43, 0, 0, 'Colonel Jules'),
|
||
(22432, 23, -711.024, 2750.26, 103.991, 0, 0, 'Colonel Jules'),
|
||
(22432, 24, -707.63, 2748.21, 104.214, 0, 0, 'Colonel Jules'),
|
||
(22432, 25, -708.827, 2745.44, 104.154, 0, 0, 'Colonel Jules'),
|
||
(22432, 26, -711.388, 2742.96, 103.953, 0, 0, 'Colonel Jules'),
|
||
(22432, 27, -714.002, 2745.32, 103.913, 0, 0, 'Colonel Jules'),
|
||
(22432, 28, -714.457, 2749.44, 103.033, 0, 0, 'Colonel Jules'),
|
||
(22432, 29, -713.108, 2751.62, 103.678, 0, 0, 'Colonel Jules'),
|
||
(22432, 30, -708.345, 2750.1, 103.533, 0, 0, 'Colonel Jules'),
|
||
(22432, 31, -707.695, 2747.56, 103.752, 0, 0, 'Colonel Jules'),
|
||
(22432, 32, -709.438, 2743.11, 104.164, 0, 0, 'Colonel Jules'),
|
||
(22432, 33, -712.881, 2743.51, 105.306, 0, 0, 'Colonel Jules'),
|
||
(22432, 34, -713.839, 2747.58, 105.144, 0, 0, 'Colonel Jules'),
|
||
(22432, 35, -712.62, 2751.28, 105.144, 0, 0, 'Colonel Jules'),
|
||
(22432, 36, -709.074, 2751.49, 105.238, 0, 0, 'Colonel Jules'),
|
||
(22432, 37, -708.597, 2747.29, 105.812, 0, 0, 'Colonel Jules'),
|
||
(22432, 38, -712.156, 2745.36, 105.812, 0, 0, 'Colonel Jules'),
|
||
(22432, 39, -708.514, 2743.51, 105.116, 0, 0, 'Colonel Jules'),
|
||
(22432, 40, -707.708, 2747.04, 104.76, 0, 0, 'Colonel Jules'),
|
||
(22432, 41, -710.911, 2751.85, 104.267, 0, 0, 'Colonel Jules'),
|
||
(22432, 42, -714.12, 2749.66, 103.384, 0, 0, 'Colonel Jules'),
|
||
(22432, 43, -713.635, 2744.45, 103.595, 0, 0, 'Colonel Jules'),
|
||
(22432, 44, -710.211, 2754.36, 102.367, 0, 0, 'Colonel Jules'),
|
||
(22458, 1, -3743.63, 5384.38, -6.24766, 0, 0, 'Chief Archaeologist Letoll'),
|
||
(22458, 2, -3739.58, 5375.99, -7.65087, 0, 0, 'Chief Archaeologist Letoll'),
|
||
(22458, 3, -3730.59, 5365.27, -9.40853, 0, 0, 'Chief Archaeologist Letoll'),
|
||
(22458, 4, -3716.52, 5364.92, -10.0641, 0, 0, 'Chief Archaeologist Letoll'),
|
||
(22458, 5, -3702.52, 5365.01, -10.6171, 0, 0, 'Chief Archaeologist Letoll'),
|
||
(22458, 6, -3685.79, 5373.34, -10.346, 0, 0, 'Chief Archaeologist Letoll'),
|
||
(22458, 7, -3666.99, 5382.7, -11.0679, 0, 0, 'Chief Archaeologist Letoll'),
|
||
(22458, 8, -3648.26, 5392.03, -11.63, 0, 0, 'Chief Archaeologist Letoll'),
|
||
(22458, 9, -3630.57, 5400.84, -11.2587, 0, 0, 'Chief Archaeologist Letoll'),
|
||
(22458, 10, -3613.28, 5403.56, -12.6312, 0, 0, 'Chief Archaeologist Letoll'),
|
||
(22458, 11, -3595.41, 5412.11, -14.5775, 0, 0, 'Chief Archaeologist Letoll'),
|
||
(22458, 12, -3576.47, 5421.18, -15.7787, 0, 0, 'Chief Archaeologist Letoll'),
|
||
(22458, 13, -3563.81, 5431.46, -14.7978, 0, 0, 'Chief Archaeologist Letoll'),
|
||
(22458, 14, -3559.34, 5444.63, -12.1873, 0, 0, 'Chief Archaeologist Letoll'),
|
||
(22458, 15, -3554.7, 5454.06, -11.3631, 0, 0, 'Chief Archaeologist Letoll'),
|
||
(22458, 16, -3558.27, 5468.99, -7.75, 0, 0, 'Chief Archaeologist Letoll'),
|
||
(22458, 17, -3548.65, 5457.35, -12.32, 0, 0, 'Chief Archaeologist Letoll'),
|
||
(22464, 1, -3725.1, 5381.9, -4.4, 0, 0, ''),
|
||
(22464, 2, -3735.7, 5390.7, -5.7, 0, 0, ''),
|
||
(22464, 3, -3728.4, 5384.1, -3.4, 0, 0, ''),
|
||
(22464, 4, -3703.1, 5371.4, -10.1, 0, 0, ''),
|
||
(22464, 5, -3619.6, 5400.8, -12.1, 0, 0, ''),
|
||
(22464, 6, -3554.2, 5451.1, -11.8, 0, 0, ''),
|
||
(22464, 7, -3563.1, 5462.8, -6.5, 0, 0, ''),
|
||
(22464, 8, -3551.1, 5454, -11.9, 0, 0, ''),
|
||
(22507, 1, -711.317, 2748.46, 104.93, 0, 0, 'Darkness Released'),
|
||
(22507, 2, -713.449, 2745.72, 105.2, 0, 0, 'Darkness Released'),
|
||
(22507, 3, -712.575, 2743.63, 104.704, 0, 0, 'Darkness Released'),
|
||
(22507, 4, -709.914, 2743.95, 104.46, 0, 0, 'Darkness Released'),
|
||
(22507, 5, -708.159, 2747.59, 104.885, 0, 0, 'Darkness Released'),
|
||
(22507, 6, -708.617, 2750.27, 105.226, 0, 0, 'Darkness Released'),
|
||
(22820, 1, -3724.76, 1036.54, 55.9986, 0, 0, 'Seer Olum'),
|
||
(22820, 2, -3723.39, 1033.15, 56.2068, 0, 0, 'Seer Olum'),
|
||
(22870, 1, -3718.94, 1032.77, 63.8443, 0, 0, 'Olums Spirit'),
|
||
(22990, 1, -3570.33, 620.32, 6.41, 0, 0, 'Akama'),
|
||
(22990, 2, -3570.23, 588.86, 10.39, 0, 0, 'Akama'),
|
||
(22990, 3, -3572.74, 559.12, 13.55, 0, 0, 'Akama'),
|
||
(22990, 4, -3558.79, 545.08, 15.62, 0, 0, 'Akama'),
|
||
(22990, 5, -3562.6, 511.74, 19.23, 0, 0, 'Akama'),
|
||
(22990, 6, -3568.41, 482.69, 22.44, 0, 0, 'Akama'),
|
||
(22990, 7, -3569.81, 473.76, 23.32, 0, 0, 'Akama'),
|
||
(22990, 8, -3577.9, 425.75, 29.02, 0, 0, 'Akama'),
|
||
(22990, 9, -3596.3, 409.57, 31.74, 0, 0, 'Akama'),
|
||
(22990, 10, -3597.12, 369.52, 35.27, 0, 0, 'Akama'),
|
||
(22990, 11, -3600.23, 350.08, 38.9, 0, 0, 'Akama'),
|
||
(22990, 12, -3644.38, 316.13, 35.17, 0, 0, 'Akama'),
|
||
(23030, 1, 706.318, 875.647, 93.6386, 0, 0, 'Dragonmaw Sky Stalker'),
|
||
(23030, 2, 728.807, 902.189, 97.3182, 0, 0, 'Dragonmaw Sky Stalker'),
|
||
(23030, 3, 768.054, 931.133, 100.247, 0, 0, 'Dragonmaw Sky Stalker'),
|
||
(23030, 4, 790.704, 920.723, 101.633, 0, 0, 'Dragonmaw Sky Stalker'),
|
||
(23030, 5, 799.62, 898.133, 104.047, 0, 0, 'Dragonmaw Sky Stalker'),
|
||
(23030, 6, 803.013, 860.275, 109.296, 0, 0, 'Dragonmaw Sky Stalker'),
|
||
(23030, 7, 794.411, 793.525, 115.436, 0, 0, 'Dragonmaw Sky Stalker'),
|
||
(23030, 8, 791.446, 758.66, 115.64, 0, 0, 'Dragonmaw Sky Stalker'),
|
||
(23030, 9, 773.516, 708.709, 116.359, 0, 0, 'Dragonmaw Sky Stalker'),
|
||
(23030, 10, 743.357, 690.984, 115.951, 0, 0, 'Dragonmaw Sky Stalker'),
|
||
(23030, 11, 737.599, 690.243, 115.881, 0, 0, 'Dragonmaw Sky Stalker'),
|
||
(23030, 12, 675.973, 691.612, 115.606, 0, 0, 'Dragonmaw Sky Stalker'),
|
||
(23030, 13, 634.253, 705.726, 114.521, 0, 0, 'Dragonmaw Sky Stalker'),
|
||
(23030, 14, 611.134, 735.934, 112.619, 0, 0, 'Dragonmaw Sky Stalker'),
|
||
(23030, 15, 601.262, 764.521, 111.237, 0, 0, 'Dragonmaw Sky Stalker'),
|
||
(23030, 16, 599.923, 802.768, 108.17, 0, 0, 'Dragonmaw Sky Stalker'),
|
||
(23030, 17, 609.462, 841.943, 104.524, 0, 0, 'Dragonmaw Sky Stalker'),
|
||
(23030, 18, 609.768, 855.905, 103.636, 0, 0, 'Dragonmaw Sky Stalker'),
|
||
(23030, 19, 612.719, 916.945, 99.8388, 0, 0, 'Dragonmaw Sky Stalker'),
|
||
(23030, 20, 641.327, 935.371, 96.849, 0, 0, 'Dragonmaw Sky Stalker'),
|
||
(23030, 21, 664.531, 935.643, 96.1041, 0, 0, 'Dragonmaw Sky Stalker'),
|
||
(23030, 22, 693.135, 914.144, 95.5393, 0, 0, 'Dragonmaw Sky Stalker'),
|
||
(23030, 23, 700.394, 878.148, 94.6207, 0, 0, 'Dragonmaw Sky Stalker'),
|
||
(23282, 1, 2428.08, 6980.77, 369.768, 0, 0, 'Obsidia'),
|
||
(23330, 1, 706.318, 875.647, 93.6386, 0, 0, 'Dragonmaw Wind Reaver'),
|
||
(23330, 2, 728.807, 902.189, 97.3182, 0, 0, 'Dragonmaw Wind Reaver'),
|
||
(23330, 3, 768.054, 931.133, 100.247, 0, 0, 'Dragonmaw Wind Reaver'),
|
||
(23330, 4, 790.704, 920.723, 101.633, 0, 0, 'Dragonmaw Wind Reaver'),
|
||
(23330, 5, 799.62, 898.133, 104.047, 0, 0, 'Dragonmaw Wind Reaver'),
|
||
(23330, 6, 803.013, 860.275, 109.296, 0, 0, 'Dragonmaw Wind Reaver'),
|
||
(23330, 7, 794.411, 793.525, 115.436, 0, 0, 'Dragonmaw Wind Reaver'),
|
||
(23330, 8, 791.446, 758.66, 115.64, 0, 0, 'Dragonmaw Wind Reaver'),
|
||
(23330, 9, 773.516, 708.709, 116.359, 0, 0, 'Dragonmaw Wind Reaver'),
|
||
(23330, 10, 743.357, 690.984, 115.951, 0, 0, 'Dragonmaw Wind Reaver'),
|
||
(23330, 11, 737.599, 690.243, 115.881, 0, 0, 'Dragonmaw Wind Reaver'),
|
||
(23330, 12, 675.973, 691.612, 115.606, 0, 0, 'Dragonmaw Wind Reaver'),
|
||
(23330, 13, 634.253, 705.726, 114.521, 0, 0, 'Dragonmaw Wind Reaver'),
|
||
(23330, 14, 611.134, 735.934, 112.619, 0, 0, 'Dragonmaw Wind Reaver'),
|
||
(23330, 15, 601.262, 764.521, 111.237, 0, 0, 'Dragonmaw Wind Reaver'),
|
||
(23330, 16, 599.923, 802.768, 108.17, 0, 0, 'Dragonmaw Wind Reaver'),
|
||
(23330, 17, 609.462, 841.943, 104.524, 0, 0, 'Dragonmaw Wind Reaver'),
|
||
(23330, 18, 609.768, 855.905, 103.636, 0, 0, 'Dragonmaw Wind Reaver'),
|
||
(23330, 19, 612.719, 916.945, 99.8388, 0, 0, 'Dragonmaw Wind Reaver'),
|
||
(23330, 20, 641.327, 935.371, 96.849, 0, 0, 'Dragonmaw Wind Reaver'),
|
||
(23330, 21, 664.531, 935.643, 96.1041, 0, 0, 'Dragonmaw Wind Reaver'),
|
||
(23330, 22, 693.135, 914.144, 95.5393, 0, 0, 'Dragonmaw Wind Reaver'),
|
||
(23330, 23, 700.394, 878.148, 94.6207, 0, 0, 'Dragonmaw Wind Reaver'),
|
||
(23340, 1, -5094.56, 646.038, 87.2043, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 2, -5097.64, 660.054, 87.5581, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 3, -5095.23, 662.83, 87.6506, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 4, -5081.62, 663.375, 88.9826, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 5, -5026.09, 664.847, 98.0088, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 6, -4988.04, 667.552, 100.198, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 7, -4985.78, 705.424, 107.845, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 8, -4998.67, 747.661, 108.399, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 9, -5006.4, 776.745, 129.717, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 10, -5070.62, 786.927, 180.437, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 11, -5116.9, 777.487, 144.162, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 12, -5183.61, 676.925, 156.482, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 13, -5202.66, 581.352, 112.955, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 14, -5212.29, 498.071, 165.252, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 15, -5159.92, 471.803, 166.377, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 16, -5098.13, 473.925, 163.864, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 17, -5052.66, 476.555, 156.071, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 18, -5020.59, 494.831, 161.309, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 19, -4975.82, 516.719, 127.38, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 20, -4940.41, 527.58, 144.494, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 21, -4884.46, 496.736, 140.731, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 22, -4841.46, 488.188, 136.74, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 23, -4805.09, 508.387, 133.952, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 24, -4791.09, 450.373, 125.99, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 25, -4834.56, 416.905, 117.32, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 26, -4893.15, 382.526, 135.45, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 27, -4967.23, 399.009, 122.802, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 28, -4989.25, 440.067, 108.982, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 29, -5016.5, 476.014, 110.362, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 30, -4997.99, 521.923, 109.513, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 31, -4953.36, 544.093, 114.784, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 32, -4907.47, 550.216, 119.754, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 33, -4876.8, 619.307, 118.276, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 34, -4889.19, 654.449, 113.983, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 35, -4920.7, 672.807, 109.915, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 36, -4955.09, 668.963, 105.206, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 37, -5023.97, 666.12, 92.4113, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 38, -5071.54, 665.305, 89.4341, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 39, -5097.64, 664.896, 87.6522, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 40, -5098.6, 652.373, 87.5737, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23340, 41, -5096.05, 644.517, 87.2189, 0, 0, 'Murg "Oldie" Muckjaw'),
|
||
(23342, 1, -5094.56, 646.038, 87.1043, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 2, -5097.64, 660.054, 87.5581, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 3, -5095.23, 662.83, 87.8506, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 4, -5081.62, 663.375, 89.3826, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 5, -5026.09, 664.847, 98.0088, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 6, -4988.04, 667.552, 100.198, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 7, -4985.78, 705.424, 107.845, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 8, -4998.67, 747.661, 108.399, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 9, -5006.4, 776.745, 129.717, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 10, -5070.62, 786.927, 180.437, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 11, -5116.9, 777.487, 144.162, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 12, -5183.61, 676.925, 156.482, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 13, -5202.66, 581.352, 112.955, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 14, -5212.29, 498.071, 165.252, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 15, -5159.92, 471.803, 166.377, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 16, -5098.13, 473.925, 163.864, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 17, -5052.66, 476.555, 156.071, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 18, -5020.59, 494.831, 161.309, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 19, -4975.82, 516.719, 127.38, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 20, -4940.41, 527.58, 144.494, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 21, -4884.46, 496.736, 140.731, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 22, -4841.46, 488.188, 136.74, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 23, -4805.09, 508.387, 133.952, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 24, -4791.09, 450.373, 125.99, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 25, -4834.56, 416.905, 117.32, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 26, -4893.15, 382.526, 135.45, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 27, -4967.23, 399.009, 122.802, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 28, -4989.25, 440.067, 108.982, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 29, -5016.5, 476.014, 110.362, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 30, -4997.99, 521.923, 109.513, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 31, -4953.36, 544.093, 114.784, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 32, -4907.47, 550.216, 119.754, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 33, -4876.8, 619.307, 118.276, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 34, -4889.19, 654.449, 113.983, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 35, -4920.7, 672.807, 109.915, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 36, -4955.09, 668.963, 105.206, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 37, -5023.97, 666.12, 92.4113, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 38, -5071.54, 665.305, 89.4341, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 39, -5097.64, 664.896, 87.6522, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 40, -5098.6, 652.373, 87.5737, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23342, 41, -5096.05, 644.517, 87.2189, 0, 0, 'Trope the Filth-Belcher'),
|
||
(23344, 1, -5094.66, 642.169, 86.9278, 0, 0, 'Corlok the Vet'),
|
||
(23344, 2, -5099.02, 653.186, 87.4071, 0, 0, 'Corlok the Vet'),
|
||
(23344, 3, -5092.6, 664.835, 88.1206, 0, 0, 'Corlok the Vet'),
|
||
(23344, 4, -5080.97, 664.741, 89.2517, 0, 0, 'Corlok the Vet'),
|
||
(23344, 5, -5013.39, 664.365, 96.3073, 0, 0, 'Corlok the Vet'),
|
||
(23344, 6, -5030.49, 641.083, 120.951, 0, 0, 'Corlok the Vet'),
|
||
(23344, 7, -5011.5, 624.658, 128.945, 0, 0, 'Corlok the Vet'),
|
||
(23344, 8, -4976.25, 609.167, 131.847, 0, 0, 'Corlok the Vet'),
|
||
(23344, 9, -4968.57, 593.818, 128.138, 0, 0, 'Corlok the Vet'),
|
||
(23344, 10, -4975.71, 567.568, 122.242, 0, 0, 'Corlok the Vet'),
|
||
(23344, 11, -4992.93, 541.658, 124.877, 0, 0, 'Corlok the Vet'),
|
||
(23344, 12, -5018.65, 525.73, 124.381, 0, 0, 'Corlok the Vet'),
|
||
(23344, 13, -5062.31, 524.193, 131.825, 0, 0, 'Corlok the Vet'),
|
||
(23344, 14, -5110.08, 515.493, 132.262, 0, 0, 'Corlok the Vet'),
|
||
(23344, 15, -5136.43, 504.138, 124.353, 0, 0, 'Corlok the Vet'),
|
||
(23344, 16, -5169.05, 471.514, 128.497, 0, 0, 'Corlok the Vet'),
|
||
(23344, 17, -5215.87, 427.216, 123.842, 0, 0, 'Corlok the Vet'),
|
||
(23344, 18, -5260.04, 381.145, 75.3805, 0, 0, 'Corlok the Vet'),
|
||
(23344, 19, -5279.86, 351.083, 84.823, 0, 0, 'Corlok the Vet'),
|
||
(23344, 20, -5278.54, 308.535, 81.3559, 0, 0, 'Corlok the Vet'),
|
||
(23344, 21, -5257.15, 279.456, 77.8807, 0, 0, 'Corlok the Vet'),
|
||
(23344, 22, -5231.97, 264.377, 75.0612, 0, 0, 'Corlok the Vet'),
|
||
(23344, 23, -5212.85, 246.921, 75.6135, 0, 0, 'Corlok the Vet'),
|
||
(23344, 24, -5208.43, 225.199, 76.1251, 0, 0, 'Corlok the Vet'),
|
||
(23344, 25, -5207.37, 176.583, 73.1752, 0, 0, 'Corlok the Vet'),
|
||
(23344, 26, -5181.27, 72.6699, 98.6859, 0, 0, 'Corlok the Vet'),
|
||
(23344, 27, -5122.27, 46.2645, 124.749, 0, 0, 'Corlok the Vet'),
|
||
(23344, 28, -5058.83, 37.3311, 132.444, 0, 0, 'Corlok the Vet'),
|
||
(23344, 29, -5020.16, 8.79054, 144.253, 0, 0, 'Corlok the Vet'),
|
||
(23344, 30, -5009.11, -41.4904, 140.305, 0, 0, 'Corlok the Vet'),
|
||
(23344, 31, -5039.29, -101.374, 133.709, 0, 0, 'Corlok the Vet'),
|
||
(23344, 32, -5076.44, -110.698, 133.671, 0, 0, 'Corlok the Vet'),
|
||
(23344, 33, -5110.74, -107.132, 131.541, 0, 0, 'Corlok the Vet'),
|
||
(23344, 34, -5160.48, -80.2224, 127.582, 0, 0, 'Corlok the Vet'),
|
||
(23344, 35, -5180.68, 18.7902, 130.192, 0, 0, 'Corlok the Vet'),
|
||
(23344, 36, -5239.71, 64.3641, 125.863, 0, 0, 'Corlok the Vet'),
|
||
(23344, 37, -5272.64, 93.122, 102.861, 0, 0, 'Corlok the Vet'),
|
||
(23344, 38, -5299.94, 147.154, 102.599, 0, 0, 'Corlok the Vet'),
|
||
(23344, 39, -5284.9, 252.429, 97.7294, 0, 0, 'Corlok the Vet'),
|
||
(23344, 40, -5232.04, 268.628, 75.8885, 0, 0, 'Corlok the Vet'),
|
||
(23344, 41, -5200.06, 281.96, 75.8803, 0, 0, 'Corlok the Vet'),
|
||
(23344, 42, -5179.37, 308.571, 75.2391, 0, 0, 'Corlok the Vet'),
|
||
(23344, 43, -5174.71, 339.543, 74.8148, 0, 0, 'Corlok the Vet'),
|
||
(23344, 44, -5183.03, 359.88, 79.2474, 0, 0, 'Corlok the Vet'),
|
||
(23344, 45, -5194.4, 382.73, 84.4609, 0, 0, 'Corlok the Vet'),
|
||
(23344, 46, -5173.2, 431.042, 90.3253, 0, 0, 'Corlok the Vet'),
|
||
(23344, 47, -5145.51, 472.726, 102.904, 0, 0, 'Corlok the Vet'),
|
||
(23344, 48, -5100.07, 500.221, 103.275, 0, 0, 'Corlok the Vet'),
|
||
(23344, 49, -5057.29, 508.873, 104.392, 0, 0, 'Corlok the Vet'),
|
||
(23344, 50, -4998.65, 529.313, 111.632, 0, 0, 'Corlok the Vet'),
|
||
(23344, 51, -4978.84, 554.876, 114.642, 0, 0, 'Corlok the Vet'),
|
||
(23344, 52, -4956.67, 599.9, 108.723, 0, 0, 'Corlok the Vet'),
|
||
(23344, 53, -4968.9, 647.118, 100.11, 0, 0, 'Corlok the Vet'),
|
||
(23344, 54, -4988.58, 659.373, 98.5294, 0, 0, 'Corlok the Vet'),
|
||
(23344, 55, -5037.48, 662.584, 92.5092, 0, 0, 'Corlok the Vet'),
|
||
(23344, 56, -5065.82, 664.006, 89.5423, 0, 0, 'Corlok the Vet'),
|
||
(23344, 57, -5102.95, 662.805, 87.425, 0, 0, 'Corlok the Vet'),
|
||
(23344, 58, -5094.39, 643.476, 87.2949, 0, 0, 'Corlok the Vet'),
|
||
(23344, 59, -5090.01, 642.519, 86.9716, 0, 0, 'Corlok the Vet'),
|
||
(23345, 1, -5074.62, 639.673, 86.9331, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 2, -5091.72, 640.899, 86.9896, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 3, -5099.78, 661.451, 87.4432, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 4, -5090.78, 664.342, 88.3554, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 5, -5067.89, 664.518, 89.9139, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 6, -4974.12, 662.561, 93.8796, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 7, -4906.46, 640.801, 88.7705, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 8, -4921.31, 579.589, 88.8252, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 9, -4970.17, 540.006, 100.316, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 10, -5018.59, 499.593, 97.0844, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 11, -5001.56, 456.6, 94.0664, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 12, -4992.14, 436.068, 96.5439, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 13, -4979.81, 461.129, 96.0511, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 14, -4995.22, 465.137, 96.0437, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 15, -4979.78, 422.108, 96.2742, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 16, -4948.8, 384.394, 97.8985, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 17, -4941.75, 377.289, 95.2171, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 18, -4920.82, 377.354, 86.4916, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 19, -4863.89, 389.621, 100.531, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 20, -4799.8, 356.848, 100.664, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 21, -4816.32, 307.672, 98.9476, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 22, -4860.27, 253.41, 90.9479, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 23, -4928.57, 234.724, 73.3838, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 24, -4979.44, 234.729, 99.059, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 25, -4997.64, 187.217, 108.79, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 26, -4999.75, 133.452, 92.5512, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 27, -5006.28, 70.9775, 92.9455, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 28, -4984.59, 21.7855, 92.4787, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 29, -4939.45, -1.70913, 89.5908, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 30, -4904.5, -20.3318, 98.7926, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 31, -4876.37, -59.5791, 91.4677, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 32, -4883.15, -100.723, 103.205, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 33, -4944.32, -112.767, 137.646, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 34, -4971.8, -78.7316, 115.101, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 35, -4987.65, -30.5438, 91.9287, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 36, -5001.3, 12.3534, 86.9422, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 37, -5042.09, 46.6422, 105.125, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 38, -5106.43, 50.7488, 83.1864, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 39, -5154.69, 50.1247, 82.3862, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 40, -5217.06, 23.4145, 150.396, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 41, -5225.16, -39.4703, 174.652, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 42, -5307.91, -25.5939, 145.381, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 43, -5274.71, 26.4266, 172.198, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 44, -5208.27, 57.5883, 159.623, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 45, -5142.88, 97.5982, 149.853, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 46, -5115.44, 118.069, 136.045, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 47, -5105.17, 155.088, 134.461, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 48, -5106.37, 218.731, 147.258, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 49, -5094.3, 280.021, 161.935, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 50, -5084.01, 316.753, 172.277, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 51, -5052.64, 351.108, 172.987, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 52, -5033.05, 379.481, 174.407, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 53, -5028.54, 413.128, 179.762, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 54, -5017.09, 484.101, 168.921, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 55, -5020.9, 515.958, 120.09, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 56, -5062.5, 521.002, 97.215, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 57, -5103.9, 494.01, 104.071, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 58, -5151.95, 462.724, 111.081, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 59, -5080.26, 498.915, 109.875, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 60, -5157.65, 450.443, 106.745, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 61, -5193.28, 400.018, 108.903, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 62, -5189.23, 370.25, 113.73, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 63, -5185.8, 313.755, 132.317, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 64, -5195.96, 278.514, 132.06, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 65, -5224.53, 274.103, 131.872, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 66, -5271.16, 332.176, 120.293, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 67, -5284.09, 392.53, 121.367, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 68, -5234.58, 426.247, 124.65, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 69, -5204.57, 440.941, 125.71, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 70, -5238.07, 411.06, 122.894, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 71, -5154.52, 497.25, 110.277, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 72, -5062.88, 505.464, 107.491, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 73, -4998.45, 523.002, 102.513, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 74, -5047.71, 512.549, 101.472, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 75, -4975.4, 546.978, 98.4481, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 76, -4940.06, 582.665, 93.8702, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 77, -4936.29, 629.309, 91.3448, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 78, -4986.95, 667.351, 96.8044, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 79, -5036.81, 665.996, 92.8608, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 80, -5079.51, 664.887, 89.0742, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 81, -5094.95, 663.808, 87.6571, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 82, -5100.96, 648.648, 87.1004, 0, 0, 'Wing Commander Ichman'),
|
||
(23345, 83, -5084.34, 638.799, 86.9905, 0, 0, 'Wing Commander Ichman'),
|
||
(23346, 1, -5073.79, 640.175, 86.9597, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 2, -5093.49, 642.838, 87.0724, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 3, -5097.66, 661.13, 87.6415, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 4, -5070.33, 664.518, 89.9677, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 5, -4980.29, 664.857, 93.3151, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 6, -4923.65, 661.955, 85.6817, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 7, -4897.38, 687.397, 85.903, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 8, -4894.5, 731.107, 94.2763, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 9, -4909.02, 768.031, 88.1273, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 10, -4944.72, 786.339, 89.3095, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 11, -4978.84, 796.752, 122.538, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 12, -5020.1, 794.71, 104.245, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 13, -5051.79, 790.186, 90.4867, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 14, -5094.32, 778.473, 79.7089, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 15, -5139.05, 763.19, 68.1027, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 16, -5179.04, 773.369, 61.2301, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 17, -5255.2, 791.07, 49.3913, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 18, -5276.02, 781.002, 47.2046, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 19, -5272.19, 763.952, 49.0412, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 20, -5280.86, 729.029, 52.1453, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 21, -5269.54, 687.2, 53.4351, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 22, -5260.46, 632.333, 53.8001, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 23, -5260.06, 607.943, 59.746, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 24, -5253.74, 659.762, 53.9552, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 25, -5270.44, 641.98, 52.628, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 26, -5259.89, 607.863, 56.4182, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 27, -5188.08, 598.437, 88.6164, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 28, -5176.6, 549.729, 89.9904, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 29, -5168.49, 522.349, 91.4781, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 30, -5143.6, 507.12, 92.2422, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 31, -5091.26, 495.271, 94.0692, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 32, -4973.18, 421.727, 90.9961, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 33, -4965.04, 392.479, 89.3456, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 34, -4971.82, 354.271, 87.915, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 35, -4989.4, 301.984, 86.3694, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 36, -5014.7, 279.451, 90.6383, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 37, -5040.7, 225.805, 108.337, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 38, -5062.34, 181.557, 129.365, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 39, -5082.6, 168.477, 130.375, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 40, -5100.59, 180.857, 138.101, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 41, -5101.1, 229.947, 149.149, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 42, -5093.44, 274.454, 160.411, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 43, -5080.44, 309.374, 169.419, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 44, -5056.87, 347.893, 174.217, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 45, -5010.93, 365.086, 177.488, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 46, -4968.65, 380.724, 173.173, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 47, -5027.66, 364.737, 177.539, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 48, -4917.15, 377.454, 173.836, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 49, -4853.53, 360.39, 176.391, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 50, -4835.68, 388.264, 168.752, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 51, -4850.91, 422.375, 158.973, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 52, -4864.4, 460.468, 150.407, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 53, -4902.27, 500.825, 134.835, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 54, -4946.1, 528.796, 121.743, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 55, -4994.91, 527.295, 99.9505, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 56, -5023.6, 508.386, 119.743, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 57, -5055, 490.278, 169.672, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 58, -5106.63, 462.668, 165.688, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 59, -5146.6, 430.134, 159.699, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 60, -5167.97, 405.528, 144.235, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 61, -5178.58, 345.856, 127.211, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 62, -5188.11, 313.544, 124.417, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 63, -5199.91, 282.739, 112.936, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 64, -5245.22, 271.312, 97.5307, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 65, -5270.46, 271.393, 105.523, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 66, -5288.75, 241.08, 101.587, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 67, -5313.95, 195.752, 100.433, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 68, -5289.44, 116.574, 101.397, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 69, -5260.55, 69.3146, 106.89, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 70, -5237.17, -12.7776, 120.017, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 71, -5279.93, -67.19, 109.01, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 72, -5349.6, -111.473, 116.548, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 73, -5370.63, -98.7298, 109.358, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 74, -5387.68, -63.1046, 111.659, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 75, -5379.2, 3.21685, 121.526, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 76, -5314.43, 32.0712, 113.405, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 77, -5265.13, 11.6882, 110.016, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 78, -5207.98, -36.7408, 103.694, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 79, -5165.57, -80.167, 136.178, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 80, -5118.2, -105.716, 122.108, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 81, -5061.11, -96.3049, 117.942, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 82, -5031.23, -66.0233, 104.849, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 83, -4998.87, -11.7168, 81.3507, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 84, -4980.24, 10.3058, 77.7177, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 85, -4998.29, -7.4397, 78.78, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 86, -4971.93, 15.0586, 76.1905, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 87, -4926.84, 34.6864, 66.9967, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 88, -4895.08, 50.6947, 60.3591, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 89, -4874.35, 56.7382, 2.54341, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 90, -4845.41, 26.3595, 16.1138, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 91, -4839.98, -31.9981, 26.751, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 92, -4866.88, -28.3181, 40.2276, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 93, -4851.33, -5.85707, 22.9954, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 94, -4833.69, -31.3822, 25.1184, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 95, -4874.32, -32.4778, 69.1992, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 96, -4898.07, -42.3574, 89.897, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 97, -4913.59, -54.3562, 121.409, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 98, -4937.62, -54.5098, 134.404, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 99, -4910.76, -34.7961, 134.404, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 100, -4910.34, -64.4031, 134.404, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 101, -4940.61, -38.7189, 125.076, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 102, -4961.5, -28.9198, 101.354, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 103, -4954.74, -7.93548, 100.327, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 104, -4927.17, -6.05419, 100.327, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 105, -4928.98, -37.9751, 116.941, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 106, -4953.41, -22.5698, 112.888, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 107, -4990.22, 6.49273, 102.639, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 108, -4961.07, 48.5569, 99.0104, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 109, -4945.81, 79.1764, 101.376, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 110, -4929.71, 150.686, 107.66, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 111, -4917.87, 196.516, 105.989, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 112, -4898.51, 259.459, 103.408, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 113, -4924.06, 249.392, 102.664, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 114, -4897.3, 248.342, 103.752, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 115, -4877.38, 298.139, 108.219, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 116, -4862.92, 327.174, 106.609, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 117, -4852.86, 372.216, 102.541, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 118, -4856.24, 433.69, 96.3819, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 119, -4860.41, 479.956, 92.4403, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 120, -4873.13, 528.395, 98.0209, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 121, -4904.29, 578.768, 96.3431, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 122, -4950.79, 636.883, 96.0455, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 123, -4987.17, 659.419, 97.2334, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 124, -5085.9, 662.095, 98.4426, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 125, -5133.23, 670.744, 108.086, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 126, -5135.8, 693.839, 108.492, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 127, -5117.04, 714.214, 108.977, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 128, -5090.95, 694.526, 109.547, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 129, -5049.35, 683.563, 107.932, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 130, -4974.33, 663.794, 105.02, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 131, -4948.23, 656.914, 104.006, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 132, -4942.41, 666.963, 103.57, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 133, -4948.29, 679.504, 103.05, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 134, -4971.16, 682.781, 102.063, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 135, -4996.74, 666.623, 90.3214, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 136, -5058.53, 664.951, 89.5705, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 137, -5087.64, 664.358, 88.4531, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 138, -5102.46, 655.182, 87.3748, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 139, -5097.11, 643.767, 87.1566, 0, 0, 'Wing Commander Mulverick'),
|
||
(23346, 140, -5080.96, 641.855, 86.9403, 0, 0, 'Wing Commander Mulverick'),
|
||
(23348, 1, -5087.56, 635.584, 86.7302, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 2, -5094.97, 641.565, 86.8949, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 3, -5099.64, 657.156, 87.3064, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 4, -5082.76, 664.815, 89.2039, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 5, -4987.41, 663.473, 92.5703, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 6, -4931.48, 678.786, 93.1402, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 7, -4894.17, 675.374, 88.3474, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 8, -4883.4, 657.438, 86.213, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 9, -4884.02, 635.673, 84.0022, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 10, -4911.95, 640.443, 92.6958, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 11, -4949.11, 665.224, 92.2993, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 12, -4995.33, 667.007, 95.0879, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 13, -5042.88, 668.841, 97.9566, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 14, -5106.24, 671.284, 109.361, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 15, -5129.32, 684.316, 129.959, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 16, -5187.61, 723.587, 139.018, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 17, -5225.68, 749.399, 141.018, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 18, -5241.56, 758.859, 139.016, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 19, -5263.38, 748.202, 136.384, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 20, -5274.45, 729.379, 134.006, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 21, -5264.11, 692.833, 113.639, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 22, -5251.51, 644.216, 98.6951, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 23, -5227.54, 586.549, 73.8104, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 24, -5232.89, 617.516, 73.3168, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 25, -5250.13, 522.731, 97.3681, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 26, -5293.25, 452.003, 87.3439, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 27, -5289.51, 475.05, 84.5183, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 28, -5296.74, 459.331, 82.4244, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 29, -5321.86, 364.547, 78.6856, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 30, -5336.85, 260.91, 64.3121, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 31, -5328.95, 229.583, 84.3653, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 32, -5307.89, 164.544, 90.1567, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 33, -5274.67, 124.229, 98.2239, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 34, -5223.08, 87.9087, 98.6199, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 35, -5189.22, 52.5833, 99.0043, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 36, -5212.18, 68.3701, 99.2231, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 37, -5193.04, 51.3872, 99.4249, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 38, -5144.63, 8.82392, 116.142, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 39, -5113.09, -13.2902, 153.451, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 40, -5106.63, -19.826, 179.961, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 41, -5081.81, -42.1419, 175.739, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 42, -5055.97, -40.2629, 173.062, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 43, -5031.35, -13.8612, 169.328, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 44, -5061.29, 13.0471, 165.268, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 45, -5103.88, 54.4085, 158.421, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 46, -5125.73, 101.755, 148.134, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 47, -5114.57, 126.204, 141.401, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 48, -5139, 134.611, 155.723, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 49, -5170.2, 145.053, 144.259, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 50, -5194.72, 147.041, 100.983, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 51, -5210.56, 160, 87.769, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 52, -5207.29, 209.95, 82.5642, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 53, -5202.63, 252.608, 116.804, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 54, -5186.9, 303.438, 116.804, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 55, -5191.42, 355.32, 112.467, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 56, -5233.37, 395.463, 112.177, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 57, -5286.87, 437.22, 105.525, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 58, -5266.34, 478.182, 110.562, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 59, -5206.61, 503.573, 111.606, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 60, -5163.47, 534.104, 114.552, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 61, -5182.36, 515.241, 116.022, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 62, -5206.81, 518.967, 117.426, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 63, -5187.21, 521.63, 118.514, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 64, -5155.39, 545.64, 116.076, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 65, -5115.6, 583.206, 129.026, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 66, -5073.47, 649.348, 119.881, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 67, -5052.38, 670.897, 116.044, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 68, -4996.43, 662.926, 113.267, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 69, -4961.47, 656.298, 112.929, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 70, -4943.27, 612.649, 112.304, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 71, -4942.63, 576.912, 111.831, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 72, -4962.21, 556.808, 111.463, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 73, -4991.94, 532.689, 123.558, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 74, -5018.77, 500.9, 128.931, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 75, -5046, 464.881, 154.479, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 76, -5057.32, 433.366, 183.934, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 77, -5062.08, 423.791, 206.805, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 78, -5073.28, 396.567, 212.024, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 79, -5078.93, 361.95, 212.344, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 80, -5083.38, 319.898, 223.106, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 81, -5091.54, 267.262, 219.859, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 82, -5077.74, 245.874, 217.788, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 83, -5024.21, 225.572, 176.249, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 84, -4999.13, 223.503, 164.288, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 85, -4942.19, 274.08, 168.949, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 86, -4953.87, 301.817, 153.814, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 87, -4966.83, 291.411, 163.316, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 88, -4964.36, 265.204, 163.522, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 89, -4938.63, 264.626, 164.217, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 90, -4931.72, 291.768, 150.76, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 91, -4957.72, 300.242, 162.393, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 92, -4970.39, 252.106, 159.856, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 93, -4998.35, 241.729, 158.3, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 94, -4980.71, 264.41, 156.807, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 95, -5010.4, 241.114, 149.504, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 96, -5037.11, 210.487, 150.594, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 97, -5059.4, 188.456, 168.62, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 98, -5092.59, 173.388, 162.922, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 99, -5105.72, 202.446, 164.665, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 100, -5082.91, 206.861, 166.916, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 101, -5079.08, 185.103, 161.787, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 102, -5090.4, 212.133, 167.925, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 103, -5090.4, 212.133, 167.925, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 104, -5118.5, 223.472, 172.949, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 105, -5114.53, 185.571, 172.229, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 106, -5086.57, 177.489, 165.926, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 107, -5104.78, 204.471, 162.304, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 108, -5100.53, 240.85, 172.979, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 109, -5100.42, 211.319, 159.459, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 110, -5099.75, 238.598, 185.354, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 111, -5100.56, 184.533, 166.588, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 112, -5099.49, 223.17, 183.528, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 113, -5098.72, 251.22, 184.03, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 114, -5102.87, 221.21, 170.16, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 115, -5103.02, 176.81, 149.762, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 116, -5125.85, 178.913, 170.682, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 117, -5105.31, 221.506, 177.608, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 118, -5077.74, 257.581, 188.335, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 119, -5054.87, 298.941, 202.73, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 120, -5025.86, 320.998, 195.272, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 121, -4985.94, 354.82, 187.078, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 122, -4965.83, 393.094, 212.127, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 123, -4936.18, 440.955, 223.817, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 124, -4915.47, 486.716, 162.626, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 125, -4907.49, 506.496, 137.118, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 126, -4909.6, 542.633, 125.838, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 127, -4918.57, 610.449, 132.913, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 128, -4929.68, 650.715, 119.914, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 129, -4970.79, 659.978, 103.462, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 130, -4997.78, 664.189, 97.2824, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 131, -4975.31, 660.466, 102.388, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 132, -4989.89, 651.918, 98.5794, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 133, -5002.25, 668.847, 93.8366, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 134, -4985.44, 684.705, 94.677, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 135, -4966.06, 661.69, 98.2438, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 136, -4989.44, 661.463, 99.1368, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 137, -5064.1, 665.918, 89.5543, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 138, -5084.8, 665.122, 88.5924, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 139, -5099, 664.576, 87.2931, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 140, -5097.66, 650.922, 87.2361, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 141, -5093.08, 642.734, 86.9699, 0, 0, 'Captain Skyshatter'),
|
||
(23348, 142, -5082.29, 633.93, 86.6494, 0, 0, 'Captain Skyshatter'),
|
||
(23364, 1, 2425.25, 6994.86, 368.085, 0, 0, 'Black Dragon Whelpling'),
|
||
(23364, 2, 2424.88, 6998.75, 367.849, 0, 0, 'Black Dragon Whelpling'),
|
||
(23383, 1, -4108.06, 3031.46, 344.879, 0, 0, 'Skyguard Prisoner'),
|
||
(23383, 2, -4110.58, 3034.34, 344.121, 0, 0, 'Skyguard Prisoner'),
|
||
(23383, 3, -4116.37, 3033.79, 344.083, 0, 0, 'Skyguard Prisoner'),
|
||
(23383, 4, -4122.83, 3027.09, 344.149, 0, 0, 'Skyguard Prisoner'),
|
||
(23383, 5, -4126.33, 3027.21, 344.158, 0, 0, 'Skyguard Prisoner'),
|
||
(23383, 6, -4128.94, 3026.88, 344.021, 0, 0, 'Skyguard Prisoner'),
|
||
(23383, 7, -4135.6, 3028.52, 339.992, 0, 0, 'Skyguard Prisoner'),
|
||
(23383, 8, -4144.75, 3030.27, 337.474, 0, 0, 'Skyguard Prisoner'),
|
||
(23383, 9, -4157.26, 3032.66, 337.446, 0, 0, 'Skyguard Prisoner'),
|
||
(23383, 10, -4171.01, 3035.29, 342.801, 0, 0, 'Skyguard Prisoner'),
|
||
(23383, 11, -4172.98, 3035.67, 343.267, 0, 0, 'Skyguard Prisoner'),
|
||
(23383, 12, -4175.09, 3039.7, 343.64, 0, 0, 'Skyguard Prisoner'),
|
||
(23383, 13, -4176.68, 3049.94, 344.072, 0, 0, 'Skyguard Prisoner'),
|
||
(23383, 14, -4182.15, 3056.03, 344.146, 0, 0, 'Skyguard Prisoner'),
|
||
(23383, 15, -4185.25, 3060.86, 344.157, 0, 0, 'Skyguard Prisoner'),
|
||
(23383, 16, -4184.97, 3062.4, 344.152, 0, 0, 'Skyguard Prisoner'),
|
||
(23383, 17, -4183.71, 3065.44, 342.625, 0, 0, 'Skyguard Prisoner'),
|
||
(23383, 18, -4181.35, 3071.13, 336.977, 0, 0, 'Skyguard Prisoner'),
|
||
(23383, 19, -4179.91, 3079.19, 329.741, 0, 0, 'Skyguard Prisoner'),
|
||
(23383, 20, -4178.71, 3085.91, 325.563, 0, 0, 'Skyguard Prisoner'),
|
||
(23383, 21, -4178.18, 3088.9, 324.177, 0, 0, 'Skyguard Prisoner'),
|
||
(23383, 22, -4175.07, 3094.67, 323.426, 0, 0, 'Skyguard Prisoner'),
|
||
(23616, 1, -2454.94, -482.136, -8.97948, 0, 0, 'Kyle'),
|
||
(23616, 2, -2445.34, -476.395, -8.92086, 0, 0, 'Kyle'),
|
||
(23616, 3, -2433.79, -468.785, -9.20522, 0, 0, 'Kyle'),
|
||
(23616, 4, -2422.01, -460.858, -9.1759, 0, 0, 'Kyle'),
|
||
(23616, 5, -2407.47, -451.07, -8.70993, 0, 0, 'Kyle'),
|
||
(23616, 6, -2395.98, -443.42, -8.42222, 0, 0, 'Kyle'),
|
||
(23616, 7, -2383.8, -436.212, -8.78844, 0, 0, 'Kyle'),
|
||
(23616, 8, -2367.83, -425.967, -9.38671, 0, 0, 'Kyle'),
|
||
(23616, 9, -2355.15, -413.835, -9.75652, 0, 0, 'Kyle'),
|
||
(23616, 10, -2345.39, -403.032, -8.87064, 0, 0, 'Kyle'),
|
||
(23616, 11, -2338.73, -387.213, -7.97681, 0, 0, 'Kyle'),
|
||
(23616, 12, -2330.27, -374.08, -8.37519, 0, 0, 'Kyle'),
|
||
(23616, 13, -2314.64, -365.663, -9.41672, 0, 0, 'Kyle'),
|
||
(23616, 14, -2295.45, -360.874, -9.42468, 0, 0, 'Kyle'),
|
||
(23616, 15, -2279.85, -357.148, -9.42468, 0, 0, 'Kyle'),
|
||
(23616, 16, -2263.83, -363.376, -9.42468, 0, 0, 'Kyle'),
|
||
(23616, 17, -2248.52, -370.238, -9.42468, 0, 0, 'Kyle'),
|
||
(23616, 18, -2226.43, -386.156, -9.42468, 0, 0, 'Kyle'),
|
||
(23616, 19, -2232.14, -416.578, -9.42205, 0, 0, 'Kyle'),
|
||
(23616, 20, -2247.29, -439.615, -9.42475, 0, 0, 'Kyle'),
|
||
(23616, 21, -2252.91, -448.416, -9.09973, 0, 0, 'Kyle'),
|
||
(23616, 22, -2257.71, -455.921, -8.15442, 0, 0, 'Kyle'),
|
||
(23616, 23, -2271.66, -475.713, -7.80418, 0, 0, 'Kyle'),
|
||
(23616, 24, -2293.85, -483.264, -7.86093, 0, 0, 'Kyle'),
|
||
(23616, 25, -2302.71, -490.694, -7.92982, 0, 0, 'Kyle'),
|
||
(23616, 26, -2306.74, -494.585, -8.44247, 0, 0, 'Kyle'),
|
||
(23616, 27, -2324.17, -516.494, -9.32393, 0, 0, 'Kyle'),
|
||
(23616, 28, -2340.11, -535.209, -9.2326, 0, 0, 'Kyle'),
|
||
(23616, 29, -2357.69, -538.25, -9.158, 0, 0, 'Kyle'),
|
||
(23616, 30, -2372.68, -528.41, -9.15687, 0, 0, 'Kyle'),
|
||
(23616, 31, -2391.28, -518.477, -8.4459, 0, 0, 'Kyle'),
|
||
(23616, 32, -2404.81, -514.866, -7.4283, 0, 0, 'Kyle'),
|
||
(23616, 33, -2418.06, -510.431, -6.09458, 0, 0, 'Kyle'),
|
||
(23616, 34, -2431.22, -505.672, -6.06301, 0, 0, 'Kyle'),
|
||
(23616, 35, -2443.9, -499.738, -7.60161, 0, 0, 'Kyle'),
|
||
(23616, 36, -2462.4, -488.247, -9.27003, 0, 0, 'Kyle'),
|
||
(23678, 1, 2063, -4666, 217, 0, 0, 'Chill Nymph point 1'),
|
||
(23734, 1, 629.388, -5021.37, 3.04091, 0, 0, 'Anchorite Yazmina <First Aid Trainer>'),
|
||
(23734, 2, 630.836, -5011.95, 3.8314, 0, 0, 'Anchorite Yazmina <First Aid Trainer>'),
|
||
(23734, 3, 630.836, -5011.95, 3.8314, 0, 0, 'Anchorite Yazmina <First Aid Trainer>'),
|
||
(23734, 4, 624.458, -5003.92, 3.59241, 0, 0, 'Anchorite Yazmina <First Aid Trainer>'),
|
||
(23734, 5, 614.28, -5005.49, 3.06355, 0, 0, 'Anchorite Yazmina <First Aid Trainer>'),
|
||
(23734, 6, 607.946, -5014.89, 3.10032, 0, 0, 'Anchorite Yazmina <First Aid Trainer>'),
|
||
(23734, 7, 612.983, -5025.49, 2.03711, 0, 0, 'Anchorite Yazmina <First Aid Trainer>'),
|
||
(23734, 8, 625.177, -5026.14, 2.32847, 0, 0, 'Anchorite Yazmina <First Aid Trainer>'),
|
||
(23741, 1, -2457.79, -3169.9, 35.109, 0, 0, 'Captured Raptor'),
|
||
(23741, 2, -2446.18, -3176.67, 34.5238, 0, 0, 'Captured Raptor'),
|
||
(23741, 3, -2436.55, -3170.93, 35.8081, 0, 0, 'Captured Raptor'),
|
||
(23741, 4, -2428.23, -3146.74, 35.8573, 0, 0, 'Captured Raptor'),
|
||
(23741, 5, -2444.57, -3138.12, 35.8598, 0, 0, 'Captured Raptor'),
|
||
(23741, 6, -2457.32, -3146.25, 35.4215, 0, 0, 'Captured Raptor'),
|
||
(23741, 7, -2468, -3161.3, 34.8617, 0, 0, 'Captured Raptor'),
|
||
(23782, 1, 1950.98, -6131.16, 24.8696, 0, 0, 'Apothecary Ravien'),
|
||
(23782, 2, 1946.99, -6136.56, 24.3789, 0, 0, 'Apothecary Ravien'),
|
||
(23782, 3, 1946.49, -6139.31, 24.3789, 0, 0, 'Apothecary Ravien'),
|
||
(23782, 4, 1946.49, -6140.31, 24.3789, 0, 0, 'Apothecary Ravien'),
|
||
(23782, 5, 1946.49, -6141.31, 24.3789, 0, 0, 'Apothecary Ravien'),
|
||
(23782, 6, 1946.49, -6142.56, 24.3789, 0, 0, 'Apothecary Ravien'),
|
||
(23782, 7, 1946.49, -6142.44, 24.3901, 0, 0, 'Apothecary Ravien'),
|
||
(23782, 8, 1946.49, -6141.44, 24.3901, 0, 0, 'Apothecary Ravien'),
|
||
(23782, 9, 1946.49, -6140.44, 24.3901, 0, 0, 'Apothecary Ravien'),
|
||
(23782, 10, 1946.49, -6139.44, 24.3901, 0, 0, 'Apothecary Ravien'),
|
||
(23782, 11, 1947.24, -6137.44, 24.3901, 0, 0, 'Apothecary Ravien'),
|
||
(23782, 12, 1947.05, -6137.37, 24.8136, 0, 0, 'Apothecary Ravien'),
|
||
(23782, 13, 1948.3, -6134.37, 24.8136, 0, 0, 'Apothecary Ravien'),
|
||
(23782, 14, 1950.3, -6133.62, 25.0636, 0, 0, 'Apothecary Ravien'),
|
||
(23782, 15, 1954.05, -6129.62, 25.0636, 0, 0, 'Apothecary Ravien'),
|
||
(23782, 16, 1958.3, -6127.12, 25.5636, 0, 0, 'Apothecary Ravien'),
|
||
(23782, 17, 1958.69, -6127.19, 25.5125, 0, 0, 'Apothecary Ravien'),
|
||
(23782, 18, 1960.69, -6127.19, 26.0125, 0, 0, 'Apothecary Ravien'),
|
||
(23899, 1, -3882.59, -4670.28, -1.82355, 0, 0, 'Tethyr'),
|
||
(23975, 1, 637.177, -5011.11, 4.65392, 0, 0, 'Thoralius the Wise WP 1'),
|
||
(23975, 2, 634.837, -5010.3, 4.52892, 0, 0, 'Thoralius the Wise WP 2'),
|
||
(23975, 3, 637.923, -5015.03, 4.52892, 0, 0, 'Thoralius the Wise WP 3'),
|
||
(23975, 4, 636.042, -5016.67, 4.15392, 0, 0, 'Thoralius the Wise WP 4'),
|
||
(23975, 5, 638.255, -5013.19, 4.65392, 0, 0, 'Thoralius the Wise WP 5'),
|
||
(23975, 6, 637.758, -5013.27, 4.65392, 0, 0, 'Thoralius the Wise WP 6'),
|
||
(23975, 7, 636.825, -5013.39, 4.52892, 0, 0, 'Thoralius the Wise WP 7'),
|
||
(23975, 8, 638.255, -5013.19, 4.65392, 0, 0, 'Thoralius the Wise WP 8'),
|
||
(23995, 1, -4627.79, -3176.21, 41.4062, 0, 0, 'Axle'),
|
||
(23995, 2, -4617.29, -3178.56, 34.9508, 0, 0, 'Axle'),
|
||
(23995, 3, -4615.73, -3176.38, 34.8111, 0, 0, 'Axle'),
|
||
(23995, 4, -4618, -3175.21, 34.8124, 0, 0, 'Axle'),
|
||
(23995, 5, -4615.73, -3176.38, 34.8111, 0, 0, 'Axle'),
|
||
(23995, 6, -4617.29, -3178.56, 34.9508, 0, 0, 'Axle'),
|
||
(23995, 7, -4627.79, -3176.21, 41.4062, 0, 0, 'Axle'),
|
||
(23995, 8, -4629.94, -3176.12, 41.2235, 0, 0, 'Axle'),
|
||
(24041, 1, 1869.07, -6103.23, 18.6136, 0, 0, 'Prince Keleseth'),
|
||
(24041, 2, 1868.82, -6103.98, 18.6136, 0, 0, 'Prince Keleseth'),
|
||
(24041, 3, 1868.57, -6107.98, 19.1136, 0, 0, 'Prince Keleseth'),
|
||
(24041, 4, 1868.07, -6111.73, 19.6136, 0, 0, 'Prince Keleseth'),
|
||
(24041, 5, 1867.82, -6114.48, 20.3636, 0, 0, 'Prince Keleseth'),
|
||
(24041, 6, 1867.64, -6114.86, 20.7026, 0, 0, 'Prince Keleseth'),
|
||
(24041, 7, 1867.64, -6114.86, 20.7026, 0, 0, 'Prince Keleseth'),
|
||
(24041, 8, 1867.39, -6115.36, 20.7026, 0, 0, 'Prince Keleseth'),
|
||
(24041, 9, 1866.89, -6118.11, 21.2026, 0, 0, 'Prince Keleseth'),
|
||
(24041, 10, 1866.64, -6120.11, 21.9526, 0, 0, 'Prince Keleseth'),
|
||
(24041, 11, 1865.92, -6123, 22.53, 0, 0, 'Prince Keleseth'),
|
||
(24041, 12, 1865.42, -6128, 23.28, 0, 0, 'Prince Keleseth'),
|
||
(24238, 1, 1518.61, -5249.85, 207.396, 0, 0, 'Bjorn Halgurdsson'),
|
||
(24315, 1, 1074.02, -5031.82, 9.72695, 0, 0, 'talk point'),
|
||
(24315, 2, 1074.89, -5033.89, 9.71186, 0, 0, 'home point'),
|
||
(24405, 1, 4902.54, -4798.52, 31.8586, 0, 0, 'Adarrah'),
|
||
(24405, 2, 4893.14, -4795.71, 32.2869, 0, 0, 'Adarrah'),
|
||
(24405, 3, 4887.89, -4793.46, 32.5369, 0, 0, 'Adarrah'),
|
||
(24405, 4, 4878.79, -4793.66, 32.5359, 0, 0, 'Adarrah'),
|
||
(24405, 5, 4863.29, -4785.23, 32.6014, 0, 0, 'Adarrah'),
|
||
(24405, 6, 4839.03, -4774.79, 32.5821, 0, 0, 'Adarrah'),
|
||
(24514, 1, 2613, -5086.51, 398.899, 0, 0, 'Steelfeather'),
|
||
(24514, 2, 2640.59, -5144.9, 427.292, 0, 0, 'Steelfeather'),
|
||
(24514, 3, 2611.1, -5253.76, 419.437, 0, 0, 'Steelfeather'),
|
||
(24514, 4, 2575.39, -5252.23, 382.764, 0, 0, 'Steelfeather'),
|
||
(24514, 5, 2570.71, -5228.31, 376.612, 0, 0, 'Steelfeather'),
|
||
(24639, 1, -89.4666, -3539.94, 7.71552, 0, 0, 'Olga, the Scalawag Wench'),
|
||
(24639, 2, -86.4514, -3544.37, 7.7166, 0, 0, 'Olga, the Scalawag Wench'),
|
||
(24742, 1, -36.1289, -3425.64, 4.99862, 0, 0, '"Mad" Jonah Sterling'),
|
||
(24806, 1, 479.123, -5941.48, 316.7, 0, 0, 'Iron Rune Construct'),
|
||
(24806, 2, 479.146, -5941.52, 339.755, 0, 0, 'Iron Rune Construct'),
|
||
(24806, 3, 496.133, -5940.06, 344.533, 0, 0, 'Iron Rune Construct'),
|
||
(24806, 4, 511.516, -5936.73, 339.755, 0, 0, 'Iron Rune Construct'),
|
||
(24806, 5, 514.578, -5936.9, 314.144, 0, 0, 'Iron Rune Construct'),
|
||
(24826, 1, 221.699, -5736.85, 289.626, 0, 0, 'Iron Rune Construct'),
|
||
(24826, 2, 157.14, -5712, 189.551, 0, 0, 'Iron Rune Construct'),
|
||
(24827, 1, 268.167, -5814.82, 282.507, 0, 0, 'Iron Rune Construct'),
|
||
(24827, 2, 255.436, -5891.19, 83.0681, 0, 0, 'Iron Rune Construct'),
|
||
(24828, 1, 250.667, -5770.24, 252.25, 0, 0, 'Iron Rune Construct'),
|
||
(24828, 2, 158.802, -5823.06, 7.08029, 0, 0, 'Iron Rune Construct'),
|
||
(24829, 1, 228.849, -5740.56, 283.449, 0, 0, 'Iron Rune Construct'),
|
||
(24829, 2, 278.267, -5758.17, 268.455, 0, 0, 'Iron Rune Construct'),
|
||
(24831, 1, 212.712, -5808.78, 297.262, 0, 0, 'Iron Rune Construct'),
|
||
(24831, 2, 276.179, -5755.33, 268.457, 0, 0, 'Iron Rune Construct'),
|
||
(24832, 1, 266.919, -5837.8, 304.154, 0, 0, 'Iron Rune Construct'),
|
||
(24832, 2, 280.913, -5761.62, 268.457, 0, 0, 'Iron Rune Construct'),
|
||
(24852, 1, 479.062, -5941.54, 316.96, 0, 0, 'Iron Rune Construct'),
|
||
(24852, 2, 479.253, -5941.49, 365.988, 0, 0, 'Iron Rune Construct'),
|
||
(24852, 3, 517.013, -5825.36, 365.988, 0, 0, 'Iron Rune Construct'),
|
||
(24852, 4, 527.903, -5659.93, 365.988, 0, 0, 'Iron Rune Construct'),
|
||
(24852, 5, 715.063, -5351.07, 365.988, 0, 0, 'Iron Rune Construct'),
|
||
(24852, 6, 768.455, -5018.86, 365.988, 0, 0, 'Iron Rune Construct'),
|
||
(24852, 7, 840.628, -4827.73, 365.988, 0, 0, 'Iron Rune Construct'),
|
||
(24852, 8, 864.831, -4741.8, 365.988, 0, 0, 'Iron Rune Construct'),
|
||
(24852, 9, 966.031, -4488.41, 365.988, 0, 0, 'Iron Rune Construct'),
|
||
(24852, 10, 1030.84, -4374.21, 346.46, 0, 0, 'Iron Rune Construct'),
|
||
(24852, 11, 1063.38, -4205.25, 346.46, 0, 0, 'Iron Rune Construct'),
|
||
(24852, 12, 1066.28, -4072.6, 289.821, 0, 0, 'Iron Rune Construct'),
|
||
(24852, 13, 1066.46, -3833.81, 282.96, 0, 0, 'Iron Rune Construct'),
|
||
(24852, 14, 1236.65, -3685.51, 282.96, 0, 0, 'Iron Rune Construct'),
|
||
(24852, 15, 1357.56, -3430.12, 217.877, 0, 0, 'Iron Rune Construct'),
|
||
(24852, 16, 1382.81, -3290.73, 217.877, 0, 0, 'Iron Rune Construct'),
|
||
(24852, 17, 1388.93, -3261.84, 203.738, 0, 0, 'Iron Rune Construct'),
|
||
(24852, 18, 1390.47, -3262.22, 161.96, 0, 0, 'Iron Rune Construct'),
|
||
(25239, 1, 2347.8, 5265.34, 7.63084, 0, 0, 'Thulrin WP 1'),
|
||
(25239, 2, 2344.54, 5267.18, 7.66896, 0, 0, 'Thulrin WP 2'),
|
||
(25239, 3, 2340.22, 5270.31, 7.66896, 0, 0, 'Thulrin WP 3'),
|
||
(25239, 4, 2336.55, 5273.87, 7.79396, 0, 0, 'Thulrin WP 4'),
|
||
(25239, 5, 2339.07, 5271.18, 7.66896, 0, 0, 'Thulrin WP 5'),
|
||
(25239, 6, 2346.92, 5265.09, 7.63084, 0, 0, 'Thulrin WP 6'),
|
||
(25239, 7, 2351.8, 5266.42, 7.63084, 0, 0, 'Thulrin WP 7'),
|
||
(25239, 8, 2352.69, 5268.96, 7.66896, 0, 0, 'Thulrin WP 8'),
|
||
(25239, 9, 2352.69, 5268.96, 7.66896, 0, 0, 'Thulrin WP 9'),
|
||
(25274, 1, 2761.85, 6187.82, 83.448, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 2, 2763.1, 6203.83, 83.4409, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 3, 2765.37, 6209.65, 83.4451, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 4, 2772.92, 6217.22, 83.4475, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 5, 2766.39, 6211.48, 83.437, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 6, 2762.96, 6202.62, 83.4409, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 7, 2762.31, 6187.53, 83.4546, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 8, 2765.22, 6178.21, 83.4565, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 9, 2762.24, 6188.36, 83.4575, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 10, 2763.33, 6204.33, 83.4432, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 11, 2766.61, 6211.59, 83.4381, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 12, 2773.5, 6217.87, 83.4484, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 13, 2765.7, 6210.09, 83.4438, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 14, 2762.77, 6202.1, 83.4395, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 15, 2762.54, 6187.41, 83.4578, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 16, 2765.46, 6178.01, 83.4598, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 17, 2764.09, 6182.25, 83.4576, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 18, 2762.03, 6188.66, 83.4549, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 19, 2763.21, 6203.82, 83.4422, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 20, 2766.87, 6211.5, 83.4422, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 21, 2773.88, 6218.09, 83.4497, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 22, 2765.7, 6210.09, 83.4438, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 23, 2762.77, 6202.1, 83.4395, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 24, 2762.54, 6187.41, 83.4578, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 25, 2765.46, 6178.01, 83.4598, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 26, 2762.24, 6188.36, 83.4575, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 27, 2763.33, 6204.33, 83.4432, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 28, 2766.61, 6211.59, 83.4381, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 29, 2773.5, 6217.87, 83.4484, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 30, 2765.7, 6210.09, 83.4438, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 31, 2762.77, 6202.1, 83.4395, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 32, 2762.54, 6187.41, 83.4578, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 33, 2765.46, 6178.01, 83.4598, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 34, 2762.24, 6188.36, 83.4575, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 35, 2763.33, 6204.33, 83.4432, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 36, 2766.61, 6211.59, 83.4381, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 37, 2773.5, 6217.87, 83.4484, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 38, 2765.7, 6210.09, 83.4438, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 39, 2762.77, 6202.1, 83.4395, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 40, 2762.54, 6187.41, 83.4578, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 41, 2765.46, 6178.01, 83.4598, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 42, 2762.24, 6188.36, 83.4575, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 43, 2763.33, 6204.33, 83.4432, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 44, 2766.61, 6211.59, 83.4381, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 45, 2773.5, 6217.87, 83.4484, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 46, 2765.7, 6210.09, 83.4438, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 47, 2762.77, 6202.1, 83.4395, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 48, 2762.54, 6187.41, 83.4578, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 49, 2765.46, 6178.01, 83.4598, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 50, 2762.24, 6188.36, 83.4575, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 51, 2763.33, 6204.33, 83.4432, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 52, 2766.61, 6211.59, 83.4381, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 53, 2773.5, 6217.87, 83.4484, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 54, 2765.7, 6210.09, 83.4438, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 55, 2762.77, 6202.1, 83.4395, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 56, 2762.54, 6187.41, 83.4578, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 57, 2765.46, 6178.01, 83.4598, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 58, 2762.24, 6188.36, 83.4575, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 59, 2763.33, 6204.33, 83.4432, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 60, 2766.61, 6211.59, 83.4381, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 61, 2773.5, 6217.87, 83.4484, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 62, 2765.7, 6210.09, 83.4438, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 63, 2762.77, 6202.1, 83.4395, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 64, 2762.54, 6187.41, 83.4578, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 65, 2765.46, 6178.01, 83.4598, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 66, 2762.24, 6188.36, 83.4575, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 67, 2763.33, 6204.33, 83.4432, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 68, 2766.61, 6211.59, 83.4381, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 69, 2773.5, 6217.87, 83.4484, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 70, 2766.07, 6210.93, 83.4391, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 71, 2762.53, 6207.16, 83.4206, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 72, 2762.16, 6187.79, 83.4531, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 73, 2765.46, 6178.01, 83.4598, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 74, 2761.85, 6187.82, 83.448, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 75, 2763.1, 6203.83, 83.4409, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 76, 2765.37, 6209.65, 83.4451, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 77, 2772.92, 6217.22, 83.4475, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 78, 2766.39, 6211.48, 83.437, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 79, 2762.96, 6202.62, 83.4409, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 80, 2762.31, 6187.53, 83.4546, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 81, 2765.22, 6178.21, 83.4565, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 82, 2762.24, 6188.36, 83.4575, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 83, 2763.33, 6204.33, 83.4432, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 84, 2766.61, 6211.59, 83.4381, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 85, 2773.5, 6217.87, 83.4484, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 86, 2765.7, 6210.09, 83.4438, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 87, 2762.77, 6202.1, 83.4395, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 88, 2762.54, 6187.41, 83.4578, 0, 0, 'Armorer Orkuruk'),
|
||
(25274, 89, 2765.46, 6178.01, 83.4598, 0, 0, 'Armorer Orkuruk'),
|
||
(25335, 1, 4121.4, 5791.31, 62.7287, 0, 0, 'Longrunner Proudhoof'),
|
||
(25335, 2, 4101.44, 5799.44, 67.9436, 0, 0, 'Longrunner Proudhoof'),
|
||
(25335, 3, 4083.93, 5805.44, 71.3716, 0, 0, 'Longrunner Proudhoof'),
|
||
(25335, 4, 4068.87, 5807.64, 73.8172, 0, 0, 'Longrunner Proudhoof'),
|
||
(25335, 5, 4052.77, 5802.65, 75.0918, 0, 0, 'Longrunner Proudhoof'),
|
||
(25335, 6, 4038.37, 5795.23, 75.4015, 0, 0, 'Longrunner Proudhoof'),
|
||
(25335, 7, 4025.04, 5789.23, 75.1947, 0, 0, 'Longrunner Proudhoof'),
|
||
(25335, 8, 4006.38, 5787.3, 73.1468, 0, 0, 'Longrunner Proudhoof'),
|
||
(25335, 9, 3984.42, 5778.06, 73.177, 0, 0, 'Longrunner Proudhoof'),
|
||
(25335, 10, 3952.68, 5758.44, 70.4851, 0, 0, 'Longrunner Proudhoof'),
|
||
(25335, 11, 3919.01, 5753.34, 69.2403, 0, 0, 'Longrunner Proudhoof'),
|
||
(25335, 12, 3894.65, 5745.7, 70.362, 0, 0, 'Longrunner Proudhoof'),
|
||
(25335, 13, 3883.36, 5725.31, 67.5505, 0, 0, 'Longrunner Proudhoof'),
|
||
(25460, 1, 2751.96, 6133.51, 214.379, 0, 0, 'Start WP'),
|
||
(25460, 2, 2728.81, 6146.47, 213.573, 0, 0, ''),
|
||
(25460, 3, 2634.25, 6188.83, 185.907, 0, 0, ''),
|
||
(25460, 4, 2597.96, 6255.91, 159.712, 0, 0, ''),
|
||
(25460, 5, 2538.72, 6307.64, 138.99, 0, 0, ''),
|
||
(25460, 6, 2393.91, 6321.95, 85.7957, 0, 0, ''),
|
||
(25460, 7, 2420.33, 6461.6, 89.3512, 0, 0, ''),
|
||
(25460, 8, 2439.19, 6494.39, 84.9345, 0, 0, ''),
|
||
(25460, 9, 2496.37, 6496.77, 78.7679, 0, 0, ''),
|
||
(25460, 10, 2567.01, 6550.51, 79.9068, 0, 0, ''),
|
||
(25460, 11, 2652.55, 6572.07, 58.5456, 0, 0, ''),
|
||
(25460, 12, 2725.12, 6642.3, 41.5734, 0, 0, ''),
|
||
(25460, 13, 2773.24, 6694.34, 25.4901, 0, 0, ''),
|
||
(25460, 14, 2797.66, 6718.52, 9.21231, 0, 0, 'Run SmartAI script 2546001'),
|
||
(25477, 1, 4179.1, 5251.51, 26.3785, 0, 0, 'Crafty Wobblesprocket'),
|
||
(25477, 2, 4177.94, 5250.2, 26.8785, 0, 0, 'Crafty Wobblesprocket'),
|
||
(25477, 3, 4181.05, 5243.43, 24.8785, 0, 0, 'Crafty Wobblesprocket'),
|
||
(25477, 4, 4182.07, 5222.45, 25.0087, 0, 0, 'Crafty Wobblesprocket'),
|
||
(25477, 5, 4193.04, 5217.23, 25.1337, 0, 0, 'Crafty Wobblesprocket'),
|
||
(25477, 6, 4193.04, 5217.23, 25.1337, 0, 0, 'Crafty Wobblesprocket'),
|
||
(25477, 7, 4190.72, 5217.94, 25.2587, 0, 0, 'Crafty Wobblesprocket'),
|
||
(25477, 8, 4176.05, 5229.44, 24.5087, 0, 0, 'Crafty Wobblesprocket'),
|
||
(25477, 9, 4166.73, 5248.8, 24.7535, 0, 0, 'Crafty Wobblesprocket'),
|
||
(25477, 10, 4172.79, 5254.92, 26.1285, 0, 0, 'Crafty Wobblesprocket'),
|
||
(25625, 1, 3119.97, 6539.04, 80.1591, 0, 0, 'Warsong Aberration'),
|
||
(25727, 1, 3195.64, 6102.67, 147.557, 0, 0, 'Warmage Moran'),
|
||
(25727, 2, 3437.59, 5915.93, 145.554, 0, 0, 'Warmage Moran'),
|
||
(25729, 1, 3111.1, 6580.77, 94.8496, 0, 0, 'Shadowstalker Getry'),
|
||
(25729, 2, 3110.1, 6586.86, 91.3752, 0, 0, 'Shadowstalker Getry'),
|
||
(25729, 3, 3113.44, 6592.44, 91.3642, 0, 0, 'Shadowstalker Getry'),
|
||
(25729, 4, 3119.61, 6593.75, 91.3783, 0, 0, 'Shadowstalker Getry'),
|
||
(25729, 5, 3125.42, 6589.7, 91.3783, 0, 0, 'Shadowstalker Getry'),
|
||
(25729, 6, 3125.23, 6582.04, 88.7871, 0, 0, 'Shadowstalker Getry'),
|
||
(25729, 7, 3118.36, 6581.91, 86.2718, 0, 0, 'Shadowstalker Getry'),
|
||
(25729, 8, 3117.46, 6584.56, 85.5313, 0, 0, 'Shadowstalker Getry'),
|
||
(25729, 9, 3118.02, 6589.55, 83.4635, 0, 0, 'Shadowstalker Getry'),
|
||
(25729, 10, 3120.6, 6589.66, 82.701, 0, 0, 'Shadowstalker Getry'),
|
||
(25729, 11, 3127.65, 6590.03, 79.6948, 0, 0, 'Shadowstalker Getry'),
|
||
(25729, 12, 3127.04, 6587.56, 79.2347, 0, 0, 'Shadowstalker Getry'),
|
||
(25729, 13, 3125.78, 6583.56, 77.7368, 0, 0, 'Shadowstalker Getry'),
|
||
(25729, 14, 3123.47, 6576.21, 78.2142, 0, 0, 'Shadowstalker Getry'),
|
||
(25729, 15, 3122.13, 6567.54, 79.0694, 0, 0, 'Shadowstalker Getry'),
|
||
(25729, 16, 3124.17, 6554.2, 78.9804, 0, 0, 'Shadowstalker Getry'),
|
||
(25730, 1, 3125.96, 6536.96, 79.9352, 0, 0, 'En\'kilah Necrolord'),
|
||
(25730, 2, 3120.88, 6543, 79.9563, 0, 0, 'En\'kilah Necrolord'),
|
||
(25732, 1, 3224.75, 6083.04, 147.557, 0, 0, 'Warmage Preston'),
|
||
(25732, 2, 3460.5, 5877.44, 149.537, 0, 0, 'Warmage Preston'),
|
||
(25733, 1, 3224.34, 6105.71, 146.779, 0, 0, 'Warmage Austin'),
|
||
(25733, 2, 3435.27, 5889.9, 151.063, 0, 0, 'Warmage Austin'),
|
||
(25765, 1, 4164.76, 5354.72, 30.1922, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 2, 4162.03, 5355.37, 30.0975, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 3, 4159.19, 5355.83, 30.0115, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 4, 4156.27, 5356.13, 29.944, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 5, 4154.66, 5355.74, 29.9113, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 6, 4152.15, 5354.79, 29.8698, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 7, 4149.63, 5353.54, 29.8358, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 8, 4147.14, 5352.08, 29.8087, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 9, 4144.69, 5350.45, 29.7875, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 10, 4142.29, 5348.69, 29.771, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 11, 4139.96, 5346.84, 29.7658, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 12, 4137.67, 5344.91, 29.7618, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 13, 4135.42, 5342.92, 29.7587, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 14, 4133.19, 5340.9, 29.7564, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 15, 4130.99, 5338.85, 29.7571, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 16, 4128.79, 5336.79, 29.7576, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 17, 4126.61, 5334.72, 29.758, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 18, 4124.43, 5332.63, 29.7583, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 19, 4121.54, 5329.85, 29.7586, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 20, 4118.18, 5326.6, 29.7588, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 21, 4116.02, 5324.5, 29.7589, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 22, 4113.87, 5322.4, 29.759, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 23, 4090.11, 5298.56, 29.7008, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 24, 4079.46, 5287.62, 29.8968, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 25, 4066.78, 5274.6, 31.5357, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 26, 4041.22, 5249.25, 31.4524, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 27, 4020.43, 5218.82, 29.8968, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 28, 4002.39, 5190.42, 29.8968, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 29, 4000.1, 5146.33, 29.8968, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 30, 3993, 5119.75, 29.8968, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 31, 3976.41, 5093.21, 29.8968, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 32, 3983.64, 5055.65, 29.8968, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 33, 3990.11, 5011.05, 29.8968, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 34, 3992.43, 4984.05, 29.8968, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 35, 3988.74, 4946.95, 29.8968, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 36, 3975.8, 4912.27, 29.8968, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 37, 3958.11, 4895.37, 29.8968, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 38, 3928.62, 4858.76, 29.8968, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 39, 3921.78, 4825.03, 29.8968, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 40, 3935.44, 4790.44, 29.8968, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 41, 3966.32, 4756.98, 29.8968, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 42, 3987.75, 4763.04, 29.8968, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 43, 4025.37, 4755.08, 29.8968, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 44, 4050.19, 4787.04, 29.8968, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 45, 4082.41, 4825.17, 29.8968, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 46, 4084.74, 4845.89, 29.8968, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 47, 4082.78, 4879.07, 29.8968, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 48, 4075.25, 4897.71, 29.8968, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 49, 4063.76, 4936.53, 29.8968, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 50, 4066.78, 4968.41, 29.8968, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 51, 4082.99, 4997.7, 29.8968, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 52, 4110.51, 5030.57, 29.8968, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 53, 4141.15, 5060.04, 29.8968, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 54, 4164.46, 5087.18, 29.8968, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 55, 4189.66, 5124.69, 29.8968, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 56, 4214.33, 5154.25, 29.8968, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 57, 4237.96, 5194.17, 29.8968, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 58, 4228.31, 5238.58, 42.119, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 59, 4200.38, 5271.22, 46.7579, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 60, 4211.72, 5318.44, 47.136, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 61, 4229.69, 5356.22, 47.136, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 62, 4229.78, 5396.17, 53.0804, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 63, 4231.3, 5419.96, 53.7193, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 64, 4228.38, 5466.13, 57.136, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 65, 4249.18, 5490.76, 47.136, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 66, 4282.77, 5500.86, 48.8582, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 67, 4300.52, 5486.34, 48.386, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 68, 4291.37, 5470.35, 48.9138, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 69, 4277.05, 5454.25, 47.136, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 70, 4253.64, 5434.85, 47.136, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 71, 4227.77, 5423.93, 47.136, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 72, 4204.01, 5411.22, 37.5249, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 73, 4194.85, 5402.54, 32.4137, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25765, 74, 4178.29, 5386.06, 30.9415, 0, 0, 'Fizzcrank Bomber wp 1'),
|
||
(25766, 1, 4149.32, 5357.73, 29.1195, 0, 0, 'Rig Hauler AC-9'),
|
||
(25766, 2, 4136.82, 5345.48, 29.1195, 0, 0, 'Rig Hauler AC-9'),
|
||
(25766, 3, 4125.57, 5333.98, 29.1195, 0, 0, 'Rig Hauler AC-9'),
|
||
(25766, 4, 4115.3, 5323.85, 28.6746, 0, 0, 'Rig Hauler AC-9'),
|
||
(25766, 5, 4108.16, 5316.85, 28.7593, 0, 0, 'Rig Hauler AC-9'),
|
||
(25766, 6, 4111.66, 5313.28, 28.7593, 0, 0, 'Rig Hauler AC-9'),
|
||
(25766, 7, 4112.75, 5314.95, 29.1619, 0, 0, 'Rig Hauler AC-9'),
|
||
(25766, 8, 4117, 5314.95, 29.1619, 0, 0, 'Rig Hauler AC-9'),
|
||
(25766, 9, 4119, 5316.95, 29.1619, 0, 0, 'Rig Hauler AC-9'),
|
||
(25766, 10, 4125.25, 5323.2, 29.1619, 0, 0, 'Rig Hauler AC-9'),
|
||
(25766, 11, 4127.25, 5325.2, 29.1619, 0, 0, 'Rig Hauler AC-9'),
|
||
(25766, 12, 4129.5, 5326.7, 29.1619, 0, 0, 'Rig Hauler AC-9'),
|
||
(25766, 13, 4131.5, 5328.45, 29.1619, 0, 0, 'Rig Hauler AC-9'),
|
||
(25766, 14, 4133.5, 5328.45, 29.1619, 0, 0, 'Rig Hauler AC-9'),
|
||
(25766, 15, 4134.75, 5329.45, 29.1619, 0, 0, 'Rig Hauler AC-9'),
|
||
(25766, 16, 4135.75, 5333.7, 29.1619, 0, 0, 'Rig Hauler AC-9'),
|
||
(25766, 17, 4142, 5337.2, 29.1619, 0, 0, 'Rig Hauler AC-9'),
|
||
(25766, 18, 4144, 5341.95, 29.1619, 0, 0, 'Rig Hauler AC-9'),
|
||
(25766, 19, 4146, 5344.95, 29.1619, 0, 0, 'Rig Hauler AC-9'),
|
||
(25766, 20, 4147.25, 5346.2, 29.1619, 0, 0, 'Rig Hauler AC-9'),
|
||
(25766, 21, 4150.25, 5348.2, 29.1619, 0, 0, 'Rig Hauler AC-9'),
|
||
(25766, 22, 4152.25, 5350.2, 29.1619, 0, 0, 'Rig Hauler AC-9'),
|
||
(25766, 23, 4162.75, 5356.2, 29.6619, 0, 0, 'Rig Hauler AC-9'),
|
||
(25766, 24, 4167, 5358.7, 30.4119, 0, 0, 'Rig Hauler AC-9'),
|
||
(25766, 25, 4170.33, 5359.11, 30.0645, 0, 0, 'Rig Hauler AC-9'),
|
||
(25783, 1, 4168.53, 5251.93, 24.8785, 0, 0, 'Fizzcrank Airstrip Survivor'),
|
||
(25783, 2, 4156.66, 5256.01, 24.6232, 0, 0, 'Fizzcrank Airstrip Survivor'),
|
||
(25783, 3, 4151.53, 5269, 25.3642, 0, 0, 'Fizzcrank Airstrip Survivor'),
|
||
(25783, 4, 4159.55, 5281.08, 26.2392, 0, 0, 'Fizzcrank Airstrip Survivor'),
|
||
(25783, 5, 4173.9, 5280.84, 26.6931, 0, 0, 'Fizzcrank Airstrip Survivor'),
|
||
(25783, 6, 4179.47, 5282.7, 26.6931, 0, 0, 'Fizzcrank Airstrip Survivor'),
|
||
(25803, 1, 2732.85, 5267, 70.526, 0, 0, 'Karen I Don\'t Caribou the Cullerr'),
|
||
(25803, 2, 2726.15, 5264.63, 71.5126, 0, 0, 'Karen I Don\'t Caribou the Cullerr'),
|
||
(25803, 3, 2721.45, 5267.05, 71.632, 0, 0, 'Karen I Don\'t Caribou the Cullerr'),
|
||
(25803, 4, 2721.44, 5276.07, 70.8437, 0, 0, 'Karen I Don\'t Caribou the Cullerr'),
|
||
(25803, 5, 2729.39, 5276.17, 71.4764, 0, 0, 'Karen I Don\'t Caribou the Cullerr'),
|
||
(25803, 6, 2732.85, 5267, 70.526, 0, 0, 'Karen I Don\'t Caribou the Cullerr'),
|
||
(25803, 7, 2726.15, 5264.63, 71.5126, 0, 0, 'Karen I Don\'t Caribou the Cullerr'),
|
||
(25803, 8, 2721.45, 5267.05, 71.632, 0, 0, 'Karen I Don\'t Caribou the Cullerr'),
|
||
(25803, 9, 2721.44, 5276.07, 70.8437, 0, 0, 'Karen I Don\'t Caribou the Cullerr'),
|
||
(25803, 10, 2729.39, 5276.17, 71.4764, 0, 0, 'Karen I Don\'t Caribou the Cullerr'),
|
||
(25803, 11, 2732.85, 5267, 70.526, 0, 0, 'Karen I Don\'t Caribou the Cullerr'),
|
||
(25803, 12, 2726.15, 5264.63, 71.5126, 0, 0, 'Karen I Don\'t Caribou the Cullerr'),
|
||
(25803, 13, 2721.45, 5267.05, 71.632, 0, 0, 'Karen I Don\'t Caribou the Cullerr'),
|
||
(25803, 14, 2721.44, 5276.07, 70.8437, 0, 0, 'Karen I Don\'t Caribou the Cullerr'),
|
||
(25803, 15, 2728.34, 5281.66, 71.0141, 0, 0, 'Karen I Don\'t Caribou the Cullerr'),
|
||
(25803, 16, 2729.39, 5276.17, 71.4764, 0, 0, 'Karen I Don\'t Caribou the Cullerr'),
|
||
(25803, 17, 2732.85, 5267, 70.526, 0, 0, 'Karen I Don\'t Caribou the Cullerr'),
|
||
(25803, 18, 2726.15, 5264.63, 71.5126, 0, 0, 'Karen I Don\'t Caribou the Cullerr'),
|
||
(25803, 19, 2721.45, 5267.05, 71.632, 0, 0, 'Karen I Don\'t Caribou the Cullerr'),
|
||
(25803, 20, 2721.44, 5276.07, 70.8437, 0, 0, 'Karen I Don\'t Caribou the Cullerr'),
|
||
(25803, 21, 2729.39, 5276.17, 71.4764, 0, 0, 'Karen I Don\'t Caribou the Cullerr'),
|
||
(25803, 22, 2732.85, 5267, 70.526, 0, 0, 'Karen I Don\'t Caribou the Cullerr'),
|
||
(25803, 23, 2726.15, 5264.63, 71.5126, 0, 0, 'Karen I Don\'t Caribou the Cullerr'),
|
||
(25803, 24, 2721.45, 5267.05, 71.632, 0, 0, 'Karen I Don\'t Caribou the Cullerr'),
|
||
(25803, 25, 2721.44, 5276.07, 70.8437, 0, 0, 'Karen I Don\'t Caribou the Cullerr'),
|
||
(25803, 26, 2729.39, 5276.17, 71.4764, 0, 0, 'Karen I Don\'t Caribou the Cullerr'),
|
||
(25849, 1, 3476.83, 4099.6, 20.466, 0, 0, 'Fezzix Geartwist'),
|
||
(25849, 2, 3469.26, 4098.42, 23.3757, 0, 0, 'Fezzix Geartwist'),
|
||
(25849, 3, 3464.06, 4092.92, 28.0921, 0, 0, 'Fezzix Geartwist'),
|
||
(25849, 4, 3468.28, 4083.91, 34.5365, 0, 0, 'Fezzix Geartwist'),
|
||
(25849, 5, 3471.04, 4079.12, 38.0644, 0, 0, 'Fezzix Geartwist'),
|
||
(25849, 6, 3476.16, 4076.13, 41.481, 0, 0, 'Fezzix Geartwist'),
|
||
(25849, 7, 3483.69, 4077.68, 42.7866, 0, 0, 'Fezzix Geartwist'),
|
||
(25849, 8, 3487.81, 4082.53, 42.7866, 0, 0, 'Fezzix Geartwist'),
|
||
(25849, 9, 3488.05, 4090.02, 42.7866, 0, 0, 'Fezzix Geartwist'),
|
||
(25849, 10, 3486.57, 4098.1, 42.7866, 0, 0, 'Fezzix Geartwist'),
|
||
(25849, 11, 3479.9, 4100.22, 42.7866, 0, 0, 'Fezzix Geartwist'),
|
||
(25849, 12, 3477.16, 4103.97, 17.9091, 0, 0, 'Fezzix Geartwist'),
|
||
(25851, 1, 1691.8, 513.581, 85.272, 0, 0, 'Volatile Fiend'),
|
||
(25851, 2, 1685.3, 531.707, 85.2726, 0, 0, 'Volatile Fiend'),
|
||
(25851, 3, 1678.34, 548.748, 85.1301, 0, 0, 'Volatile Fiend'),
|
||
(25851, 4, 1666.06, 562.532, 85.0835, 0, 0, 'Volatile Fiend'),
|
||
(25851, 5, 1637.52, 577.188, 85.0895, 0, 0, 'Volatile Fiend'),
|
||
(25851, 6, 1614.78, 593.407, 84.98, 0, 0, 'Volatile Fiend'),
|
||
(25851, 7, 1597.61, 586.214, 84.9866, 0, 0, 'Volatile Fiend'),
|
||
(25851, 8, 1600.17, 579.387, 84.8456, 0, 0, 'Volatile Fiend'),
|
||
(25851, 9, 1614.05, 560.661, 73.5036, 0, 0, 'Volatile Fiend'),
|
||
(25851, 10, 1628.04, 541.932, 63.0932, 0, 0, 'Volatile Fiend'),
|
||
(25851, 11, 1647.24, 530.052, 53.9219, 0, 0, 'Volatile Fiend'),
|
||
(25851, 12, 1654.32, 527.089, 50.6408, 0, 0, 'Volatile Fiend'),
|
||
(25851, 13, 1659.93, 519.575, 50.5756, 0, 0, 'Volatile Fiend'),
|
||
(25851, 14, 1653.65, 505.556, 50.5756, 0, 0, 'Volatile Fiend'),
|
||
(25851, 15, 1632.21, 514.799, 50.5756, 0, 0, 'Volatile Fiend'),
|
||
(25851, 16, 1614, 529.46, 50.5756, 0, 0, 'Volatile Fiend'),
|
||
(25851, 17, 1596.71, 543.375, 50.5756, 0, 0, 'Volatile Fiend'),
|
||
(25851, 18, 1583.25, 560.562, 50.5756, 0, 0, 'Volatile Fiend'),
|
||
(25851, 19, 1570.92, 574.75, 50.6095, 0, 0, 'Volatile Fiend'),
|
||
(25851, 20, 1557.81, 569.841, 50.5778, 0, 0, 'Volatile Fiend'),
|
||
(25986, 1, 2797.49, 5277.37, 22.0435, 0, 0, 'Ore Cart'),
|
||
(25986, 2, 2794.32, 5281.92, 22.4205, 0, 0, 'Ore Cart'),
|
||
(25986, 3, 2790.66, 5285.51, 21.9443, 0, 0, 'Ore Cart'),
|
||
(25986, 4, 2783.22, 5291.11, 22.7502, 0, 0, 'Ore Cart'),
|
||
(25986, 5, 2776.37, 5297, 24.6788, 0, 0, 'Ore Cart'),
|
||
(25986, 6, 2772.41, 5299.31, 25.5129, 0, 0, 'Ore Cart'),
|
||
(25986, 7, 2767.82, 5300.13, 26.1103, 0, 0, 'Ore Cart'),
|
||
(25986, 8, 2764.16, 5299.4, 26.2145, 0, 0, 'Ore Cart'),
|
||
(25986, 9, 2760.57, 5297.91, 26.187, 0, 0, 'Ore Cart'),
|
||
(25986, 10, 2757.37, 5295.31, 25.8549, 0, 0, 'Ore Cart'),
|
||
(25986, 11, 2755.49, 5291.84, 25.142, 0, 0, 'Ore Cart'),
|
||
(25986, 12, 2752.95, 5288.89, 24.7977, 0, 0, 'Ore Cart'),
|
||
(25986, 13, 2748.91, 5286.94, 24.7359, 0, 0, 'Ore Cart'),
|
||
(25986, 14, 2746.13, 5285.9, 24.8515, 0, 0, 'Ore Cart'),
|
||
(25986, 15, 2733.06, 5284.92, 27.2962, 0, 0, 'Ore Cart'),
|
||
(25988, 1, 3301.39, 5694.1, 60, 0, 0, ''),
|
||
(25988, 2, 3304.44, 5757.94, 51.88, 0, 0, ''),
|
||
(25989, 1, 3301.39, 5694.1, 60, 0, 0, ''),
|
||
(25989, 2, 3304.44, 5757.94, 51.88, 0, 0, ''),
|
||
(25990, 1, 3301.39, 5694.1, 60, 0, 0, ''),
|
||
(25990, 2, 3304.44, 5757.94, 51.88, 0, 0, ''),
|
||
(26287, 1, 4539, 45, 100, 0, 0, 'Icestorm'),
|
||
(26287, 2, 4539, 45, 80.6, 0, 0, 'Icestorm'),
|
||
(26379, 1, 3842.12, 1492.08, 91.717, 0, 0, 'Overlord Agmar'),
|
||
(26379, 2, 3842.42, 1498.37, 91.988, 0, 0, 'Overlord Agmar'),
|
||
(26379, 3, 3842.67, 1511.37, 91.988, 0, 0, 'Overlord Agmar'),
|
||
(26379, 4, 3842.17, 1520.62, 91.738, 0, 0, 'Overlord Agmar'),
|
||
(26379, 5, 3842.67, 1535.87, 90.238, 0, 0, 'Overlord Agmar'),
|
||
(26379, 6, 3850.17, 1547.62, 90.238, 0, 0, 'Overlord Agmar'),
|
||
(26379, 7, 3859.42, 1559.87, 90.238, 0, 0, 'Overlord Agmar'),
|
||
(26379, 8, 3865.92, 1568.37, 90.238, 0, 0, 'Overlord Agmar'),
|
||
(26379, 9, 3868.92, 1577.62, 90.238, 0, 0, 'Overlord Agmar'),
|
||
(26379, 10, 3870.23, 1589.65, 89.759, 0, 0, 'Overlord Agmar'),
|
||
(26553, 1, 467.509, -325.542, 104.086, 0, 0, NULL),
|
||
(26553, 2, 483.179, -325.046, 104.047, 0, 0, NULL),
|
||
(26599, 1, 4137.04, 5285.1, 25.2392, 0, 0, 'Willis Wobblewheel'),
|
||
(26599, 2, 4135.78, 5282.23, 25.1142, 0, 0, 'Willis Wobblewheel'),
|
||
(26599, 3, 4135, 5281.17, 25.1142, 0, 0, 'Willis Wobblewheel'),
|
||
(26599, 4, 4135.78, 5282.23, 25.1142, 0, 0, 'Willis Wobblewheel'),
|
||
(26600, 1, 4138.14, 5318.3, 28.8185, 0, 0, 'Chief Engineer Galpen Rolltie'),
|
||
(26600, 2, 4140.48, 5319.23, 29.296, 0, 0, 'Chief Engineer Galpen Rolltie'),
|
||
(26600, 3, 4141.73, 5323.98, 29.046, 0, 0, 'Chief Engineer Galpen Rolltie'),
|
||
(26600, 4, 4139.98, 5327.23, 29.296, 0, 0, 'Chief Engineer Galpen Rolltie'),
|
||
(26600, 5, 4136.98, 5328.23, 29.296, 0, 0, 'Chief Engineer Galpen Rolltie'),
|
||
(26600, 6, 4134.98, 5327.23, 29.296, 0, 0, 'Chief Engineer Galpen Rolltie'),
|
||
(26600, 7, 4135.31, 5325.65, 28.7736, 0, 0, 'Chief Engineer Galpen Rolltie'),
|
||
(26600, 8, 4135.06, 5327.82, 29.2723, 0, 0, 'Chief Engineer Galpen Rolltie'),
|
||
(26600, 9, 4140.06, 5327.82, 29.2723, 0, 0, 'Chief Engineer Galpen Rolltie'),
|
||
(26600, 10, 4143.31, 5325.32, 29.2723, 0, 0, 'Chief Engineer Galpen Rolltie'),
|
||
(26600, 11, 4141.31, 5317.82, 29.7723, 0, 0, 'Chief Engineer Galpen Rolltie'),
|
||
(26600, 12, 4137.06, 5314.82, 29.0223, 0, 0, 'Chief Engineer Galpen Rolltie'),
|
||
(26600, 13, 4132.31, 5316.57, 29.0223, 0, 0, 'Chief Engineer Galpen Rolltie'),
|
||
(26600, 14, 4130.31, 5319.82, 29.2723, 0, 0, 'Chief Engineer Galpen Rolltie'),
|
||
(26600, 15, 4131.82, 5320.48, 28.7711, 0, 0, 'Chief Engineer Galpen Rolltie'),
|
||
(26600, 16, 4130.52, 5321.02, 29.2485, 0, 0, 'Chief Engineer Galpen Rolltie'),
|
||
(26600, 17, 4131.02, 5317.77, 29.2485, 0, 0, 'Chief Engineer Galpen Rolltie'),
|
||
(26600, 18, 4133.77, 5315.77, 28.9985, 0, 0, 'Chief Engineer Galpen Rolltie'),
|
||
(26600, 19, 4136.73, 5316.55, 28.726, 0, 0, 'Chief Engineer Galpen Rolltie'),
|
||
(26634, 1, 4186.93, 5321.1, 58.1344, 0, 0, 'Fizzcrank Watcher Rupert Keeneye'),
|
||
(26634, 2, 4185.13, 5318.71, 58.1639, 0, 0, 'Fizzcrank Watcher Rupert Keeneye'),
|
||
(26634, 3, 4186.52, 5316.94, 58.1505, 0, 0, 'Fizzcrank Watcher Rupert Keeneye'),
|
||
(26634, 4, 4186.93, 5321.1, 58.1344, 0, 0, 'Fizzcrank Watcher Rupert Keeneye'),
|
||
(26634, 5, 4191.27, 5319.61, 58.1242, 0, 0, 'Fizzcrank Watcher Rupert Keeneye'),
|
||
(26634, 6, 4189.93, 5324.71, 58.0898, 0, 0, 'Fizzcrank Watcher Rupert Keeneye'),
|
||
(26634, 7, 4184.38, 5325.55, 58.056, 0, 0, 'Fizzcrank Watcher Rupert Keeneye'),
|
||
(26634, 8, 4183.35, 5318.84, 58.1593, 0, 0, 'Fizzcrank Watcher Rupert Keeneye'),
|
||
(26654, 1, 4067.68, 2214.18, 151.956, 0, 0, 'Roanauk Icemist'),
|
||
(26666, 1, 3849.29, -4532.05, 209.598, 0, 0, 'Scout Vor\'takh'),
|
||
(26666, 2, 3850.29, -4531.55, 209.598, 0, 0, 'Scout Vor\'takh'),
|
||
(26666, 3, 3851.54, -4530.3, 210.348, 0, 0, 'Scout Vor\'takh'),
|
||
(26666, 4, 3851.79, -4530.05, 210.348, 0, 0, 'Scout Vor\'takh'),
|
||
(26666, 5, 3853.54, -4529.8, 209.598, 0, 0, 'Scout Vor\'takh'),
|
||
(26666, 6, 3855.29, -4529.8, 209.598, 0, 0, 'Scout Vor\'takh'),
|
||
(26666, 7, 3848.19, -4531.66, 209.344, 0, 0, 'Scout Vor\'takh'),
|
||
(26814, 1, 4904.21, -4758.29, 27.2747, 0, 0, 'Harrison Jones'),
|
||
(26814, 2, 4896.46, -4755.54, 27.2747, 0, 0, 'Harrison Jones'),
|
||
(26814, 3, 4893.66, -4754.36, 27.2331, 0, 0, 'Harrison Jones'),
|
||
(26814, 4, 4886.54, -4762.92, 27.5783, 0, 0, 'Harrison Jones'),
|
||
(26814, 5, 4880.44, -4770.73, 30.7007, 0, 0, 'Harrison Jones'),
|
||
(26814, 6, 4876.7, -4790.86, 32.3273, 0, 0, 'Harrison Jones'),
|
||
(26814, 7, 4878.25, -4793.77, 32.5342, 0, 0, 'Harrison Jones'),
|
||
(26814, 8, 4882.6, -4795.87, 32.302, 0, 0, 'Harrison Jones'),
|
||
(26814, 9, 4909.49, -4798.01, 32.5497, 0, 0, 'Harrison Jones'),
|
||
(26814, 10, 4907.81, -4804.19, 31.7896, 0, 0, 'Harrison Jones'),
|
||
(26814, 11, 4914.76, -4823.07, 32.6645, 0, 0, 'Harrison Jones'),
|
||
(26814, 12, 4913.03, -4822.29, 32.6304, 0, 0, 'Harrison Jones'),
|
||
(26814, 13, 4909.31, -4821.51, 32.5964, 0, 0, 'Harrison Jones'),
|
||
(26814, 14, 4893.95, -4813.76, 31.7795, 0, 0, 'Harrison Jones'),
|
||
(26814, 15, 4887.19, -4808.02, 32.0295, 0, 0, 'Harrison Jones'),
|
||
(26814, 16, 4886.38, -4806.94, 32.2928, 0, 0, 'Harrison Jones'),
|
||
(26814, 17, 4883.65, -4798.88, 32.5787, 0, 0, 'Harrison Jones'),
|
||
(26814, 18, 4899.4, -4806.08, 32.0295, 0, 0, 'Harrison Jones'),
|
||
(26817, 1, 4176.5, 5280.57, 27.1744, 0, 0, 'Fizzcrank Fighter'),
|
||
(26817, 2, 4167, 5282.07, 27.1744, 0, 0, 'Fizzcrank Fighter'),
|
||
(26817, 3, 4164.75, 5282.57, 26.9244, 0, 0, 'Fizzcrank Fighter'),
|
||
(26817, 4, 4162.65, 5282.68, 26.4892, 0, 0, 'Fizzcrank Fighter'),
|
||
(26817, 5, 4158.46, 5280.63, 26.2642, 0, 0, 'Fizzcrank Fighter'),
|
||
(26817, 6, 4155.71, 5279.38, 25.7642, 0, 0, 'Fizzcrank Fighter'),
|
||
(26817, 7, 4154.96, 5278.94, 24.8642, 0, 0, 'Fizzcrank Fighter'),
|
||
(26817, 8, 4147.71, 5281.82, 24.8642, 0, 0, 'Fizzcrank Fighter'),
|
||
(26817, 9, 4144.76, 5295.5, 25.6142, 0, 0, 'Fizzcrank Fighter'),
|
||
(26817, 10, 4142.65, 5300.07, 26.9435, 0, 0, 'Fizzcrank Fighter'),
|
||
(26817, 11, 4137.88, 5308.75, 27.9435, 0, 0, 'Fizzcrank Fighter'),
|
||
(26817, 12, 4135.61, 5310.59, 28.9383, 0, 0, 'Fizzcrank Fighter'),
|
||
(26817, 13, 4131.43, 5312.56, 28.7593, 0, 0, 'Fizzcrank Fighter'),
|
||
(26817, 14, 4123.82, 5317.62, 28.7593, 0, 0, 'Fizzcrank Fighter'),
|
||
(26817, 15, 4115.43, 5321.65, 28.7593, 0, 0, 'Fizzcrank Fighter'),
|
||
(26935, 1, 4002.47, -4556.81, 196.499, 0, 0, ''),
|
||
(26935, 2, 4001.88, -4556, 196.499, 0, 0, ''),
|
||
(26935, 3, 3997.25, -4525.08, 195.357, 0, 0, ''),
|
||
(26935, 4, 3996.83, -4519.89, 195.683, 0, 0, ''),
|
||
(27002, 1, 2746.33, 420.078, 67.9821, 0, 0, 'Grom\'thar the Thunderbringer'),
|
||
(27141, 1, 3595.1, 5959.01, 136.328, 0, 0, 'Librarian Hamilton'),
|
||
(27141, 2, 3590.25, 5953.57, 136.203, 0, 0, 'Librarian Hamilton'),
|
||
(27141, 3, 3595.1, 5959.01, 136.328, 0, 0, 'Librarian Hamilton'),
|
||
(27141, 4, 3593.01, 5963.17, 136.328, 0, 0, 'Librarian Hamilton'),
|
||
(27247, 1, 2791.19, -489.913, 119.618, 0, 0, 'Devout Bodyguard'),
|
||
(27247, 2, 2790.89, -486.461, 119.618, 0, 0, 'Devout Bodyguard'),
|
||
(27247, 3, 2795.3, -483.051, 119.79, 0, 0, 'Devout Bodyguard'),
|
||
(27247, 4, 2802.81, -476.778, 119.617, 0, 0, 'Devout Bodyguard'),
|
||
(27247, 5, 2810.49, -469.102, 119.617, 0, 0, 'Devout Bodyguard'),
|
||
(27247, 6, 2815.06, -465.838, 119.616, 0, 0, 'Devout Bodyguard'),
|
||
(27247, 7, 2818.89, -469.552, 119.842, 0, 0, 'Devout Bodyguard'),
|
||
(27247, 8, 2823, -471.411, 124.312, 0, 0, 'Devout Bodyguard'),
|
||
(27247, 9, 2827.5, -472.139, 128.524, 0, 0, 'Devout Bodyguard'),
|
||
(27247, 10, 2830.89, -471.426, 131.574, 0, 0, 'Devout Bodyguard'),
|
||
(27247, 11, 2834.82, -469.685, 135.201, 0, 0, 'Devout Bodyguard'),
|
||
(27247, 12, 2839.76, -462.89, 135.363, 0, 0, 'Devout Bodyguard'),
|
||
(27247, 13, 2838.14, -452.877, 135.363, 0, 0, 'Devout Bodyguard'),
|
||
(27247, 14, 2831.41, -448.48, 135.363, 0, 0, 'Devout Bodyguard'),
|
||
(27247, 15, 2823.73, -448.069, 135.363, 0, 0, 'Devout Bodyguard'),
|
||
(27247, 16, 2817.5, -453.122, 135.363, 0, 0, 'Devout Bodyguard'),
|
||
(27247, 17, 2815.11, -460.489, 135.363, 0, 0, 'Devout Bodyguard'),
|
||
(27247, 18, 2818.25, -470.07, 135.402, 0, 0, 'Devout Bodyguard'),
|
||
(27247, 19, 2822.93, -471.575, 140.076, 0, 0, 'Devout Bodyguard'),
|
||
(27247, 20, 2824.93, -472.218, 142.183, 0, 0, 'Devout Bodyguard'),
|
||
(27247, 21, 2828.06, -472.535, 145.044, 0, 0, 'Devout Bodyguard'),
|
||
(27247, 22, 2830.79, -471.943, 147.541, 0, 0, 'Devout Bodyguard'),
|
||
(27247, 23, 2834.41, -470.538, 150.757, 0, 0, 'Devout Bodyguard'),
|
||
(27247, 24, 2837.1, -467.819, 150.837, 0, 0, 'Devout Bodyguard'),
|
||
(27247, 25, 2832.85, -462.689, 150.835, 0, 0, 'Devout Bodyguard'),
|
||
(27299, 1, 3640.38, 5908, 174.576, 0, 0, 'Initiate Greer'),
|
||
(27299, 2, 3642.54, 5905.63, 174.572, 0, 0, 'Initiate Greer'),
|
||
(27299, 3, 3645.93, 5904.91, 174.571, 0, 0, 'Initiate Greer'),
|
||
(27299, 4, 3647.52, 5906.78, 174.576, 0, 0, 'Initiate Greer'),
|
||
(27299, 5, 3646.7, 5907.29, 174.578, 0, 0, 'Initiate Greer'),
|
||
(27299, 6, 3647.49, 5906.69, 174.578, 0, 0, 'Initiate Greer'),
|
||
(27299, 7, 3646.49, 5905.07, 174.576, 0, 0, 'Initiate Greer'),
|
||
(27299, 8, 3643.7, 5905.04, 174.568, 0, 0, 'Initiate Greer'),
|
||
(27299, 9, 3641.21, 5906.38, 174.577, 0, 0, 'Initiate Greer'),
|
||
(27299, 10, 3640.11, 5908.16, 174.577, 0, 0, 'Initiate Greer'),
|
||
(27299, 11, 3641.55, 5908.3, 174.577, 0, 0, 'Initiate Greer'),
|
||
(27301, 1, 3655.39, 5880.89, 174.576, 0, 0, 'Apprentice Trotter'),
|
||
(27301, 2, 3648.21, 5875.72, 174.554, 0, 0, 'Apprentice Trotter'),
|
||
(27301, 3, 3649.17, 5874.43, 174.578, 0, 0, 'Apprentice Trotter'),
|
||
(27301, 4, 3656.08, 5881.3, 174.577, 0, 0, 'Apprentice Trotter'),
|
||
(27301, 5, 3659.29, 5880.93, 174.577, 0, 0, 'Apprentice Trotter'),
|
||
(27301, 6, 3658.57, 5882.95, 174.577, 0, 0, 'Apprentice Trotter'),
|
||
(27301, 7, 3659.6, 5887.87, 174.577, 0, 0, 'Apprentice Trotter'),
|
||
(27301, 8, 3661.47, 5888.53, 174.577, 0, 0, 'Apprentice Trotter'),
|
||
(27301, 9, 3659.61, 5887.48, 174.576, 0, 0, 'Apprentice Trotter'),
|
||
(27316, 1, 3804.54, -679.709, 213.753, 0, 0, 'Inquisitor Hallard'),
|
||
(27316, 2, 3802.98, -678.811, 214.253, 0, 0, 'Inquisitor Hallard'),
|
||
(27316, 3, 3800.48, -678.061, 214.253, 0, 0, 'Inquisitor Hallard'),
|
||
(27316, 4, 3797.92, -677.414, 213.753, 0, 0, 'Inquisitor Hallard'),
|
||
(27328, 1, 4674.4, -3873.15, 330.561, 0, 0, 'Tur Ragepaw'),
|
||
(27328, 2, 4674.46, -3866.89, 329.246, 0, 0, 'Tur Ragepaw'),
|
||
(27328, 3, 4673.88, -3866.08, 329.222, 0, 0, 'Tur Ragepaw'),
|
||
(27328, 4, 4672.47, -3865.6, 328.498, 0, 0, 'Tur Ragepaw'),
|
||
(27328, 5, 4672.15, -3865.48, 328.646, 0, 0, 'Tur Ragepaw'),
|
||
(27328, 6, 4672.61, -3863.96, 328.316, 0, 0, 'Tur Ragepaw'),
|
||
(27328, 7, 4673.65, -3862.96, 328.13, 0, 0, 'Tur Ragepaw'),
|
||
(27328, 8, 4684.61, -3858.28, 327.406, 0, 0, 'Tur Ragepaw'),
|
||
(27328, 9, 4708.5, -3848.28, 327.683, 0, 0, 'Tur Ragepaw'),
|
||
(27328, 10, 4725.16, -3847.27, 330.066, 0, 0, 'Tur Ragepaw'),
|
||
(27328, 11, 4737.86, -3846.77, 331.398, 0, 0, 'Tur Ragepaw'),
|
||
(27328, 12, 4751.12, -3846.35, 333.464, 0, 0, 'Tur Ragepaw'),
|
||
(27328, 13, 4768.89, -3845.35, 333.872, 0, 0, 'Tur Ragepaw'),
|
||
(27328, 14, 4787.34, -3843.56, 333.92, 0, 0, 'Tur Ragepaw'),
|
||
(27328, 15, 4808.69, -3836.07, 336.295, 0, 0, 'Tur Ragepaw'),
|
||
(27328, 16, 4828.49, -3834.72, 337.858, 0, 0, 'Tur Ragepaw'),
|
||
(27328, 17, 4845.89, -3835.52, 338.634, 0, 0, 'Tur Ragepaw'),
|
||
(27328, 18, 4859.34, -3842.23, 338.559, 0, 0, 'Tur Ragepaw'),
|
||
(27328, 19, 4887.68, -3843.54, 337.535, 0, 0, 'Tur Ragepaw'),
|
||
(27383, 1, 3681.6, -912.228, 77.6402, 0, 0, 'Thel zan the Duskbringer'),
|
||
(27409, 1, 4431.64, -2481.55, 245.498, 0, 0, ''),
|
||
(27409, 2, 4449.24, -2471.33, 242.36, 0, 0, ''),
|
||
(27409, 3, 4461.93, -2462.85, 239.52, 0, 0, ''),
|
||
(27409, 4, 4462.99, -2448.24, 237.881, 0, 0, ''),
|
||
(27409, 5, 4479.58, -2434.09, 235.04, 0, 0, ''),
|
||
(27409, 6, 4488.5, -2420.69, 233.043, 0, 0, ''),
|
||
(27409, 7, 4494.65, -2414.14, 230.241, 0, 0, ''),
|
||
(27409, 8, 4499.73, -2414.86, 230.953, 0, 0, ''),
|
||
(27409, 9, 4510.85, -2401.81, 226.619, 0, 0, ''),
|
||
(27409, 10, 4517.01, -2388.02, 220.151, 0, 0, ''),
|
||
(27409, 11, 4520.02, -2373.92, 213.042, 0, 0, ''),
|
||
(27409, 12, 4524.58, -2355.4, 202.208, 0, 0, ''),
|
||
(27409, 13, 4520.5, -2332.2, 190.854, 0, 0, ''),
|
||
(27409, 14, 4509.68, -2314.53, 182.408, 0, 0, ''),
|
||
(27409, 15, 4488.28, -2309.13, 184.352, 0, 0, ''),
|
||
(27409, 16, 4480.72, -2311.42, 185.421, 0, 0, ''),
|
||
(27409, 17, 4470.29, -2314.58, 183.929, 0, 0, ''),
|
||
(27409, 18, 4453.35, -2318.29, 189.487, 0, 0, ''),
|
||
(27409, 19, 4442.95, -2311.86, 192.656, 0, 0, ''),
|
||
(27409, 20, 4414.56, -2297.74, 191.105, 0, 0, ''),
|
||
(27409, 21, 4396.02, -2286.89, 192.638, 0, 0, ''),
|
||
(27409, 22, 4383.11, -2278.55, 188.321, 0, 0, ''),
|
||
(27409, 23, 4369.12, -2256.09, 187.593, 0, 0, ''),
|
||
(27409, 24, 4339.65, -2250.22, 188.637, 0, 0, ''),
|
||
(27409, 25, 4299.78, -2260.09, 205.304, 0, 0, ''),
|
||
(27409, 26, 4292.07, -2261.81, 209.1, 0, 0, ''),
|
||
(27409, 27, 4258.07, -2270.73, 212.054, 0, 0, ''),
|
||
(27409, 28, 4224.15, -2276.5, 214.878, 0, 0, ''),
|
||
(27409, 29, 4210.62, -2280.83, 214.911, 0, 0, ''),
|
||
(27409, 30, 4193.76, -2285.94, 219.886, 0, 0, ''),
|
||
(27409, 31, 4168.56, -2272.44, 221.375, 0, 0, ''),
|
||
(27409, 32, 4151.02, -2269.35, 223.433, 0, 0, ''),
|
||
(27409, 33, 4131.85, -2271.16, 221.921, 0, 0, ''),
|
||
(27409, 34, 4112.48, -2276.04, 219.917, 0, 0, ''),
|
||
(27409, 35, 4103.6, -2274.2, 219.276, 0, 0, ''),
|
||
(27409, 36, 4093.84, -2276.39, 219.043, 0, 0, ''),
|
||
(27409, 37, 4084.73, -2272.29, 217.87, 0, 0, ''),
|
||
(27409, 38, 4063.24, -2261.99, 215.989, 0, 0, ''),
|
||
(27409, 39, 4059.94, -2260.47, 216.993, 0, 0, ''),
|
||
(27409, 40, 4028.19, -2252.87, 218.259, 0, 0, ''),
|
||
(27409, 41, 4020.98, -2249.35, 217.13, 0, 0, ''),
|
||
(27409, 42, 4005.43, -2256.11, 218.452, 0, 0, ''),
|
||
(27409, 43, 3988.11, -2262.06, 217.11, 0, 0, ''),
|
||
(27409, 44, 3968.36, -2267.24, 215.268, 0, 0, ''),
|
||
(27409, 45, 3953.14, -2268.63, 212.391, 0, 0, ''),
|
||
(27409, 46, 3935.73, -2276.52, 209.67, 0, 0, ''),
|
||
(27409, 47, 3922.17, -2282.02, 211.201, 0, 0, ''),
|
||
(27409, 48, 3913.77, -2300.28, 209.62, 0, 0, ''),
|
||
(27409, 49, 3914.16, -2317.61, 208.95, 0, 0, ''),
|
||
(27409, 50, 3911.53, -2330.58, 207.752, 0, 0, ''),
|
||
(27409, 51, 3907.1, -2346.11, 204.631, 0, 0, ''),
|
||
(27409, 52, 3901.43, -2362.48, 206.198, 0, 0, ''),
|
||
(27409, 53, 3885.37, -2368.48, 202.271, 0, 0, ''),
|
||
(27409, 54, 3871.68, -2371.44, 196.694, 0, 0, ''),
|
||
(27409, 55, 3858.81, -2374.24, 194.039, 0, 0, ''),
|
||
(27409, 56, 3833.32, -2390.12, 187.584, 0, 0, ''),
|
||
(27409, 57, 3818.71, -2403.77, 183.719, 0, 0, ''),
|
||
(27409, 58, 3812.4, -2425.27, 185.086, 0, 0, ''),
|
||
(27409, 59, 3812.61, -2432.79, 186.024, 0, 0, ''),
|
||
(27409, 60, 3812.22, -2453.93, 188.508, 0, 0, ''),
|
||
(27409, 61, 3815.67, -2479.36, 192.388, 0, 0, ''),
|
||
(27409, 62, 3819.47, -2503.68, 195.025, 0, 0, ''),
|
||
(27409, 63, 3822.26, -2517.94, 194.068, 0, 0, ''),
|
||
(27409, 64, 3825.49, -2534.36, 196.38, 0, 0, ''),
|
||
(27409, 65, 3829.2, -2554.68, 196.714, 0, 0, ''),
|
||
(27409, 66, 3836.67, -2578.53, 196.706, 0, 0, ''),
|
||
(27409, 67, 3847.54, -2609.35, 200.06, 0, 0, ''),
|
||
(27409, 68, 3861.53, -2624.76, 202.315, 0, 0, ''),
|
||
(27409, 69, 3882.06, -2655.94, 203.425, 0, 0, ''),
|
||
(27409, 70, 3886.7, -2663.55, 208.092, 0, 0, ''),
|
||
(27409, 71, 3900.58, -2672.41, 212.663, 0, 0, ''),
|
||
(27409, 72, 3909.82, -2687.58, 217.099, 0, 0, ''),
|
||
(27409, 73, 3911.78, -2695.85, 220.364, 0, 0, ''),
|
||
(27409, 74, 3916.01, -2703.19, 221.175, 0, 0, ''),
|
||
(27409, 75, 3912.54, -2712.18, 221.06, 0, 0, ''),
|
||
(27409, 76, 3900.4, -2743.33, 219.152, 0, 0, ''),
|
||
(27409, 77, 3889.82, -2751.59, 221.799, 0, 0, ''),
|
||
(27409, 78, 3883.42, -2756.96, 223.886, 0, 0, ''),
|
||
(27409, 79, 3851.1, -2769.91, 227.46, 0, 0, ''),
|
||
(27409, 80, 3837.9, -2769.54, 226.115, 0, 0, ''),
|
||
(27409, 81, 3813.29, -2770.59, 220.927, 0, 0, ''),
|
||
(27409, 82, 3801.16, -2771.02, 219.535, 0, 0, ''),
|
||
(27409, 83, 3780.5, -2772.39, 213.906, 0, 0, ''),
|
||
(27409, 84, 3767.55, -2775.39, 211.282, 0, 0, ''),
|
||
(27409, 85, 3759.78, -2782.29, 209.166, 0, 0, ''),
|
||
(27409, 86, 3752.76, -2787.6, 206.496, 0, 0, ''),
|
||
(27409, 87, 3729.98, -2803.81, 210.023, 0, 0, ''),
|
||
(27409, 88, 3723.95, -2808.09, 211.656, 0, 0, ''),
|
||
(27409, 89, 3705.99, -2819.68, 215.066, 0, 0, ''),
|
||
(27409, 90, 3685.56, -2832.99, 217.602, 0, 0, ''),
|
||
(27409, 91, 3674.41, -2843.8, 217.875, 0, 0, ''),
|
||
(27409, 92, 3662.46, -2853.29, 216.582, 0, 0, ''),
|
||
(27409, 93, 3647.39, -2857.28, 213.151, 0, 0, ''),
|
||
(27409, 94, 3630.63, -2860.27, 214.962, 0, 0, ''),
|
||
(27409, 95, 3610.74, -2858.62, 208.904, 0, 0, ''),
|
||
(27409, 96, 3587.92, -2854.56, 203.448, 0, 0, ''),
|
||
(27409, 97, 3562.79, -2842.61, 197.044, 0, 0, ''),
|
||
(27409, 98, 3534.27, -2828.21, 197.155, 0, 0, ''),
|
||
(27409, 99, 3515.69, -2829.38, 201.276, 0, 0, ''),
|
||
(27409, 100, 3487.66, -2829.19, 202.144, 0, 0, ''),
|
||
(27409, 101, 3472.46, -2821.6, 201.429, 0, 0, ''),
|
||
(27409, 102, 3460.58, -2817.21, 201.805, 0, 0, ''),
|
||
(27409, 103, 3443.64, -2811.33, 202.098, 0, 0, ''),
|
||
(27411, 1, 4394.65, -2502.3, 252.802, 0, 0, ''),
|
||
(27411, 2, 4389.78, -2502.32, 252.252, 0, 0, ''),
|
||
(27411, 3, 4382.44, -2501.51, 246.809, 0, 0, ''),
|
||
(27411, 4, 4381.01, -2497.18, 247.235, 0, 0, ''),
|
||
(27411, 5, 4393.84, -2484.84, 248.717, 0, 0, ''),
|
||
(27411, 6, 4416.04, -2481.5, 247.175, 0, 0, ''),
|
||
(27411, 7, 4425.31, -2486.66, 246.555, 0, 0, ''),
|
||
(27439, 1, 2827.21, -424.453, 119.893, 0, 0, 'High Abbot Landgren'),
|
||
(27439, 2, 2827.16, -419.978, 118.196, 0, 0, 'High Abbot Landgren'),
|
||
(27439, 3, 2828.83, -412.829, 118.196, 0, 0, 'High Abbot Landgren'),
|
||
(27439, 4, 2812.67, -412.411, 118.196, 0, 0, 'High Abbot Landgren'),
|
||
(27439, 5, 2800.29, -424.385, 118.196, 0, 0, 'High Abbot Landgren'),
|
||
(27439, 6, 2785.86, -439.541, 118.196, 0, 0, 'High Abbot Landgren'),
|
||
(27439, 7, 2782.81, -448.413, 118.196, 0, 0, 'High Abbot Landgren'),
|
||
(27439, 8, 2776.84, -465.826, 116.141, 0, 0, 'High Abbot Landgren'),
|
||
(27439, 9, 2771.2, -482.246, 115.963, 0, 0, 'High Abbot Landgren'),
|
||
(27439, 10, 2765.42, -489.182, 113.692, 0, 0, 'High Abbot Landgren'),
|
||
(27439, 11, 2758.69, -497.246, 109.831, 0, 0, 'High Abbot Landgren'),
|
||
(27439, 12, 2742.53, -515.063, 103.642, 0, 0, 'High Abbot Landgren'),
|
||
(27439, 13, 2736.68, -524.16, 102.781, 0, 0, 'High Abbot Landgren'),
|
||
(27455, 1, 4793.07, -571.073, 160.84, 0, 0, 'Prince Arthas'),
|
||
(27455, 2, 4772.82, -566.823, 162.26, 0, 0, 'Prince Arthas'),
|
||
(27455, 3, 4759.82, -568.573, 164.281, 0, 0, 'Prince Arthas'),
|
||
(27455, 4, 4743.57, -564.386, 166.236, 0, 0, 'Prince Arthas'),
|
||
(27480, 1, 4797.72, -576.341, 160.178, 0, 0, 'Muradin'),
|
||
(27480, 2, 4770.22, -575.591, 162.945, 0, 0, 'Muradin'),
|
||
(27480, 3, 4757.97, -575.091, 164.527, 0, 0, 'Muradin'),
|
||
(27480, 4, 4753.97, -572.841, 165.139, 0, 0, 'Muradin'),
|
||
(27480, 5, 4749.97, -569.591, 165.761, 0, 0, 'Muradin'),
|
||
(27480, 6, 4748.02, -566.187, 165.793, 0, 0, 'Muradin'),
|
||
(27482, 1, 4105.28, -2917.96, 280.32, 0, 0, 'Wounded Westfall Infantry'),
|
||
(27482, 2, 4048.68, -2936.74, 275.192, 0, 0, 'Wounded Westfall Infantry'),
|
||
(27626, 1, 4042.49, -4378.3, 261.47, 0, 0, ''),
|
||
(27626, 2, 4052.84, -4381.89, 260.577, 0, 0, ''),
|
||
(27626, 3, 4061.94, -4374.57, 260.44, 0, 0, ''),
|
||
(27626, 4, 4078.97, -4375.19, 260.93, 0, 0, ''),
|
||
(27626, 5, 4090.33, -4361.82, 261.34, 0, 0, ''),
|
||
(27626, 6, 4091.73, -4341.6, 261.34, 0, 0, ''),
|
||
(27626, 7, 4094.09, -4325.83, 260.91, 0, 0, ''),
|
||
(27626, 8, 4108.3, -4300.63, 252.85, 0, 0, ''),
|
||
(27626, 9, 4124.35, -4281.08, 251.25, 0, 0, ''),
|
||
(27626, 10, 4126.15, -4258.29, 251.3, 0, 0, ''),
|
||
(27626, 11, 4126.1, -4243.9, 248.35, 0, 0, ''),
|
||
(27626, 12, 4100.1, -4224.51, 237.86, 0, 0, ''),
|
||
(27626, 13, 4087.17, -4208.72, 230.58, 0, 0, ''),
|
||
(27626, 14, 4082.93, -4172.83, 218.13, 0, 0, ''),
|
||
(27626, 15, 4077.66, -4151.22, 211.94, 0, 0, ''),
|
||
(27626, 16, 4083.57, -4138.46, 212.4, 0, 0, ''),
|
||
(27626, 17, 4079.16, -4127.81, 212.26, 0, 0, ''),
|
||
(27626, 18, 4067.57, -4127.6, 211.13, 0, 0, ''),
|
||
(27626, 19, 4056.67, -4143.69, 211.377, 0, 0, ''),
|
||
(27683, 1, 3711.94, 938.429, 55.092, 0, 0, 'Remnant of Dahlia Suntouch'),
|
||
(27683, 2, 3711.27, 937.686, 55.092, 0, 0, 'Remnant of Dahlia Suntouch'),
|
||
(27683, 3, 3722.17, 943.183, 54.7084, 0, 0, 'Remnant of Dahlia Suntouch'),
|
||
(27683, 4, 3723.84, 944.028, 53.9497, 0, 0, 'Remnant of Dahlia Suntouch'),
|
||
(27683, 5, 3725.49, 944.856, 54.0067, 0, 0, 'Remnant of Dahlia Suntouch'),
|
||
(27683, 6, 3729.95, 947.109, 53.9857, 0, 0, 'Remnant of Dahlia Suntouch'),
|
||
(27683, 7, 3733.33, 948.815, 53.4908, 0, 0, 'Remnant of Dahlia Suntouch'),
|
||
(27683, 8, 3737.5, 950.916, 53.4659, 0, 0, 'Remnant of Dahlia Suntouch'),
|
||
(27683, 9, 3737.5, 950.916, 53.4659, 0, 0, 'Remnant of Dahlia Suntouch'),
|
||
(27683, 10, 3736.35, 956.151, 53.6017, 0, 0, 'Remnant of Dahlia Suntouch'),
|
||
(27693, 1, 4685.85, 1130.76, 150.118, 0, 0, 'Reconstructed Wyrm'),
|
||
(27693, 2, 4686.28, 1131.66, 150.118, 0, 0, 'Reconstructed Wyrm'),
|
||
(27693, 3, 4688.7, 1166.09, 161.274, 0, 0, 'Reconstructed Wyrm'),
|
||
(27693, 4, 4702.31, 1212.67, 161.274, 0, 0, 'Reconstructed Wyrm'),
|
||
(27693, 5, 4733.54, 1260.21, 169.635, 0, 0, 'Reconstructed Wyrm'),
|
||
(27693, 6, 4751.82, 1293.7, 175.94, 0, 0, 'Reconstructed Wyrm'),
|
||
(27693, 7, 4794.48, 1345.15, 199.537, 0, 0, 'Reconstructed Wyrm'),
|
||
(27693, 8, 4812.26, 1373.52, 219.861, 0, 0, 'Reconstructed Wyrm'),
|
||
(27842, 1, 3246.2, -642.609, 165.239, 0, 0, 'Fenrick Barlowe path'),
|
||
(27842, 2, 3240.42, -645.154, 165.399, 0, 0, 'Fenrick Barlowe path'),
|
||
(27842, 3, 3245.75, -664.935, 166.789, 0, 0, 'Fenrick Barlowe path'),
|
||
(27842, 4, 3250.1, -663.819, 166.789, 0, 0, 'Fenrick Barlowe path'),
|
||
(27842, 5, 3254.69, -661.435, 167.188, 0, 0, 'Fenrick Barlowe path - kneel here - do text'),
|
||
(27842, 6, 3252.36, -659.146, 167.118, 0, 0, 'Fenrick Barlowe path'),
|
||
(27842, 7, 3252.63, -648.746, 165.904, 0, 0, 'Fenrick Barlowe path'),
|
||
(27842, 8, 3249.21, -647.163, 165.7, 0, 0, 'Fenrick Barlowe path - kneel here - do text'),
|
||
(27843, 1, 4545.27, 5.279, 75.2562, 0, 0, 'Wyrmbait'),
|
||
(27843, 2, 4529.72, 21.8506, 88.5466, 0, 0, 'Wyrmbait'),
|
||
(27843, 3, 4529.1, 48.2449, 104.161, 0, 0, 'Wyrmbait'),
|
||
(27843, 4, 4528.12, 74.043, 103.328, 0, 0, 'Wyrmbait'),
|
||
(27843, 5, 4535.11, 132.119, 106.071, 0, 0, 'Wyrmbait'),
|
||
(27843, 6, 4541, 90.9399, 101.793, 0, 0, 'Wyrmbait'),
|
||
(27843, 7, 4538.4, 49.1769, 95.3332, 0, 0, 'Wyrmbait'),
|
||
(27843, 8, 4537.15, 21.3384, 86.0038, 0, 0, 'Wyrmbait'),
|
||
(27843, 9, 4532.23, 0.128148, 82.1963, 0, 0, 'Wyrmbait'),
|
||
(27843, 10, 4546.23, -4.9997, 75.5355, 0, 0, 'Wyrmbait'),
|
||
(27843, 11, 4548.17, 4.67055, 70.4695, 0, 0, 'Wyrmbait'),
|
||
(27857, 1, 3681.84, -917.652, 76.9847, 0, 0, 'Legion Commander Yorik'),
|
||
(27858, 1, 3681.39, -930.486, 78.6564, 0, 0, 'Highlord Bolvar Fordragon'),
|
||
(27858, 2, 3679.56, -914.486, 77.0932, 0, 0, 'Highlord Bolvar Fordragon'),
|
||
(27888, 1, 3200.99, 6074.9, 144.974, 0, 0, 'Warmage Archus'),
|
||
(27888, 2, 3457.75, 5892.67, 147.38, 0, 0, 'Warmage Archus'),
|
||
(27923, 1, 556.88, -2811.6, -0.076807, 0, 0, 'Lou'),
|
||
(27923, 2, 482.031, -2834.21, -0.049029, 0, 0, 'Lou'),
|
||
(27923, 3, 454.495, -2891.86, -0.049029, 0, 0, 'Lou'),
|
||
(27923, 4, 335.413, -2946.44, -0.049029, 0, 0, 'Lou'),
|
||
(27923, 5, 262.88, -3016.95, -0.021251, 0, 0, 'Lou'),
|
||
(27923, 6, 147.219, -3176.04, -0.049029, 0, 0, 'Lou'),
|
||
(27923, 7, 86.2893, -3239.84, -0.021251, 0, 0, 'Lou'),
|
||
(27923, 8, -22.4979, -3241.45, -0.076807, 0, 0, 'Lou'),
|
||
(27923, 9, -151.289, -3296.97, 0.006526, 0, 0, 'Lou'),
|
||
(27923, 10, -195.967, -3366.19, -0.132362, 0, 0, 'Lou'),
|
||
(27923, 11, -255.505, -3519.14, -0.021251, 0, 0, 'Lou'),
|
||
(27923, 12, -217.693, -3555.59, -0.076807, 0, 0, 'Lou'),
|
||
(27923, 13, -201.783, -3548.48, -0.021251, 0, 0, 'Lou'),
|
||
(27924, 1, 626.36, -5030.54, 3.35296, 0, 0, 'Dragonflayer Harpoon'),
|
||
(27932, 1, -136.167, -3716.83, 59.9605, 0, 0, 'Harry\'s Bomber'),
|
||
(27932, 2, -51.8612, -4023, 70.1271, 0, 0, 'Harry\'s Bomber'),
|
||
(27932, 3, -75.0981, -4341.29, 64.2938, 0, 0, 'Harry\'s Bomber'),
|
||
(27932, 4, -412.989, -5012.78, 45.7391, 0, 0, 'Harry\'s Bomber'),
|
||
(27932, 5, -436.586, -5223.86, 32.1002, 0, 0, 'Harry\'s Bomber'),
|
||
(27932, 6, -158.086, -5631.19, 29.8502, 0, 0, 'Harry\'s Bomber'),
|
||
(27932, 7, -64.6518, -5908.95, 29.8502, 0, 0, 'Harry\'s Bomber'),
|
||
(27932, 8, 61.8396, -6228.99, 19.0724, 0, 0, 'Harry\'s Bomber'),
|
||
(27932, 9, 89.6326, -6287.43, -0.739605, 0, 0, 'Harry\'s Bomber'),
|
||
(27939, 1, 2946.24, 7152.2, 0, 0, 0, ''),
|
||
(27939, 2, 2931.26, 7153.2, 0, 0, 0, ''),
|
||
(27939, 3, 2916.46, 7152.34, 0, 0, 0, ''),
|
||
(27939, 4, 2897.57, 7149.77, 0, 0, 0, ''),
|
||
(27939, 5, 2878.1, 7145.18, 0, 0, 0, ''),
|
||
(27939, 6, 2866.07, 7138.85, 0, 0, 0, ''),
|
||
(27939, 7, 2852.79, 7128.81, 0, 0, 0, ''),
|
||
(27939, 8, 2839.89, 7115.62, 0, 0, 0, ''),
|
||
(27939, 9, 2828.82, 7100.94, 0, 0, 0, ''),
|
||
(27939, 10, 2821.8, 7083.66, 0, 0, 0, ''),
|
||
(27939, 11, 2817.54, 7067.62, 0, 0, 0, ''),
|
||
(27939, 12, 2815.58, 7057.83, 0, 0, 0, ''),
|
||
(27951, 1, 2663.62, -359.163, 144.224, 0, 0, 'Admiral Barean Westwind'),
|
||
(27951, 2, 2664.87, -358.913, 143.724, 0, 0, 'Admiral Barean Westwind'),
|
||
(27951, 3, 2666.12, -358.663, 143.224, 0, 0, 'Admiral Barean Westwind'),
|
||
(27951, 4, 2667.12, -358.413, 142.724, 0, 0, 'Admiral Barean Westwind'),
|
||
(27951, 5, 2668.37, -358.413, 142.474, 0, 0, 'Admiral Barean Westwind'),
|
||
(27951, 6, 2669.62, -358.163, 142.224, 0, 0, 'Admiral Barean Westwind'),
|
||
(27951, 7, 2671.12, -357.913, 141.724, 0, 0, 'Admiral Barean Westwind'),
|
||
(27951, 8, 2679.87, -356.663, 141.724, 0, 0, 'Admiral Barean Westwind'),
|
||
(27951, 9, 2684.62, -355.913, 141.724, 0, 0, 'Admiral Barean Westwind'),
|
||
(27951, 10, 2691.62, -355.163, 141.724, 0, 0, 'Admiral Barean Westwind'),
|
||
(27951, 11, 2698.62, -354.163, 141.724, 0, 0, 'Admiral Barean Westwind'),
|
||
(27951, 12, 2705.87, -353.163, 141.724, 0, 0, 'Admiral Barean Westwind'),
|
||
(27951, 13, 2714.12, -351.913, 141.724, 0, 0, 'Admiral Barean Westwind'),
|
||
(27951, 14, 2715.37, -351.663, 141.724, 0, 0, 'Admiral Barean Westwind'),
|
||
(27951, 15, 2717.62, -351.413, 141.724, 0, 0, 'Admiral Barean Westwind'),
|
||
(27951, 16, 2717.8, -351.493, 141.467, 0, 0, 'Admiral Barean Westwind'),
|
||
(27951, 17, 2718.55, -351.243, 141.467, 0, 0, 'Admiral Barean Westwind'),
|
||
(27951, 18, 2719.3, -353.493, 141.467, 0, 0, 'Admiral Barean Westwind'),
|
||
(27951, 19, 2720.55, -355.243, 141.467, 0, 0, 'Admiral Barean Westwind'),
|
||
(27951, 20, 2720.86, -355.383, 141.467, 0, 0, 'Admiral Barean Westwind'),
|
||
(27951, 21, 2722.36, -357.883, 141.467, 0, 0, 'Admiral Barean Westwind'),
|
||
(27951, 22, 2723.61, -357.633, 141.467, 0, 0, 'Admiral Barean Westwind'),
|
||
(27951, 23, 2726.86, -357.383, 141.467, 0, 0, 'Admiral Barean Westwind'),
|
||
(27951, 24, 2731.61, -356.633, 141.467, 0, 0, 'Admiral Barean Westwind'),
|
||
(27951, 25, 2733.86, -356.383, 141.467, 0, 0, 'Admiral Barean Westwind'),
|
||
(27951, 26, 2736.61, -355.883, 141.467, 0, 0, 'Admiral Barean Westwind'),
|
||
(28016, 1, -240.157, -630.347, 116.497, 0, 0, 'pause and text'),
|
||
(28016, 2, -237.952, -652.961, 131.131, 0, 0, ''),
|
||
(28016, 3, -252.421, -663.54, 131.202, 0, 0, ''),
|
||
(28016, 4, -261.275, -667.579, 131.192, 0, 0, ''),
|
||
(28016, 5, -264.914, -667.596, 131.177, 0, 0, 'pause and text'),
|
||
(28016, 6, -258.265, -669.388, 131.198, 0, 0, ''),
|
||
(28016, 7, -248.665, -674.223, 132.174, 0, 0, ''),
|
||
(28016, 8, -243.775, -674.937, 131.837, 0, 0, 'pause'),
|
||
(28016, 9, -236.379, -678.672, 131.858, 0, 0, 'pause'),
|
||
(28016, 10, -235.474, -674.304, 131.857, 0, 0, 'pause'),
|
||
(28016, 11, -234.869, -674.135, 131.854, 0, 0, ''),
|
||
(28016, 12, -237.098, -676.185, 131.868, 0, 0, ''),
|
||
(28148, 4, 5256.29, -3523.49, 291.693, 0, 0, NULL),
|
||
(28148, 3, 5257.78, -3521.99, 291.693, 0, 0, NULL),
|
||
(28148, 2, 5253.09, -3516.89, 291.679, 0, 0, NULL),
|
||
(28148, 1, 5257.45, -3500.14, 291.693, 0, 0, NULL),
|
||
(28142, 5, 5259.03, -3527.1, 291.491, 0, 0, NULL),
|
||
(28142, 4, 5260.74, -3525.38, 291.693, 0, 0, NULL),
|
||
(28142, 3, 5255.45, -3523.67, 291.693, 0, 0, NULL),
|
||
(28142, 2, 5253.09, -3516.89, 291.679, 0, 0, NULL),
|
||
(28142, 1, 5257.45, -3500.14, 291.693, 0, 0, NULL),
|
||
(28136, 5, 5261.44, -3528.89, 291.693, 0, 0, NULL),
|
||
(28136, 4, 5262.73, -3527.41, 291.693, 0, 0, NULL),
|
||
(28136, 3, 5255.45, -3523.67, 291.693, 0, 0, NULL),
|
||
(28136, 2, 5253.09, -3516.89, 291.679, 0, 0, NULL),
|
||
(28136, 1, 5257.45, -3500.14, 291.693, 0, 0, NULL),
|
||
(28175, 1, 5448.54, -2645.61, 305.619, 0, 0, 'Crusade Commander Korfax'),
|
||
(28175, 2, 5448.54, -2644.61, 305.619, 0, 0, 'Crusade Commander Korfax'),
|
||
(28175, 3, 5448.54, -2643.61, 305.869, 0, 0, 'Crusade Commander Korfax'),
|
||
(28175, 4, 5448.54, -2642.11, 306.119, 0, 0, 'Crusade Commander Korfax'),
|
||
(28175, 5, 5448.66, -2639.83, 306.551, 0, 0, 'Crusade Commander Korfax'),
|
||
(28182, 1, 3137.1, 3835.6, 23.8048, 0, 0, 'Dusk'),
|
||
(28182, 2, 3151.1, 3841.84, 26.156, 0, 0, 'Dusk'),
|
||
(28182, 3, 3190.88, 3844.67, 28.8679, 0, 0, 'Dusk'),
|
||
(28182, 4, 3232.1, 3838.99, 27.3372, 0, 0, 'Dusk'),
|
||
(28182, 5, 3282.76, 3832.85, 27.2097, 0, 0, 'Dusk'),
|
||
(28182, 6, 3307.91, 3829.67, 28.4312, 0, 0, 'Dusk'),
|
||
(28182, 7, 3340.63, 3826.01, 25.3553, 0, 0, 'Dusk'),
|
||
(28182, 8, 3352.08, 3823.35, 27.2252, 0, 0, 'Dusk'),
|
||
(28182, 9, 3399.22, 3818.61, 27.6639, 0, 0, 'Dusk'),
|
||
(28182, 10, 3439.39, 3828.51, 27.7915, 0, 0, 'Dusk'),
|
||
(28182, 11, 3456.52, 3835.03, 29.5843, 0, 0, 'Dusk'),
|
||
(28182, 12, 3482.75, 3841.45, 32.4086, 0, 0, 'Dusk'),
|
||
(28182, 13, 3531, 3843.39, 33.5305, 0, 0, 'Dusk'),
|
||
(28182, 14, 3549.51, 3830.05, 39.2239, 0, 0, 'Dusk'),
|
||
(28182, 15, 3561.16, 3818.27, 40.2875, 0, 0, 'Dusk'),
|
||
(28182, 16, 3573.92, 3785.86, 36.752, 0, 0, 'Dusk'),
|
||
(28182, 17, 3574.62, 3781.32, 36.749, 0, 0, 'Dusk'),
|
||
(28182, 18, 3583.71, 3758.96, 36.5526, 0, 0, 'Dusk'),
|
||
(28182, 19, 3603.15, 3712.66, 36.7401, 0, 0, 'Dusk'),
|
||
(28182, 20, 3605.66, 3702.7, 36.8024, 0, 0, 'Dusk'),
|
||
(28182, 21, 3618.6, 3670.75, 35.9719, 0, 0, 'Dusk'),
|
||
(28192, 1, 5478.14, 4971.84, -22.4317, 0, 0, 'Archimage Pentarus Flying Machine'),
|
||
(28192, 2, 5593.69, 5187.79, -72.69, 0, 0, 'Archimage Pentarus Flying Machine'),
|
||
(28192, 3, 5647.75, 5229.6, -72.69, 0, 0, 'Archimage Pentarus Flying Machine'),
|
||
(28217, 1, 5462.37, 4514.91, -133.602, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 2, 5483.05, 4514.72, -141.109, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 3, 5485.3, 4516.47, -142.109, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 4, 5485.8, 4516.97, -143.359, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 5, 5486.8, 4517.72, -145.359, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 6, 5494.23, 4523.08, -149.136, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 7, 5497.24, 4543.38, -146.948, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 8, 5499.49, 4544.88, -145.698, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 9, 5500.99, 4546.38, -145.198, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 10, 5502.49, 4547.63, -144.698, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 11, 5504.49, 4549.63, -143.948, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 12, 5507.49, 4552.13, -142.948, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 13, 5507.9, 4552.29, -142.722, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 14, 5509.15, 4553.79, -142.222, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 15, 5509.4, 4555.79, -141.722, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 16, 5509.4, 4558.79, -140.222, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 17, 5509.65, 4560.79, -139.472, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 18, 5509.9, 4563.54, -138.972, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 19, 5509.9, 4566.54, -137.972, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 20, 5510.15, 4568.54, -136.972, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 21, 5510.44, 4568.72, -136.84, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 22, 5510.44, 4571.72, -135.59, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 23, 5510.69, 4572.72, -135.34, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 24, 5510.69, 4575.72, -135.84, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 25, 5511.19, 4586.47, -135.09, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 26, 5511.44, 4589.47, -134.59, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 27, 5511.69, 4591.47, -133.84, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 28, 5511.69, 4593.47, -133.34, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 29, 5511.94, 4595.22, -132.59, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 30, 5512.07, 4593.58, -133.326, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 31, 5512.07, 4595.58, -132.576, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 32, 5512.32, 4597.58, -132.326, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 33, 5513.82, 4600.33, -131.826, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 34, 5514.82, 4601.83, -132.826, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 35, 5515.32, 4602.83, -133.326, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 36, 5518.07, 4607.08, -132.076, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 37, 5520.07, 4610.33, -133.076, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 38, 5520.32, 4611.08, -133.826, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 39, 5520.82, 4611.83, -134.576, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 40, 5521.32, 4612.83, -135.326, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 41, 5521.82, 4613.58, -135.576, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 42, 5524.57, 4617.83, -136.576, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 43, 5528.88, 4624.34, -136.87, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 44, 5532.88, 4624.34, -137.12, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 45, 5550.51, 4624.69, -136.864, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 46, 5552.26, 4625.44, -137.364, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 47, 5565.26, 4629.94, -136.864, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 48, 5568.01, 4630.94, -136.364, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 49, 5571.01, 4631.94, -135.114, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 50, 5574.76, 4633.19, -134.364, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 51, 5577.51, 4634.19, -135.114, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 52, 5577.73, 4634.2, -135.023, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 53, 5580.98, 4635.45, -135.773, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 54, 5584.98, 4634.95, -136.023, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 55, 5587.98, 4634.45, -136.773, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 56, 5589.73, 4634.2, -138.023, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 57, 5594.73, 4633.7, -138.273, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 58, 5596.73, 4633.45, -137.523, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 59, 5599.73, 4633.2, -136.773, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 60, 5606.61, 4632.27, -136.453, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 61, 5612.11, 4626.52, -137.203, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 62, 5616.86, 4621.77, -137.703, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 63, 5620.64, 4618.1, -137.576, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28217, 64, 5625.39, 4612.85, -137.076, 0, 0, 'Injured Rainspeaker Oracle'),
|
||
(28244, 1, 5450.11, -2642.32, 306.635, 0, 0, 'Eitrigg'),
|
||
(28244, 2, 5450.11, -2643.32, 306.135, 0, 0, 'Eitrigg'),
|
||
(28244, 3, 5450.11, -2644.57, 305.885, 0, 0, 'Eitrigg'),
|
||
(28244, 4, 5450.15, -2639.06, 306.551, 0, 0, 'Eitrigg'),
|
||
(28308, 1, 5295.42, 4436.54, -97.6029, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 2, 5291.67, 4435.04, -97.1029, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 3, 5287.92, 4433.54, -96.3529, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 4, 5277.92, 4429.54, -95.8529, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 5, 5277.78, 4429.43, -95.943, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 6, 5268.28, 4425.43, -95.443, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 7, 5249.84, 4405.99, -95.9316, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 8, 5251.84, 4401.24, -95.1816, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 9, 5262.34, 4376.74, -95.6816, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 10, 5263.34, 4373.99, -96.4316, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 11, 5264.34, 4371.99, -96.9316, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 12, 5265.34, 4369.24, -97.6816, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 13, 5262.21, 4376.32, -95.757, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 14, 5263.46, 4373.82, -96.507, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 15, 5264.21, 4372.07, -97.257, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 16, 5265.46, 4369.32, -98.007, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 17, 5266.96, 4365.82, -98.007, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 18, 5272.96, 4366.07, -99.007, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 19, 5274.71, 4366.07, -99.507, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 20, 5277.71, 4366.32, -100.257, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 21, 5284.71, 4366.57, -101.007, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 22, 5288.71, 4366.82, -101.757, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 23, 5284.9, 4366.41, -101.254, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 24, 5288.9, 4366.66, -102.004, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 25, 5289.4, 4366.66, -102.004, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 26, 5291.4, 4366.41, -103.004, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 27, 5293.4, 4366.16, -104.254, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 28, 5294.4, 4366.16, -105.004, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 29, 5295.4, 4366.16, -106.004, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 30, 5296.4, 4365.91, -106.504, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 31, 5297.4, 4365.91, -107.254, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 32, 5298.4, 4365.91, -108.004, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 33, 5299.15, 4365.66, -108.754, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 34, 5300.15, 4365.66, -109.504, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 35, 5302.15, 4365.41, -110.004, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 36, 5304.15, 4365.41, -110.504, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 37, 5305.15, 4365.16, -111.254, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 38, 5306.15, 4365.16, -112.004, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 39, 5307.15, 4365.16, -112.504, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 40, 5308.15, 4365.16, -113.254, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 41, 5309.15, 4364.91, -114.004, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 42, 5311.15, 4364.91, -115.004, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 43, 5313.15, 4364.66, -116.004, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 44, 5316.15, 4364.41, -116.754, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 45, 5318.15, 4364.41, -117.504, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 46, 5320.15, 4364.41, -118.254, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 47, 5322.15, 4364.16, -119.004, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 48, 5325.15, 4363.91, -120.004, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 49, 5325.25, 4363.77, -120.115, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 50, 5330, 4363.27, -120.865, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 51, 5334.5, 4358.02, -121.615, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 52, 5336.5, 4355.77, -122.365, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 53, 5339.25, 4353.02, -123.365, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 54, 5341.25, 4350.77, -124.365, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 55, 5343, 4348.52, -126.115, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 56, 5345, 4346.02, -128.115, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 57, 5346.25, 4344.52, -129.615, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 58, 5347, 4343.77, -130.865, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 59, 5348.25, 4342.27, -132.365, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 60, 5349, 4341.52, -133.865, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 61, 5350.47, 4340.6, -135.01, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 62, 5351.22, 4340.1, -136.26, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 63, 5353.22, 4339.6, -137.26, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 64, 5354.97, 4338.85, -138.26, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 65, 5357.47, 4337.6, -139.01, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 66, 5359.22, 4336.6, -139.51, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 67, 5361.97, 4335.35, -140.51, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 68, 5363.72, 4334.6, -141.01, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 69, 5364.09, 4334.35, -141.089, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 70, 5365.34, 4333.6, -141.089, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 71, 5369.59, 4331.1, -142.589, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 72, 5372.84, 4328.85, -143.589, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 73, 5376.34, 4326.6, -144.589, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 74, 5379.34, 4324.6, -145.339, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 75, 5382.59, 4322.6, -146.089, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 76, 5402.84, 4309.6, -144.589, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 77, 5403.84, 4309.1, -143.339, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 78, 5403.24, 4309.77, -144.72, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 79, 5403.99, 4309.27, -143.22, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 80, 5405.74, 4308.02, -141.72, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 81, 5407.74, 4308.02, -141.22, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 82, 5409.74, 4307.77, -140.47, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 83, 5412.49, 4307.52, -139.72, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 84, 5416.49, 4307.27, -138.22, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 85, 5419.49, 4307.02, -137.72, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 86, 5424.49, 4306.77, -136.97, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 87, 5432.49, 4306.02, -136.47, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 88, 5432.64, 4305.78, -136.233, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 89, 5435.14, 4305.78, -135.983, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 90, 5439.14, 4305.28, -135.483, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 91, 5442.89, 4304.78, -134.733, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 92, 5445.89, 4304.53, -134.233, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 93, 5450.89, 4304.03, -133.483, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 94, 5458.89, 4303.03, -132.983, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 95, 5459.03, 4302.87, -132.697, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 96, 5465.03, 4302.12, -132.697, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 97, 5481.03, 4297.37, -131.947, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 98, 5483.03, 4296.87, -131.197, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 99, 5484.78, 4296.37, -130.697, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 100, 5485.78, 4296.12, -129.947, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 101, 5487.78, 4295.62, -128.947, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 102, 5489.53, 4294.87, -127.447, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 103, 5489.61, 4294.57, -127.34, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 104, 5490.61, 4294.32, -127.09, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 105, 5491.11, 4293.57, -126.34, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 106, 5491.86, 4291.82, -125.34, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 107, 5492.86, 4290.07, -124.09, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 108, 5493.86, 4288.32, -122.59, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 109, 5494.86, 4286.57, -121.59, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 110, 5495.36, 4285.57, -121.09, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 111, 5496.36, 4284.07, -119.34, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 112, 5496.61, 4283.07, -118.84, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 113, 5496.46, 4283.9, -119.108, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 114, 5496.96, 4282.9, -118.608, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 115, 5497.46, 4282.15, -117.358, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 116, 5497.96, 4281.15, -116.858, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 117, 5498.96, 4279.4, -115.858, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 118, 5499.21, 4278.65, -114.858, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 119, 5500.21, 4276.65, -113.608, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 120, 5501.71, 4274.15, -112.358, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 121, 5502.71, 4272.4, -111.608, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 122, 5503.71, 4270.65, -110.608, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 123, 5503.96, 4269.9, -110.108, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 124, 5505.46, 4268.65, -109.358, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 125, 5507.46, 4266.4, -107.858, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 126, 5508.71, 4265.15, -107.358, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 127, 5510.21, 4263.65, -106.108, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 128, 5511.71, 4262.15, -105.108, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 129, 5513.71, 4260.15, -104.358, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 130, 5515.96, 4257.9, -103.608, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 131, 5517.96, 4255.9, -103.108, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 132, 5518.27, 4255.89, -103.03, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 133, 5518.52, 4255.64, -102.78, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 134, 5521.52, 4256.14, -102.28, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 135, 5540.81, 4259.84, -102.148, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 136, 5552.31, 4261.59, -102.648, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 137, 5552.56, 4261.52, -102.573, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 138, 5564.56, 4263.52, -102.323, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 139, 5567.06, 4263.02, -101.823, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 140, 5570.06, 4262.77, -101.073, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 141, 5573.06, 4262.52, -100.573, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 142, 5581.06, 4261.52, -100.073, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 143, 5585.06, 4261.27, -99.3233, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 144, 5585.64, 4261.42, -99.3142, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 145, 5607.39, 4259.92, -98.8142, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 146, 5607.64, 4260.12, -98.7674, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 147, 5609.89, 4259.87, -98.7674, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 148, 5620.64, 4259.62, -98.0174, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 149, 5620.92, 4259.83, -98.0141, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 150, 5633.67, 4259.58, -98.2641, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 151, 5652.42, 4260.33, -98.7641, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 152, 5652.63, 4260.8, -99.0374, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 153, 5660.88, 4261.3, -98.5374, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 154, 5681.83, 4266.6, -99.0788, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 155, 5683.83, 4267.1, -99.5788, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 156, 5686.58, 4267.6, -100.329, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 157, 5688.33, 4268.1, -100.829, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 158, 5691.33, 4268.85, -101.329, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 159, 5695.08, 4269.85, -102.079, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 160, 5699.08, 4270.85, -102.829, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 161, 5699.24, 4271.2, -103.109, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 162, 5708.49, 4273.7, -102.859, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 163, 5714.24, 4275.2, -103.359, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 164, 5717.74, 4275.95, -104.109, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 165, 5721.74, 4276.95, -104.859, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 166, 5725.49, 4277.95, -105.359, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 167, 5729.49, 4278.95, -106.109, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 168, 5732.24, 4279.7, -106.359, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 169, 5735.24, 4280.45, -106.859, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 170, 5737.99, 4281.2, -107.859, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 171, 5739.99, 4281.7, -108.609, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 172, 5741.99, 4282.45, -109.359, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 173, 5743.99, 4282.95, -110.109, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 174, 5746.74, 4283.7, -110.859, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 175, 5750.53, 4285.62, -112.318, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 176, 5752.53, 4287.87, -113.068, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 177, 5754.78, 4289.87, -113.818, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 178, 5757.03, 4291.87, -114.568, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 179, 5759.28, 4293.87, -113.068, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 180, 5836.03, 4365.12, -114.568, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 181, 5838.28, 4367.12, -113.068, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 182, 5840.8, 4369.52, -110.666, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 183, 5842.55, 4370.52, -109.916, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 184, 5843.3, 4371.02, -109.416, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 185, 5845.05, 4372.27, -108.416, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 186, 5846.55, 4373.52, -107.666, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 187, 5850.05, 4375.77, -106.666, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 188, 5852.3, 4377.27, -105.666, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 189, 5855.8, 4379.77, -104.416, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 190, 5857.3, 4380.77, -103.666, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 191, 5858.05, 4381.27, -102.916, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 192, 5859.05, 4382.02, -100.916, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 193, 5859.8, 4382.52, -100.166, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 194, 5862.3, 4384.27, -99.4156, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 195, 5863.8, 4385.27, -100.416, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 196, 5868.05, 4388.27, -99.9156, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 197, 5871.05, 4390.27, -99.1656, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 198, 5874.3, 4392.52, -98.4156, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 199, 5878.55, 4395.27, -97.9156, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 200, 5889.05, 4402.77, -97.1656, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 201, 5890.8, 4404.02, -96.4156, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 202, 5893.3, 4405.52, -95.9156, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 203, 5896.55, 4407.77, -95.1656, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 204, 5889.42, 4402.9, -97.0272, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 205, 5891.17, 4404.15, -96.2772, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 206, 5893.42, 4405.9, -95.7772, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 207, 5896.92, 4408.15, -95.2772, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 208, 5897.42, 4408.65, -95.0272, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 209, 5901.42, 4413.15, -94.5272, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 210, 5906.42, 4419.15, -93.7772, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 211, 5910.42, 4423.4, -93.2772, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 212, 5922.17, 4437.15, -93.7772, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 213, 5924.92, 4440.15, -94.5272, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 214, 5922.62, 4437.38, -93.7359, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 215, 5925.12, 4440.38, -94.2359, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 216, 5925.62, 4440.88, -94.2359, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 217, 5927.37, 4443.13, -94.7359, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 218, 5929.87, 4446.38, -95.4859, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 219, 5932.37, 4449.63, -95.9859, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 220, 5935.12, 4453.38, -96.7359, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 221, 5940.62, 4460.38, -95.9859, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 222, 5941.87, 4461.88, -95.2359, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 223, 5944.37, 4465.13, -94.4859, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 224, 5947.37, 4469.13, -93.9859, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 225, 5947.7, 4469.35, -94.1164, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 226, 5953.2, 4476.6, -94.1164, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 227, 5955.2, 4482.1, -93.6164, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 228, 5956.7, 4485.6, -92.8664, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 229, 5955.56, 4482.15, -93.4528, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 230, 5957.06, 4485.9, -92.9528, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 231, 5964.31, 4503.9, -92.7028, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 232, 5962.06, 4529.65, -93.4528, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 233, 5961.56, 4533.65, -93.9528, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 234, 5961.31, 4536.65, -94.4528, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 235, 5960.81, 4543.65, -94.9528, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 236, 5962.33, 4529.8, -93.4075, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 237, 5961.83, 4533.8, -93.9075, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 238, 5961.58, 4536.8, -94.6575, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 239, 5961.08, 4543.8, -95.1575, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 240, 5960.83, 4546.8, -95.4075, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 241, 5963.33, 4564.3, -95.9075, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 242, 5963.58, 4566.3, -96.6575, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 243, 5963.83, 4569.3, -97.6575, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 244, 5963.43, 4564.66, -96.028, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 245, 5963.68, 4566.66, -96.778, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 246, 5963.93, 4569.66, -97.528, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 247, 5965.43, 4579.41, -97.028, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 248, 5969.63, 4614.11, -97.9376, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 249, 5970.63, 4621.86, -98.4376, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 250, 5976.14, 4659.49, -99.1948, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 251, 5979.64, 4667.74, -98.4448, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 252, 5980.64, 4670.49, -97.9448, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 253, 5983.64, 4677.74, -97.1948, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 254, 5990.39, 4693.24, -97.9448, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 255, 5991.39, 4695.99, -98.4448, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 256, 5983.77, 4677.93, -97.2254, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 257, 5990.52, 4693.68, -97.4754, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 258, 5991.77, 4696.43, -98.2254, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 259, 5993.27, 4699.68, -98.9754, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 260, 5995.52, 4704.18, -98.2254, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 261, 5996.77, 4706.93, -97.4754, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 262, 5998.52, 4710.43, -96.9754, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 263, 6015.43, 4744.09, -96.9865, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 264, 6021.18, 4757.59, -96.4865, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 265, 6023.68, 4762.84, -95.9865, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 266, 6029.43, 4775.84, -95.4865, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 267, 6032.68, 4783.09, -94.7365, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 268, 6029.55, 4775.95, -95.3458, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 269, 6032.8, 4783.2, -94.8458, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 270, 6035.55, 4788.95, -94.5958, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 271, 6040.8, 4796.2, -93.8458, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 272, 6052.3, 4810.95, -94.3458, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 273, 6055.3, 4814.95, -93.3458, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 274, 6058.3, 4818.95, -93.8458, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 275, 6056.55, 4816.45, -92.8458, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 276, 6059.55, 4820.45, -94.3458, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 277, 6055.51, 4815.28, -93.3194, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 278, 6056.76, 4816.78, -92.8194, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 279, 6058.51, 4819.28, -93.8194, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 280, 6059.76, 4820.78, -94.0694, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 281, 6065.01, 4827.78, -94.0694, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 282, 6065.26, 4840.78, -93.5694, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 283, 6065.26, 4841.78, -92.8194, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 284, 6065.26, 4848.53, -93.8194, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 285, 6065.73, 4870.6, -94.3074, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 286, 6077.48, 4876.35, -93.8074, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 287, 6096.96, 4885.96, -94.3122, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 288, 6119.71, 4901.46, -94.5622, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 289, 6120.02, 4901.54, -94.7253, 0, 0, 'Captive Crocolisk'),
|
||
(28308, 290, 6120.52, 4902.04, -94.7253, 0, 0, 'Captive Crocolisk'),
|
||
(28391, 1, 2453.87, -5545.37, 420.643, 0, 0, 'Death Knight Initiate'),
|
||
(28391, 2, 2423.38, -5574.52, 420.631, 0, 0, 'Death Knight Initiate'),
|
||
(28391, 3, 2423.38, -5610.59, 420.6, 0, 0, 'Death Knight Initiate'),
|
||
(28391, 4, 2410.19, -5626.02, 420.654, 0, 0, 'Death Knight Initiate'),
|
||
(28391, 5, 2381.18, -5637.17, 420.858, 0, 0, 'Death Knight Initiate'),
|
||
(28391, 6, 2372.68, -5645.34, 426.017, 0, 0, 'Death Knight Initiate'),
|
||
(28391, 7, 2348.25, -5666.51, 426.029, 0, 0, 'Death Knight Initiate'),
|
||
(28391, 8, 2373.07, -5652.69, 426.126, 0, 0, 'Death Knight Initiate'),
|
||
(28391, 9, 2382.63, -5645.56, 421.512, 0, 0, 'Death Knight Initiate'),
|
||
(28399, 1, 6712.46, 5136.46, -19.3981, 0, 0, 'Zeptek the Destroyer'),
|
||
(28498, 1, -237.47, -689.836, 129.53, 0, 0, ''),
|
||
(28498, 2, -237.274, -686.533, 132.173, 0, 0, 'pause'),
|
||
(28498, 3, -237.062, -700.382, 130.436, 0, 0, ''),
|
||
(28639, 1, 5982.63, -3879.57, 422.408, 0, 0, 'Heb\'Jin\'s Bat'),
|
||
(28639, 2, 5968.55, -3869.6, 420.186, 0, 0, 'Heb\'Jin\'s Bat'),
|
||
(28639, 3, 5954.35, -3851.71, 395.298, 0, 0, 'Heb\'Jin\'s Bat'),
|
||
(28639, 4, 5934.98, -3822.78, 369.52, 0, 0, 'Heb\'Jin\'s Bat'),
|
||
(28665, 1, 5343.22, -3763.97, 373.093, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28665, 2, 5365.39, -3750.71, 360.531, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28665, 3, 5386.71, -3755.92, 360.458, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28665, 4, 5421.3, -3779.27, 361.966, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28665, 5, 5464.58, -3784.81, 362.422, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28665, 6, 5472.51, -3787.66, 359.862, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28665, 7, 5523.64, -3823.49, 360.533, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28665, 8, 5539.18, -3838.39, 372.141, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28665, 9, 5714.26, -3895.44, 371.987, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28665, 10, 5714.52, -3944.74, 371.987, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28665, 11, 5715.67, -4019.31, 372.152, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28665, 12, 5716.52, -4054.91, 353.671, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28665, 13, 5716.63, -4188.19, 354.075, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28665, 14, 5716.64, -4205.31, 362.825, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28665, 15, 5724.55, -4238.22, 362.746, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28665, 16, 5724.9, -4258.61, 374.355, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28665, 17, 5720.83, -4331.18, 374.023, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28665, 18, 5722.67, -4351.54, 385.496, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28665, 19, 5728.69, -4374.92, 386.492, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28665, 20, 5717.94, -4385.86, 386.191, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28665, 21, 5705.37, -4379.38, 385.803, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28665, 22, 5705.88, -4371.39, 385.803, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28665, 23, 5714.74, -4352.13, 385.56, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28665, 24, 5720.83, -4331.18, 374.023, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28665, 25, 5724.9, -4258.61, 374.355, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28665, 26, 5724.55, -4238.22, 362.746, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28665, 27, 5716.64, -4205.31, 362.825, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28665, 28, 5716.63, -4188.19, 354.075, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28665, 29, 5716.52, -4054.91, 353.671, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28665, 30, 5715.67, -4019.31, 372.152, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28665, 31, 5714.52, -3944.74, 371.987, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28665, 32, 5714.26, -3895.44, 371.987, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28665, 33, 5709.3, -3844.29, 372.012, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28665, 34, 5672.46, -3815.55, 373.647, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(28669, 1, 6063.74, -2094.86, 431.521, 0, 0, ''),
|
||
(28669, 2, 5967.44, -2165.72, 422.854, 0, 0, ''),
|
||
(28669, 3, 5865.67, -2174.97, 393.382, 0, 0, ''),
|
||
(28669, 4, 5713.34, -2151.65, 373.465, 0, 0, ''),
|
||
(28669, 5, 5558.72, -2128.13, 366.132, 0, 0, ''),
|
||
(28669, 6, 5451.11, -2151.13, 354.437, 0, 0, ''),
|
||
(28669, 7, 5377.81, -2219.12, 359.132, 0, 0, ''),
|
||
(28669, 8, 5366.7, -2360.86, 377.715, 0, 0, ''),
|
||
(28669, 9, 5435.39, -2533.55, 373.993, 0, 0, ''),
|
||
(28669, 10, 5620.23, -2725.16, 344.521, 0, 0, ''),
|
||
(28669, 11, 5710.93, -2849.44, 341.965, 0, 0, ''),
|
||
(28669, 12, 5793.25, -3015.15, 364.354, 0, 0, ''),
|
||
(28669, 13, 5879.36, -3182.92, 393.382, 0, 0, ''),
|
||
(28669, 14, 5964.95, -3300, 393.382, 0, 0, ''),
|
||
(28669, 15, 6115.4, -3420.54, 450.576, 0, 0, ''),
|
||
(28669, 16, 6211.26, -3582.17, 481.242, 0, 0, ''),
|
||
(28669, 17, 6279.31, -3777.03, 504.381, 0, 0, ''),
|
||
(28669, 18, 6463.99, -3861.05, 546.214, 0, 0, ''),
|
||
(28669, 19, 6575.97, -4030.92, 546.214, 0, 0, ''),
|
||
(28669, 20, 6743.06, -4188.87, 546.214, 0, 0, ''),
|
||
(28669, 21, 6896.73, -4247.42, 577.353, 0, 0, ''),
|
||
(28669, 22, 6999.45, -4298.92, 582.935, 0, 0, ''),
|
||
(28669, 23, 7100.7, -4416.98, 611.074, 0, 0, ''),
|
||
(28669, 24, 7116.47, -4555.86, 660.657, 0, 0, ''),
|
||
(28669, 25, 7057.5, -4669.8, 675.657, 0, 0, ''),
|
||
(28669, 26, 6947.49, -4771.33, 660.657, 0, 0, ''),
|
||
(28669, 27, 6758.4, -4783.88, 626.546, 0, 0, ''),
|
||
(28669, 28, 6650.22, -4701.15, 597.241, 0, 0, ''),
|
||
(28669, 29, 6627.31, -4597.56, 586.019, 0, 0, ''),
|
||
(28669, 30, 6613.61, -4439.71, 592.657, 0, 0, ''),
|
||
(28669, 31, 6526.06, -4289.04, 568.102, 0, 0, ''),
|
||
(28669, 32, 6401.9, -4215.94, 538.574, 0, 0, ''),
|
||
(28669, 33, 6286.81, -4191.78, 518.324, 0, 0, ''),
|
||
(28669, 34, 6204.36, -4223.74, 465.074, 0, 0, ''),
|
||
(28669, 35, 6134.58, -4239.07, 386.13, 0, 0, ''),
|
||
(28669, 36, 5995.45, -4246.94, 428.518, 0, 0, ''),
|
||
(28669, 37, 5909.65, -4251.92, 428.518, 0, 0, ''),
|
||
(28669, 38, 5792.21, -4212.29, 428.518, 0, 0, ''),
|
||
(28669, 39, 5656.49, -4115.37, 428.518, 0, 0, ''),
|
||
(28669, 40, 5549.7, -3983.66, 428.518, 0, 0, ''),
|
||
(28669, 41, 5495.66, -3853.95, 428.518, 0, 0, ''),
|
||
(28669, 42, 5463.38, -3751.72, 428.518, 0, 0, ''),
|
||
(28669, 43, 5430.44, -3669.38, 428.518, 0, 0, ''),
|
||
(28669, 44, 5348.06, -3559.13, 406.38, 0, 0, ''),
|
||
(28669, 45, 5240.04, -3418.71, 381.407, 0, 0, ''),
|
||
(28669, 46, 5160.26, -3335.48, 381.407, 0, 0, ''),
|
||
(28669, 47, 5044.02, -3214.56, 381.407, 0, 0, ''),
|
||
(28669, 48, 4994.62, -3163.26, 381.407, 0, 0, ''),
|
||
(28669, 49, 4929.42, -3062.17, 381.407, 0, 0, ''),
|
||
(28669, 50, 4874.15, -2945.8, 381.407, 0, 0, ''),
|
||
(28669, 51, 4892.92, -2768.81, 381.407, 0, 0, ''),
|
||
(28669, 52, 5019.18, -2627.01, 381.407, 0, 0, ''),
|
||
(28669, 53, 5067.44, -2519.11, 381.407, 0, 0, ''),
|
||
(28669, 54, 5081.71, -2368, 381.407, 0, 0, ''),
|
||
(28669, 55, 5152.34, -2120.36, 419.435, 0, 0, ''),
|
||
(28669, 56, 5368.51, -1851.12, 422.851, 0, 0, ''),
|
||
(28669, 57, 5660.99, -1784.47, 360.546, 0, 0, ''),
|
||
(28669, 58, 5851.7, -1800.85, 350.13, 0, 0, ''),
|
||
(28669, 59, 6030.71, -1864, 348.157, 0, 0, ''),
|
||
(28669, 60, 6103.75, -1910.46, 354.324, 0, 0, ''),
|
||
(28669, 61, 6163.79, -1944.53, 374.379, 0, 0, ''),
|
||
(28669, 62, 6183.49, -1976.16, 410.129, 0, 0, ''),
|
||
(28669, 63, 6184.05, -1991.26, 417.323, 0, 0, ''),
|
||
(28682, 1, 5719.9, 682.554, 645.751, 0, 0, 'Inzi Charmlight'),
|
||
(28682, 2, 5719.89, 686.067, 645.751, 0, 0, 'Inzi Charmlight'),
|
||
(28682, 3, 5717.11, 689.065, 645.751, 0, 0, 'Inzi Charmlight'),
|
||
(28682, 4, 5711.45, 694.77, 645.751, 0, 0, 'Inzi Charmlight'),
|
||
(28682, 5, 5711.85, 699.784, 645.751, 0, 0, 'Inzi Charmlight'),
|
||
(28682, 6, 5709.63, 700.03, 645.751, 0, 0, 'Inzi Charmlight'),
|
||
(28682, 7, 5711.14, 699.27, 645.751, 0, 0, 'Inzi Charmlight'),
|
||
(28682, 8, 5712.44, 694.995, 645.751, 0, 0, 'Inzi Charmlight'),
|
||
(28682, 9, 5714.12, 692.908, 645.751, 0, 0, 'Inzi Charmlight'),
|
||
(28682, 10, 5716.78, 690.902, 645.751, 0, 0, 'Inzi Charmlight'),
|
||
(28682, 11, 5718.9, 688.153, 645.751, 0, 0, 'Inzi Charmlight'),
|
||
(28682, 12, 5720.53, 686.928, 645.751, 0, 0, 'Inzi Charmlight'),
|
||
(28682, 13, 5722.85, 687.869, 645.751, 0, 0, 'Inzi Charmlight'),
|
||
(28682, 14, 5726.11, 690.421, 645.751, 0, 0, 'Inzi Charmlight'),
|
||
(28682, 15, 5727.03, 694.295, 645.751, 0, 0, 'Inzi Charmlight'),
|
||
(28682, 16, 5711.43, 707.451, 653.692, 0, 0, 'Inzi Charmlight'),
|
||
(28682, 17, 5708.92, 708.47, 653.701, 0, 0, 'Inzi Charmlight'),
|
||
(28682, 18, 5708.55, 708.362, 653.703, 0, 0, 'Inzi Charmlight'),
|
||
(28682, 19, 5709.46, 706.295, 653.727, 0, 0, 'Inzi Charmlight'),
|
||
(28682, 20, 5707.51, 704.331, 653.748, 0, 0, 'Inzi Charmlight'),
|
||
(28682, 21, 5705.2, 703.196, 653.742, 0, 0, 'Inzi Charmlight'),
|
||
(28682, 22, 5702.96, 703.35, 653.749, 0, 0, 'Inzi Charmlight'),
|
||
(28682, 23, 5703.56, 701.599, 653.757, 0, 0, 'Inzi Charmlight'),
|
||
(28682, 24, 5703, 699.555, 653.749, 0, 0, 'Inzi Charmlight'),
|
||
(28682, 25, 5700.38, 698.854, 653.744, 0, 0, 'Inzi Charmlight'),
|
||
(28682, 26, 5697.52, 698.872, 653.75, 0, 0, 'Inzi Charmlight'),
|
||
(28682, 27, 5697.27, 696.89, 653.739, 0, 0, 'Inzi Charmlight'),
|
||
(28682, 28, 5697.48, 697.315, 653.739, 0, 0, 'Inzi Charmlight'),
|
||
(28682, 29, 5699.13, 698.194, 653.742, 0, 0, 'Inzi Charmlight'),
|
||
(28682, 30, 5700.8, 696.913, 653.747, 0, 0, 'Inzi Charmlight'),
|
||
(28682, 31, 5700.12, 694.209, 653.736, 0, 0, 'Inzi Charmlight'),
|
||
(28682, 32, 5698.9, 690.708, 653.718, 0, 0, 'Inzi Charmlight'),
|
||
(28682, 33, 5715.56, 678.412, 645.751, 0, 0, 'Inzi Charmlight'),
|
||
(28705, 1, 5708.03, 715.288, 642.473, 0, 0, 'Katherine Lee'),
|
||
(28705, 2, 5707.47, 713.407, 642.476, 0, 0, 'Katherine Lee'),
|
||
(28705, 3, 5705.04, 713.508, 642.476, 0, 0, 'Katherine Lee'),
|
||
(28705, 4, 5702.45, 715.929, 642.472, 0, 0, 'Katherine Lee'),
|
||
(28705, 5, 5700.93, 718.179, 642.468, 0, 0, 'Katherine Lee'),
|
||
(28705, 6, 5702.45, 715.929, 642.472, 0, 0, 'Katherine Lee'),
|
||
(28705, 7, 5705.04, 713.508, 642.476, 0, 0, 'Katherine Lee'),
|
||
(28705, 8, 5707.47, 713.407, 642.476, 0, 0, 'Katherine Lee'),
|
||
(28705, 9, 5708.03, 715.288, 642.473, 0, 0, 'Katherine Lee'),
|
||
(28705, 10, 5707.61, 715.535, 642.472, 0, 0, 'Katherine Lee'),
|
||
(28864, 1, 2191.45, -6131.88, 48.4288, 0, 0, ''),
|
||
(28864, 2, 2220.66, -6030.99, 70.0122, 0, 0, ''),
|
||
(28864, 3, 2281.5, -5955.75, 131.79, 0, 0, ''),
|
||
(28864, 4, 2306.98, -5872.8, 177.651, 0, 0, ''),
|
||
(28864, 5, 2347.98, -5736.88, 167.929, 0, 0, ''),
|
||
(28864, 6, 2360.93, -5710.75, 155.401, 0, 0, 'Despawn'),
|
||
(28897, 1, 2143.13, -5845.46, 101.335, 0, 0, 'Scarlet Ghoul'),
|
||
(28897, 2, 2112.23, -5869.67, 102.671, 0, 0, 'Scarlet Ghoul'),
|
||
(28897, 3, 2075.06, -5888.31, 104.169, 0, 0, 'Scarlet Ghoul'),
|
||
(28897, 4, 2047.48, -5901.68, 105.289, 0, 0, 'Scarlet Ghoul'),
|
||
(28897, 5, 2017.32, -5907.23, 104.617, 0, 0, 'Scarlet Ghoul'),
|
||
(28897, 6, 1962.61, -5905.59, 102.366, 0, 0, 'Scarlet Ghoul'),
|
||
(28897, 7, 1925.94, -5911, 101.514, 0, 0, 'Scarlet Ghoul'),
|
||
(28897, 8, 1884.37, -5910.29, 103.345, 0, 0, 'Scarlet Ghoul'),
|
||
(28897, 9, 1858.9, -5916.94, 104.525, 0, 0, 'Scarlet Ghoul'),
|
||
(28897, 10, 1840.21, -5923.29, 107.843, 0, 0, 'Scarlet Ghoul'),
|
||
(28897, 11, 1819.53, -5930.31, 113.439, 0, 0, 'Scarlet Ghoul'),
|
||
(28897, 12, 1800.91, -5936.87, 115.947, 0, 0, 'Scarlet Ghoul'),
|
||
(28948, 1, 6236.44, -1977.78, 484.782, 0, 0, 'malmortis'),
|
||
(28948, 2, 6239.19, -2000.98, 484.92, 0, 0, 'malmortis'),
|
||
(28948, 3, 6263.43, -2031.08, 485.075, 0, 0, 'malmortis'),
|
||
(28948, 4, 6250.13, -2050.53, 484.875, 0, 0, 'malmortis'),
|
||
(28948, 5, 6159.67, -2107.64, 485.085, 0, 0, 'malmortis'),
|
||
(28948, 6, 6121.99, -2053.64, 484.782, 0, 0, 'malmortis'),
|
||
(28948, 7, 6086.62, -2000.3, 485.095, 0, 0, 'malmortis'),
|
||
(28948, 8, 6061.7, -1995.35, 485.267, 0, 0, 'malmortis'),
|
||
(28948, 9, 6059.67, -2007.91, 485.363, 0, 0, 'malmortis'),
|
||
(28948, 10, 6056.47, -2025.2, 473.338, 0, 0, 'malmortis'),
|
||
(28948, 11, 6066.6, -2036.44, 473.745, 0, 0, 'malmortis'),
|
||
(28948, 12, 6073.39, -2027.96, 473.338, 0, 0, 'malmortis'),
|
||
(28948, 13, 6077.52, -2012.09, 461.492, 0, 0, 'malmortis'),
|
||
(28948, 14, 6080.12, -1998.34, 461.311, 0, 0, 'malmortis'),
|
||
(28948, 15, 6107.05, -2010.62, 461.307, 0, 0, 'malmortis'),
|
||
(28948, 16, 6154.38, -1982.7, 460.694, 0, 0, 'malmortis'),
|
||
(28948, 17, 6188.35, -1979.59, 460.63, 0, 0, 'malmortis'),
|
||
(28948, 18, 6220.27, -2003.44, 461.301, 0, 0, 'malmortis'),
|
||
(28948, 19, 6258.04, -2034.15, 461.308, 0, 0, 'malmortis'),
|
||
(28948, 20, 6271.21, -2036.64, 461.31, 0, 0, 'malmortis'),
|
||
(28948, 21, 6273.59, -2025.11, 461.31, 0, 0, 'malmortis'),
|
||
(28948, 22, 6277.02, -2007.7, 473.337, 0, 0, 'malmortis'),
|
||
(28948, 23, 6286.52, -1997.88, 473.806, 0, 0, 'malmortis'),
|
||
(28948, 24, 6293.5, -2010.19, 473.337, 0, 0, 'malmortis'),
|
||
(28948, 25, 6289.93, -2027.52, 485.363, 0, 0, 'malmortis'),
|
||
(29050, 1, 6369.87, -4507.91, 458.13, 0, 0, 'Har\'koa'),
|
||
(29050, 2, 6372.94, -4508.17, 457.88, 0, 0, 'Har\'koa'),
|
||
(29050, 3, 6377.19, -4508.17, 457.88, 0, 0, 'Har\'koa'),
|
||
(29050, 4, 6387.69, -4507.92, 457.88, 0, 0, 'Har\'koa'),
|
||
(29050, 5, 6403.01, -4521.44, 458.13, 0, 0, 'Har\'koa'),
|
||
(29144, 1, -8463.9, 1109.41, 19.1352, 0, 0, 'Refurbished Steam Tank'),
|
||
(29144, 2, -8463.52, 1112.6, 19.0517, 0, 0, 'Refurbished Steam Tank'),
|
||
(29144, 3, -8463.23, 1108.18, 19.053, 0, 0, 'Refurbished Steam Tank'),
|
||
(29144, 4, -8473.35, 1096.63, 18.7345, 0, 0, 'Refurbished Steam Tank'),
|
||
(29144, 5, -8496.34, 1095.88, 17.9444, 0, 0, 'Refurbished Steam Tank'),
|
||
(29144, 6, -8499.86, 1132.84, 17.9763, 0, 0, 'Refurbished Steam Tank'),
|
||
(29144, 7, -8486, 1138.24, 17.9608, 0, 0, 'Refurbished Steam Tank'),
|
||
(29144, 8, -8462.43, 1136.04, 18.6577, 0, 0, 'Refurbished Steam Tank'),
|
||
(29144, 9, -8440.65, 1137.48, 18.8719, 0, 0, 'Refurbished Steam Tank'),
|
||
(29144, 10, -8412.35, 1137.49, 18.0685, 0, 0, 'Refurbished Steam Tank'),
|
||
(29144, 11, -8412.35, 1137.49, 18.0685, 0, 0, 'Refurbished Steam Tank'),
|
||
(29261, 1, 5747.07, 685.375, 643.824, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 2, 5749.97, 682.721, 643.406, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 3, 5760.65, 698.313, 642.395, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 4, 5770.98, 712.367, 641.585, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 5, 5771.64, 718.952, 641.973, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 6, 5793.79, 719.567, 640.591, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 7, 5806.63, 718.536, 640.784, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 8, 5807.11, 723.062, 641.055, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 9, 5812.01, 718.613, 640.997, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 10, 5825.03, 714.091, 640.923, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 11, 5836.41, 706.225, 641.26, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 12, 5838.93, 710.418, 641.367, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 13, 5836.41, 706.225, 641.26, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 14, 5850.63, 692.932, 642.339, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 15, 5871.26, 679.351, 643.162, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 16, 5889.71, 676.63, 643.607, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 17, 5885.98, 668.949, 643.826, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 18, 5894.6, 656.529, 644.846, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 19, 5893.21, 644.139, 645.636, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 20, 5891.53, 635.521, 647.577, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 21, 5885.39, 639.203, 646.513, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 22, 5878.64, 630.185, 647.665, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 23, 5865.15, 615.702, 650.02, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 24, 5867.96, 613.07, 650.455, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 25, 5865.15, 615.702, 650.02, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 26, 5854.08, 607.851, 650.721, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 27, 5840.76, 590.545, 650.624, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 28, 5837.37, 583.091, 650.776, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 29, 5840.76, 580.389, 651.814, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 30, 5837.37, 583.091, 650.776, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 31, 5822.9, 570.042, 650.145, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 32, 5805.87, 564.193, 650.19, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 33, 5796.09, 561.188, 650.666, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 34, 5796.75, 566.232, 650.128, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 35, 5772.44, 583.834, 649.884, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 36, 5767.62, 579.134, 650.249, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 37, 5761.45, 588.708, 649.651, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 38, 5750.56, 591.072, 649.815, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 39, 5749.78, 599.296, 649.038, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 40, 5737.97, 611.546, 647.919, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 41, 5726.47, 621.889, 646.929, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 42, 5714.58, 625.463, 646.46, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 43, 5702.12, 627.812, 646.365, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 44, 5693.32, 629.38, 646.59, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 45, 5687.52, 629.651, 647.114, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 46, 5692.8, 651.879, 646.503, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 47, 5696.02, 667.548, 645.782, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 48, 5695.92, 678.261, 646.089, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 49, 5700.44, 674.047, 645.459, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 50, 5714.59, 662.351, 645.995, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 51, 5723.48, 658.328, 646.046, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 52, 5728.87, 666.113, 645.845, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 53, 5726.6, 666.749, 645.851, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 54, 5736.25, 665.792, 644.958, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 55, 5745, 676.182, 644.097, 0, 0, 'Windle Sparkshine'),
|
||
(29261, 56, 5744.94, 681.546, 644.136, 0, 0, 'Windle Sparkshine'),
|
||
(29525, 1, 6887.52, -1586.15, 821.611, 0, 0, 'Zeev Fizzlespark'),
|
||
(29525, 2, 6879.56, -1576.52, 822.159, 0, 0, 'Zeev Fizzlespark'),
|
||
(29525, 3, 6864.56, -1565.27, 821.409, 0, 0, 'Zeev Fizzlespark'),
|
||
(29525, 4, 6864.4, -1565.05, 821.488, 0, 0, 'Zeev Fizzlespark'),
|
||
(29525, 5, 6859.15, -1561.05, 821.488, 0, 0, 'Zeev Fizzlespark'),
|
||
(29525, 6, 6847.65, -1552.3, 820.988, 0, 0, 'Zeev Fizzlespark'),
|
||
(29525, 7, 6844.4, -1549.8, 820.238, 0, 0, 'Zeev Fizzlespark'),
|
||
(29525, 8, 6839.65, -1546.05, 819.738, 0, 0, 'Zeev Fizzlespark'),
|
||
(29626, 1, 6450.07, -1730.54, 481.072, 0, 0, 'Tormar Frostgut'),
|
||
(29626, 2, 6454.98, -1734.05, 481.898, 0, 0, ''),
|
||
(29626, 3, 6459.59, -1737.34, 484.043, 0, 0, ''),
|
||
(29626, 4, 6461.15, -1738.46, 484.48, 0, 0, ''),
|
||
(29626, 5, 6468.11, -1741.17, 486.465, 0, 0, ''),
|
||
(29626, 6, 6477.17, -1744.23, 487.096, 0, 0, ''),
|
||
(29626, 7, 6485.93, -1746.22, 487.792, 0, 0, ''),
|
||
(29626, 8, 6495.36, -1746.14, 489.513, 0, 0, ''),
|
||
(29643, 1, 6043.27, -752.358, 371.289, 0, 0, 'Bailey'),
|
||
(29643, 2, 6057.13, -750.684, 374.297, 0, 0, 'Bailey'),
|
||
(29643, 3, 6075.11, -746.512, 378.785, 0, 0, 'Bailey'),
|
||
(29643, 4, 6074.88, -746.098, 378.744, 0, 0, 'Bailey'),
|
||
(29643, 5, 6082.66, -744.527, 380.612, 0, 0, 'Bailey'),
|
||
(29643, 6, 6094.52, -739.821, 383.156, 0, 0, 'Bailey'),
|
||
(29643, 7, 6108.06, -728.91, 385.165, 0, 0, 'Bailey'),
|
||
(29643, 8, 6106.12, -727.415, 384.716, 0, 0, 'Bailey'),
|
||
(29643, 9, 6103.38, -731.758, 384.439, 0, 0, 'Bailey'),
|
||
(29643, 10, 6094.78, -740.08, 383.232, 0, 0, 'Bailey'),
|
||
(29643, 11, 6081.35, -743.988, 380.304, 0, 0, 'Bailey'),
|
||
(29643, 12, 6064.46, -748.543, 376.139, 0, 0, 'Bailey'),
|
||
(29643, 13, 6047.42, -752.5, 372.131, 0, 0, 'Bailey'),
|
||
(29643, 14, 6036.15, -753.071, 369.981, 0, 0, 'Bailey'),
|
||
(29643, 15, 6036.69, -751.232, 370.083, 0, 0, 'Bailey'),
|
||
(29679, 1, 7071.2, -1772.26, 827.542, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 2, 7042.99, -1757.14, 842.747, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 3, 7018.42, -1727.55, 873.987, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 4, 7004.25, -1677.93, 923.391, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 5, 7042.87, -1581.54, 943.848, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 6, 7089.01, -1513.21, 999.059, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 7, 7187.18, -1359.52, 1125.41, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 8, 7273.46, -1226.56, 1235.73, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 9, 7366.43, -1041.68, 1394.12, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 10, 7503.78, -855.742, 1558.88, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 11, 7668.24, -639.42, 1677.99, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 12, 7677.31, -568.353, 1717.85, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 13, 7618.18, -499.276, 1795.46, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 14, 7590.15, -466.137, 1800.37, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 15, 7551.98, -425.286, 1802.96, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 16, 7506.14, -389.719, 1805.08, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 17, 7453.89, -372.881, 1807.31, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 18, 7392.22, -386.513, 1806.91, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 19, 7334.82, -420.561, 1808.99, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 20, 7284.84, -468.004, 1808.05, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 21, 7255.45, -522.765, 1805.46, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 22, 7254.75, -577.764, 1803.85, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 23, 7285.51, -642.46, 1802.19, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 24, 7339.46, -674.759, 1803.99, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 25, 7407.65, -688.525, 1804.51, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 26, 7473.79, -680.05, 1799.08, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 27, 7531.82, -653.494, 1796.62, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 28, 7581.98, -608.632, 1797.69, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 29, 7617.53, -549.32, 1794.77, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 30, 7616.44, -500.8, 1798.93, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 31, 7566.79, -450.701, 1859.32, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 32, 7521.65, -413.662, 1919.56, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 33, 7430.38, -404.684, 1935.66, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 34, 7414.28, -471.557, 1935.11, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 35, 7412.3, -532.338, 1912.76, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29679, 36, 7426.15, -556.076, 1903.53, 0, 0, 'Hyldsmeet Proto-Drake'),
|
||
(29736, 1, 6603.31, -272.773, 988.054, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 2, 6567.78, -283.843, 983.271, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 3, 6525.8, -320.955, 975.602, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 4, 6494.41, -369.545, 967.738, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 5, 6484.09, -462.986, 954.571, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 6, 6477.74, -565.348, 940.242, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 7, 6504.45, -607.032, 933.271, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 8, 6547.57, -655.802, 922.877, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 9, 6601.81, -686.798, 911.13, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 10, 6693.96, -735.666, 891.467, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 11, 6753.54, -748.784, 879.917, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 12, 6869.93, -747.289, 927.448, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 13, 6955.54, -744.598, 965.127, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 14, 7100.71, -777.982, 977.417, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 15, 7191.97, -814.27, 994.576, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 16, 7293.01, -852.093, 1019.23, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 17, 7413.69, -881.949, 1011.37, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 18, 7532.76, -907.114, 1003.69, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 19, 7611.44, -965.035, 1026.22, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 20, 7645.07, -995.678, 1025.63, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 21, 7719.04, -1046.04, 1025.39, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 22, 7772.62, -1082.52, 1069.61, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 23, 7826.35, -1109.44, 1112.49, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 24, 7896.46, -1126.24, 1150.65, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 25, 7958.42, -1139.5, 1159.25, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 26, 8010, -1165.87, 1155.76, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 27, 8086.81, -1225.61, 1198.79, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 28, 8160.98, -1293.11, 1262.01, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 29, 8277.97, -1399.58, 1290.87, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 30, 8358.14, -1513.07, 1295.16, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 31, 8460.52, -1657.36, 1279.06, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 32, 8495.3, -1730.74, 1286.54, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 33, 8503.7, -1766.98, 1347.95, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 34, 8516.63, -1822.82, 1416.27, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 35, 8521.68, -1899.55, 1492.74, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29736, 36, 8518.14, -1954.8, 1484.65, 0, 0, 'Stormcrest eagle, Fervor of the Frostborn'),
|
||
(29858, 1, 8598.5, 2671.04, 652.354, 0, 0, 'Lady Nightswood'),
|
||
(29858, 2, 8598.22, 2670.08, 652.354, 0, 0, 'Lady Nightswood'),
|
||
(29858, 3, 8597.25, 2666.67, 652.354, 0, 0, 'Lady Nightswood'),
|
||
(29858, 4, 8595.95, 2662.13, 652.354, 0, 0, 'Lady Nightswood'),
|
||
(29858, 5, 8593.37, 2653.14, 652.354, 0, 0, 'Lady Nightswood'),
|
||
(29858, 6, 8589.56, 2639.82, 652.354, 0, 0, 'Lady Nightswood'),
|
||
(29858, 7, 8589.56, 2639.82, 652.354, 0, 0, 'Lady Nightswood'),
|
||
(29859, 1, 8558.93, 2633.13, 652.104, 0, 0, 'The Leaper'),
|
||
(29859, 2, 8567.93, 2631.38, 652.104, 0, 0, 'The Leaper'),
|
||
(29859, 3, 8569.18, 2631.38, 652.104, 0, 0, 'The Leaper'),
|
||
(29859, 4, 8577.43, 2631.88, 652.104, 0, 0, 'The Leaper'),
|
||
(29859, 5, 8585.43, 2632.38, 652.104, 0, 0, 'The Leaper'),
|
||
(29859, 6, 8586.87, 2632.52, 652.354, 0, 0, 'The Leaper'),
|
||
(29860, 1, 8550.58, 2654.24, 652.354, 0, 0, 'Vile'),
|
||
(29860, 2, 8551.56, 2654.03, 652.354, 0, 0, 'Vile'),
|
||
(29860, 3, 8554.79, 2652.16, 652.354, 0, 0, 'Vile'),
|
||
(29860, 4, 8560.37, 2648.92, 652.354, 0, 0, 'Vile'),
|
||
(29860, 5, 8576.06, 2639.81, 652.354, 0, 0, 'Vile'),
|
||
(29860, 6, 8577.14, 2639.18, 652.354, 0, 0, 'Vile'),
|
||
(29860, 7, 8578.03, 2638.67, 652.354, 0, 0, 'Vile'),
|
||
(29860, 8, 8578.03, 2638.67, 652.354, 0, 0, 'Vile'),
|
||
(30017, 1, 5790.98, -2927.3, 286.277, 0, 0, ''),
|
||
(30017, 2, 5803, -2953, 286.277, 0, 0, ''),
|
||
(30017, 3, 5805.18, -2958.51, 282.899, 0, 0, ''),
|
||
(30017, 4, 5807.04, -2961.45, 280.25, 0, 0, ''),
|
||
(30017, 5, 5808.86, -2965.14, 277.089, 0, 0, ''),
|
||
(30017, 6, 5811.7, -2970.82, 273.569, 0, 0, ''),
|
||
(30017, 7, 5789.98, -2980.25, 273.584, 0, 0, ''),
|
||
(30023, 1, 5722.56, -2960.69, 286.276, 0, 0, ''),
|
||
(30023, 2, 5734.7, -2984.99, 286.276, 0, 0, ''),
|
||
(30023, 3, 5737.4, -2991.31, 282.575, 0, 0, ''),
|
||
(30023, 4, 5740.42, -2997.54, 277.263, 0, 0, ''),
|
||
(30023, 5, 5743.79, -3004.05, 273.57, 0, 0, ''),
|
||
(30023, 6, 5764.24, -2993.79, 272.944, 0, 0, ''),
|
||
(30134, 1, 7497.65, -980.435, 473.414, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 2, 7468.51, -1017.32, 479.378, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 3, 7473.77, -1060.9, 489.051, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 4, 7525.15, -1085.14, 499.933, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 5, 7559.02, -1067.42, 508.719, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 6, 7556.88, -1013.91, 522.408, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 7, 7534.64, -983.899, 529.489, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 8, 7490.75, -975.614, 536.767, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 9, 7458.98, -998.008, 542.015, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 10, 7454.43, -1046.19, 548.909, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 11, 7460.07, -1079.98, 554.021, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 12, 7496.17, -1094.8, 562.659, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 13, 7537.47, -1084.87, 574.044, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 14, 7569.92, -1058.31, 581.427, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 15, 7568.27, -1007.72, 594.344, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 16, 7534.98, -978.128, 606.208, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 17, 7481.8, -981.661, 613.507, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 18, 7445.26, -1035.03, 620.37, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 19, 7458.75, -1086.83, 630.151, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 20, 7512.55, -1094.28, 639.85, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 21, 7549.81, -1059.38, 650.64, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 22, 7535.99, -1011.53, 664.341, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 23, 7491.93, -996.384, 677.549, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 24, 7444.83, -1034.38, 697.835, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 25, 7448.86, -1081.22, 714.713, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 26, 7486.54, -1096.27, 732.199, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 27, 7532.65, -1085.87, 742.051, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 28, 7572.81, -1041.37, 744.878, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 29, 7555.37, -1001.91, 746.373, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 30, 7529.05, -953.339, 747.291, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 31, 7488.81, -942.232, 748.586, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 32, 7453.86, -954.213, 750.528, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 33, 7422.35, -991.457, 755.353, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 34, 7422.62, -1037.84, 758.558, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 35, 7446.35, -1089.45, 770.271, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 36, 7500.88, -1105.16, 790.084, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 37, 7543.18, -1089.59, 805.28, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 38, 7577.29, -1036.76, 828.546, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 39, 7565.69, -990.835, 844.253, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 40, 7536.61, -958.824, 853.587, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 41, 7488.98, -947.886, 866.701, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 42, 7441.53, -976.699, 884.027, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 43, 7412.03, -1020.32, 901.404, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 44, 7411.37, -1060.42, 909.054, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 45, 7466.48, -1113.41, 921.955, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 46, 7512.44, -1134.34, 930.44, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 47, 7551.88, -1164.28, 947.309, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 48, 7562.43, -1217.87, 975.279, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 49, 7549.23, -1261.85, 974.489, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 50, 7512.54, -1296.45, 975.61, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 51, 7463.49, -1308.57, 975.33, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 52, 7414.94, -1271.06, 975.11, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 53, 7362.76, -1191.58, 975.35, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 54, 7342.27, -1124.72, 975.84, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 55, 7315.89, -1023.21, 975.24, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 56, 7296.11, -956.256, 975.61, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 57, 7254.16, -862.892, 975.247, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 58, 7236.03, -832.985, 980.102, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 59, 7170.3, -754.717, 984.533, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 60, 7123.3, -700.775, 987.96, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 61, 7108.32, -646.284, 980.958, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 62, 7104.87, -577.719, 979.119, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 63, 7107.84, -508.532, 989.094, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 64, 7105.65, -430.88, 1001.47, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 65, 7069.44, -374.405, 1002.83, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 66, 7015.51, -335.915, 1001.89, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 67, 6968.51, -318.774, 1001.69, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 68, 6899.87, -305.206, 1001.71, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 69, 6841.93, -298.241, 1003.14, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 70, 6794.33, -293.982, 1004.08, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 71, 6764.33, -294.547, 1000.36, 0, 0, 'Branns Flying Machine'),
|
||
(30134, 72, 6730.7, -295.273, 997.037, 0, 0, 'Branns Flying Machine'),
|
||
(30159, 1, 8258.84, 3599.05, 677.646, 0, 0, ''),
|
||
(30159, 2, 8258.06, 3598.42, 677.646, 0, 0, ''),
|
||
(30159, 3, 8217.43, 3554.57, 677.646, 0, 0, ''),
|
||
(30159, 4, 8169.1, 3473.42, 677.646, 0, 0, ''),
|
||
(30159, 5, 8200.27, 3417.77, 673.563, 0, 0, ''),
|
||
(30159, 6, 8281.52, 3453.95, 673.535, 0, 0, ''),
|
||
(30159, 7, 8278.02, 3504.95, 677.646, 0, 0, ''),
|
||
(30159, 8, 8222.47, 3532.93, 631.09, 0, 0, ''),
|
||
(30159, 9, 8222.47, 3532.93, 631.09, 0, 0, ''),
|
||
(30274, 1, 6296.25, 92.9397, 390.701, 0, 0, 'send Freed Crusader here'),
|
||
(30315, 1, 7864.2, -1397.21, 1538.33, 0, 0, ''),
|
||
(30315, 2, 7888.6, -1421.11, 1535.86, 0, 0, ''),
|
||
(30315, 3, 7888.11, -1426.91, 1535.66, 0, 0, ''),
|
||
(30315, 4, 7857.51, -1363.63, 1537, 0, 0, ''),
|
||
(30315, 5, 7924.52, -1384.23, 1537.98, 0, 0, ''),
|
||
(30315, 6, 7883.53, -1338.13, 1537.35, 0, 0, ''),
|
||
(30315, 7, 7864.17, -1396.05, 1539.02, 0, 0, ''),
|
||
(30315, 8, 7864.17, -1396.05, 1543.92, 0, 0, ''),
|
||
(30316, 1, 7991.77, -2736.45, 1134.52, 0, 0, ''),
|
||
(30316, 2, 7993.06, -2725.04, 1137.29, 0, 0, ''),
|
||
(30316, 3, 7999.48, -2732.53, 1137.59, 0, 0, ''),
|
||
(30316, 4, 7934.64, -2746.38, 1145.63, 0, 0, ''),
|
||
(30316, 5, 7956.57, -2784.53, 1145.02, 0, 0, ''),
|
||
(30316, 6, 8001.6, -2741.81, 1147.89, 0, 0, ''),
|
||
(30316, 7, 8032.4, -2723.34, 1147.58, 0, 0, ''),
|
||
(30316, 8, 7992.2, -2727.98, 1141.51, 0, 0, ''),
|
||
(30317, 1, 7506.22, -1889.43, 1475.11, 0, 0, ''),
|
||
(30317, 2, 7503.87, -1882.19, 1474.22, 0, 0, ''),
|
||
(30317, 3, 7493.96, -1883.6, 1474.96, 0, 0, ''),
|
||
(30317, 4, 7466.96, -1844.15, 1475.9, 0, 0, ''),
|
||
(30317, 5, 7466.96, -1844.15, 1479.75, 0, 0, ''),
|
||
(30317, 6, 7462.91, -1885.65, 1475.85, 0, 0, ''),
|
||
(30317, 7, 7515.39, -1883.06, 1475.08, 0, 0, ''),
|
||
(30317, 8, 7498.72, -1898.71, 1476.34, 0, 0, ''),
|
||
(30318, 1, 8180.27, -1959.35, 1740.65, 0, 0, ''),
|
||
(30318, 2, 8185.21, -1965.16, 1740.38, 0, 0, ''),
|
||
(30318, 3, 8178.21, -1965.28, 1739.39, 0, 0, ''),
|
||
(30318, 4, 8138.71, -1992.56, 1782.86, 0, 0, ''),
|
||
(30318, 5, 8144.53, -1990.98, 1746.96, 0, 0, ''),
|
||
(30318, 6, 8218.06, -2018.64, 1744.73, 0, 0, ''),
|
||
(30318, 7, 8248.05, -1939.41, 1744.21, 0, 0, ''),
|
||
(30318, 8, 8195.3, -1964.75, 1741.42, 0, 0, ''),
|
||
(30331, 1, 7349.03, -2833.16, 800.433, 0, 0, 'King Jokkum'),
|
||
(30331, 2, 7351.01, -2853.08, 800.752, 0, 0, 'King Jokkum'),
|
||
(30331, 3, 7353.05, -2873.68, 806.838, 0, 0, 'King Jokkum'),
|
||
(30331, 4, 7354.21, -2885.31, 814.327, 0, 0, 'King Jokkum'),
|
||
(30331, 5, 7355.82, -2901.55, 820.309, 0, 0, 'King Jokkum'),
|
||
(30331, 6, 7357.89, -2922.45, 824.014, 0, 0, 'King Jokkum'),
|
||
(30331, 7, 7359.96, -2943.31, 831.832, 0, 0, 'King Jokkum'),
|
||
(30331, 8, 7357.76, -2967.97, 842.796, 0, 0, 'King Jokkum'),
|
||
(30331, 9, 7358.22, -2972.57, 844.499, 0, 0, 'King Jokkum'),
|
||
(30331, 10, 7360.99, -3000.43, 845.794, 0, 0, 'King Jokkum'),
|
||
(30331, 11, 7375.28, -3020.37, 843.894, 0, 0, 'King Jokkum'),
|
||
(30331, 12, 7413.52, -3026.22, 843.36, 0, 0, 'King Jokkum'),
|
||
(30331, 13, 7447.71, -3037.35, 840.512, 0, 0, 'King Jokkum'),
|
||
(30331, 14, 7470.03, -3056.39, 837.455, 0, 0, 'King Jokkum'),
|
||
(30331, 15, 7498.52, -3080.69, 838.94, 0, 0, 'King Jokkum'),
|
||
(30331, 16, 7524.46, -3102.81, 841.3, 0, 0, 'King Jokkum'),
|
||
(30331, 17, 7559.62, -3132.79, 843.581, 0, 0, 'King Jokkum'),
|
||
(30331, 18, 7585.34, -3154.72, 848.502, 0, 0, 'King Jokkum'),
|
||
(30331, 19, 7616.95, -3181.68, 851.89, 0, 0, 'King Jokkum'),
|
||
(30331, 20, 7634.79, -3196.89, 857.684, 0, 0, 'King Jokkum'),
|
||
(30331, 21, 7658.75, -3199.95, 863.091, 0, 0, 'King Jokkum'),
|
||
(30331, 22, 7683.63, -3207.91, 867.18, 0, 0, 'King Jokkum'),
|
||
(30331, 23, 7704.78, -3225.94, 864.689, 0, 0, 'King Jokkum'),
|
||
(30331, 24, 7738.87, -3228.98, 861.609, 0, 0, 'King Jokkum'),
|
||
(30331, 25, 7761.33, -3223.75, 864.271, 0, 0, 'King Jokkum'),
|
||
(30331, 26, 7789.46, -3225.95, 860.885, 0, 0, 'King Jokkum'),
|
||
(30331, 27, 7810.3, -3224.93, 858.222, 0, 0, 'King Jokkum'),
|
||
(30331, 28, 7823.98, -3227.92, 857.631, 0, 0, 'King Jokkum'),
|
||
(30331, 29, 7841.33, -3239.76, 853.416, 0, 0, 'King Jokkum'),
|
||
(30331, 30, 7862.19, -3254.54, 850.65, 0, 0, 'King Jokkum'),
|
||
(30468, 1, 7339.62, -2058.66, 764.919, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 2, 7338.27, -2064.38, 765.358, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 3, 7335.77, -2073.8, 767.408, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 4, 7327.59, -2087.35, 770.898, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 5, 7319.45, -2095.41, 773.681, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 6, 7305.17, -2107.3, 774.326, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 7, 7275.18, -2114.63, 775.668, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 8, 7259, -2116.15, 778.513, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 9, 7241.65, -2119.36, 777.765, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 10, 7226.73, -2115.94, 777.334, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 11, 7208.44, -2115.22, 770.951, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 12, 7198.35, -2115.35, 767.331, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 13, 7193.22, -2115.25, 765.634, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 14, 7188.85, -2117.31, 763.877, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 15, 7177.06, -2123.51, 762.934, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 16, 7163.71, -2131.04, 762.117, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 17, 7146.6, -2130.74, 762.099, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 18, 7127.77, -2130.8, 760.306, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 19, 7130.19, -2108.96, 761.682, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 20, 7122.74, -2087.62, 763.727, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 21, 7114.4, -2070.32, 765.977, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 22, 7101.81, -2051.61, 765.825, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 23, 7091.48, -2031.1, 765.895, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 24, 7087.4, -2012.37, 767.27, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 25, 7081.41, -1985.07, 767.962, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 26, 7073.83, -1961.03, 769.36, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 27, 7068.84, -1934.14, 775.735, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 28, 7064.37, -1916.7, 781.698, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 29, 7070.38, -1906.56, 785.498, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 30, 7079.5, -1899.03, 787.034, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 31, 7085.34, -1887.63, 788.909, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 32, 7067.58, -1884.71, 793.034, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 33, 7041.7, -1884.61, 797.428, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 34, 7029.2, -1871.6, 803.419, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 35, 7025.07, -1858.88, 811.24, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 36, 7018.79, -1838.97, 820.24, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 37, 7011.7, -1814.38, 820.73, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 38, 7009.1, -1791.5, 820.73, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 39, 7017.04, -1758.97, 819.654, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 40, 7013.26, -1723.92, 819.86, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 41, 6995.1, -1720.75, 820.112, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 42, 6975.48, -1722.11, 820.737, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 43, 6959.88, -1724.39, 820.596, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 44, 6941.02, -1720.43, 820.596, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 45, 6920.03, -1709.56, 820.753, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 46, 6903, -1697.53, 820.668, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 47, 6886.75, -1682.95, 820.258, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 48, 6867.68, -1684.36, 819.883, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 49, 6847.06, -1695.64, 819.986, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 50, 6824.82, -1701.83, 820.64, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30468, 51, 6824.82, -1701.83, 820.55, 0, 0, 'Harnessed Icemaw Matriarch'),
|
||
(30470, 1, 5818.54, 483.97, 660, 0, 0, 'ship'),
|
||
(30470, 2, 5835.36, 490.093, 669.25, 0, 0, 'ship'),
|
||
(30470, 3, 5845.6, 505.766, 677.9, 0, 0, 'ship'),
|
||
(30470, 4, 5865.83, 544.756, 689.667, 0, 0, 'ship'),
|
||
(30470, 5, 5897.43, 586.118, 689.667, 0, 0, 'ship'),
|
||
(30470, 6, 5936.38, 642.625, 682.418, 0, 0, 'ship'),
|
||
(30470, 7, 5954.68, 688.565, 678.141, 0, 0, 'ship'),
|
||
(30470, 8, 5987.02, 725.128, 673.53, 0, 0, 'ship'),
|
||
(30470, 9, 6055.09, 766.575, 663.057, 0, 0, 'ship'),
|
||
(30470, 10, 6077.21, 796.139, 663.057, 0, 0, 'ship'),
|
||
(30470, 11, 6089.87, 824.184, 663.057, 0, 0, 'ship'),
|
||
(30470, 12, 6133.36, 911.233, 642.308, 0, 0, 'ship'),
|
||
(30470, 13, 6187.39, 959.597, 625.03, 0, 0, 'ship'),
|
||
(30470, 14, 6346.12, 1060.05, 631.336, 0, 0, 'ship'),
|
||
(30470, 15, 6466.61, 1107.18, 644.891, 0, 0, 'ship'),
|
||
(30470, 16, 6626.67, 1136.81, 649.669, 0, 0, 'ship'),
|
||
(30470, 17, 6733.84, 1153.34, 658.03, 0, 0, 'ship'),
|
||
(30477, 1, 6165, -1064.51, 422.119, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30477, 2, 6204.1, -998.487, 457.563, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30477, 3, 6289.57, -952.181, 504.619, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30477, 4, 6307.79, -872.8, 541.73, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30477, 5, 6370.58, -821.951, 653.868, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30477, 6, 6413.27, -660.471, 808.395, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30477, 7, 6554.81, -550.377, 1018.11, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30477, 8, 6633.27, -419.316, 1173.91, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30477, 9, 6760.5, -364.466, 1277.72, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30477, 10, 6807.88, -427.519, 1399.11, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30477, 11, 6808.07, -471.447, 1419.25, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30477, 12, 6775.63, -529.231, 1394.39, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30477, 13, 6720.65, -535.553, 1328.05, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30477, 14, 6660.31, -486.865, 1238.55, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30477, 15, 6658.94, -417.841, 1186.11, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30477, 16, 6680.49, -329.309, 1098.61, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30477, 17, 6683.78, -220.345, 972.72, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30477, 18, 6663.77, -192.126, 962.248, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30477, 19, 6654.82, -180.169, 958.132, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30477, 20, 6631.47, -171.331, 966.463, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30477, 21, 6598.22, -162.366, 984.223, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30477, 22, 6566.67, -155.208, 992.055, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30477, 23, 6529.65, -154.936, 992.055, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30477, 24, 6454.42, -152.131, 962.305, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30487, 1, 6169.23, -1069.62, 420.694, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30487, 2, 6232.73, -1031.6, 505.778, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30487, 3, 6339.22, -1035.08, 575.333, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30487, 4, 6431.49, -987.674, 694.889, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30487, 5, 6632.44, -925.974, 896.138, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30487, 6, 6822.08, -755.521, 1171.19, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30487, 7, 7090.69, -619.487, 1455.64, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30487, 8, 7260.75, -282.75, 1513.36, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30487, 9, 7552.5, -334.651, 1657.67, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30487, 10, 7692.3, -509.425, 1536.5, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30487, 11, 7799.19, -636.327, 1252.28, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30487, 12, 7841.56, -726.55, 1193.92, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30487, 13, 7844.73, -775.361, 1185.83, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30487, 14, 7842.45, -815.573, 1186.4, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30487, 15, 7838.7, -859.957, 1173.17, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30487, 16, 7865.01, -911.218, 1163.98, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30487, 17, 7856.23, -951.657, 1151.56, 0, 0, 'D16 Propelled Delivery Device'),
|
||
(30585, 1, 5818.54, 483.97, 660, 0, 0, 'ship'),
|
||
(30585, 2, 5835.36, 490.093, 669.25, 0, 0, 'ship'),
|
||
(30585, 3, 5845.6, 505.766, 677.9, 0, 0, 'ship'),
|
||
(30585, 4, 5865.83, 544.756, 689.667, 0, 0, 'ship'),
|
||
(30585, 5, 5897.43, 586.118, 689.667, 0, 0, 'ship'),
|
||
(30585, 6, 5936.38, 642.625, 682.418, 0, 0, 'ship'),
|
||
(30585, 7, 5954.68, 688.565, 678.141, 0, 0, 'ship'),
|
||
(30585, 8, 5987.02, 725.128, 673.53, 0, 0, 'ship'),
|
||
(30585, 9, 6055.09, 766.575, 663.057, 0, 0, 'ship'),
|
||
(30585, 10, 6077.21, 796.139, 663.057, 0, 0, 'ship'),
|
||
(30585, 11, 6089.87, 824.184, 663.057, 0, 0, 'ship'),
|
||
(30585, 12, 6133.36, 911.233, 642.308, 0, 0, 'ship'),
|
||
(30585, 13, 6187.39, 959.597, 625.03, 0, 0, 'ship'),
|
||
(30585, 14, 6346.12, 1060.05, 631.336, 0, 0, 'ship'),
|
||
(30585, 15, 6466.61, 1107.18, 644.891, 0, 0, 'ship'),
|
||
(30585, 16, 6626.67, 1136.81, 649.669, 0, 0, 'ship'),
|
||
(30585, 17, 6733.84, 1153.34, 658.03, 0, 0, 'ship'),
|
||
(30992, 1, 6631.5, 3167.09, 659.36, 0, 0, 'Doctor Sabnok'),
|
||
(30992, 2, 6630.52, 3167.31, 659.36, 0, 0, 'Doctor Sabnok'),
|
||
(30992, 3, 6626.22, 3169.14, 658.885, 0, 0, 'Doctor Sabnok'),
|
||
(30992, 4, 6625.23, 3169.56, 658.813, 0, 0, 'Doctor Sabnok'),
|
||
(30992, 5, 6620, 3171.78, 656.692, 0, 0, 'Doctor Sabnok'),
|
||
(30992, 6, 6618.3, 3172.5, 655.796, 0, 0, 'Doctor Sabnok'),
|
||
(30992, 7, 6618.3, 3172.5, 655.796, 0, 0, 'Doctor Sabnok'),
|
||
(30992, 8, 6618.22, 3172.71, 655.967, 0, 0, 'Doctor Sabnok'),
|
||
(30992, 9, 6614.22, 3176.46, 654.217, 0, 0, 'Doctor Sabnok'),
|
||
(30992, 10, 6613.86, 3176.67, 653.998, 0, 0, 'Doctor Sabnok'),
|
||
(30992, 11, 6612.86, 3177.67, 653.748, 0, 0, 'Doctor Sabnok'),
|
||
(30992, 12, 6606.4, 3184.29, 649.79, 0, 0, 'Doctor Sabnok'),
|
||
(30992, 13, 6606.4, 3185.79, 649.29, 0, 0, 'Doctor Sabnok'),
|
||
(30992, 14, 6606.15, 3189.54, 648.54, 6.16, 0, 'Doctor Sabnok'),
|
||
(31157, 1, 8397.62, 2683.95, 657.368, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 2, 8370.31, 2727.22, 664.728, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 3, 8335.47, 2760.75, 670.589, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 4, 8289.22, 2785.7, 674.728, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 5, 8212.88, 2826.85, 661.229, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 6, 8070.52, 2879.99, 614.784, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 7, 7950.95, 2893.04, 570.562, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 8, 7859.05, 2925.73, 547.062, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 9, 7804.69, 2973.79, 558.896, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 10, 7725.22, 3051.1, 570.229, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 11, 7658.35, 3084.1, 576.81, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 12, 7591.94, 3146.26, 587.56, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 13, 7576.15, 3203.53, 598.559, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 14, 7622.54, 3240.81, 611.893, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 15, 7703.13, 3210.11, 613.282, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 16, 7796.59, 3149.97, 615.92, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 17, 7889.66, 3088.23, 614.726, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 18, 7983.69, 3018.5, 597.337, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 19, 8053.7, 2943.44, 588.116, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 20, 8076.74, 2864.08, 582.143, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 21, 8005.02, 2790.8, 556.419, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 22, 7897.28, 2831.6, 550.67, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 23, 7847.7, 2963.35, 561.893, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 24, 7792.91, 3089.35, 590.865, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 25, 7735.12, 3173.07, 604.781, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 26, 7620.35, 3179.52, 599.281, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 27, 7590.6, 3106.8, 591.032, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 28, 7650.02, 3055.19, 581.838, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 29, 7734.89, 3021.32, 573.115, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 30, 7862.5, 2979.27, 572.504, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 31, 7956.53, 2972.13, 575.948, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 32, 8039.02, 2947.35, 576.087, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 33, 8155.89, 2883.78, 606.153, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 34, 8239.2, 2805.8, 654.07, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 35, 8290.54, 2766.5, 682.219, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31157, 36, 8353.98, 2708.91, 714.525, 0, 0, 'Skeletal Assault Gryphon'),
|
||
(31235, 1, 6632.23, 3223.64, 666.775, 0, 0, 'Olakin'),
|
||
(31235, 2, 6624.26, 3230.23, 666.857, 0, 0, 'Olakin'),
|
||
(31235, 3, 6608.98, 3234.56, 668.779, 0, 0, 'Olakin'),
|
||
(31238, 1, 5806.83, 475.456, 661.366, 0, 0, 'Hira Snowdawn WP'),
|
||
(31238, 2, 5792.61, 466.3, 662.033, 0, 0, 'Hira Snowdawn WP'),
|
||
(31238, 3, 5786.76, 450.582, 662.533, 0, 0, 'Hira Snowdawn WP'),
|
||
(31238, 4, 5791.11, 434.207, 665.366, 0, 0, 'Hira Snowdawn WP'),
|
||
(31238, 5, 5804.11, 423.648, 665.672, 0, 0, 'Hira Snowdawn WP'),
|
||
(31238, 6, 5821.13, 422.736, 665.172, 0, 0, 'Hira Snowdawn WP'),
|
||
(31238, 7, 5835.19, 431.984, 663.977, 0, 0, 'Hira Snowdawn WP'),
|
||
(31238, 8, 5841.18, 447.778, 662.783, 0, 0, 'Hira Snowdawn WP'),
|
||
(31238, 9, 5836.82, 464.01, 661.894, 0, 0, 'Hira Snowdawn WP'),
|
||
(31238, 10, 5823.85, 474.59, 661.366, 0, 0, 'Hira Snowdawn WP'),
|
||
(31238, 11, 5815.27, 473.49, 658.796, 0, 0, 'Hira Snowdawn WP'),
|
||
(31279, 1, 6718.19, 3446.39, 683.009, 0, 0, 'Father Kamaros'),
|
||
(31279, 2, 6718.66, 3433.51, 682.197, 0, 0, 'Father Kamaros'),
|
||
(31279, 3, 6727.97, 3433.36, 682.197, 0, 0, 'Father Kamaros'),
|
||
(31279, 4, 6733.6, 3434.78, 682.077, 0, 0, 'Father Kamaros'),
|
||
(31279, 5, 6743.57, 3444.41, 679.522, 0, 0, 'Father Kamaros'),
|
||
(31279, 6, 6756.96, 3457.35, 675.294, 0, 0, 'Father Kamaros'),
|
||
(31279, 7, 6772.01, 3471.9, 672.996, 0, 0, 'Father Kamaros'),
|
||
(31279, 8, 6780.91, 3482.22, 673.676, 0, 0, 'Father Kamaros'),
|
||
(31279, 9, 6787.95, 3482.83, 675.954, 0, 0, 'Father Kamaros'),
|
||
(31279, 10, 6799.88, 3483.86, 679.676, 0, 0, 'Father Kamaros'),
|
||
(31279, 11, 6815.02, 3481.96, 685.798, 0, 0, 'Father Kamaros'),
|
||
(31279, 12, 6834.46, 3479.52, 690.412, 0, 0, 'Father Kamaros'),
|
||
(31279, 13, 6855.22, 3476.92, 693.003, 0, 0, 'Father Kamaros'),
|
||
(31279, 14, 6868.37, 3478.1, 694.185, 0, 0, 'Father Kamaros'),
|
||
(31279, 15, 6884.62, 3479.55, 696.186, 0, 0, 'Father Kamaros'),
|
||
(31279, 16, 6908.83, 3479.78, 700.914, 0, 0, 'Father Kamaros'),
|
||
(31279, 17, 6933.08, 3477.59, 706.439, 0, 0, 'Father Kamaros'),
|
||
(31279, 18, 6952.38, 3473.44, 709.679, 0, 0, 'Father Kamaros'),
|
||
(31279, 19, 6967.23, 3470.25, 710.385, 0, 0, 'Father Kamaros'),
|
||
(31279, 20, 6971.81, 3469.26, 710.858, 0, 0, 'Father Kamaros'),
|
||
(31279, 21, 6979.88, 3467.53, 710.857, 0, 0, 'Father Kamaros'),
|
||
(31279, 22, 7007.67, 3456.89, 696.793, 0, 0, 'Father Kamaros'),
|
||
(31279, 23, 7019.69, 3452.28, 696.654, 0, 0, 'Father Kamaros'),
|
||
(31279, 24, 7041.24, 3438.29, 695.568, 0, 0, 'Father Kamaros'),
|
||
(31406, 1, 7753.45, 2044.47, 592.04, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 2, 7766.17, 2004.16, 575.364, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 3, 7804.4, 1951.74, 549.136, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 4, 7825.09, 1928.68, 532.879, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 5, 7866.31, 1885.58, 496.232, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 6, 7895.59, 1845.43, 466.525, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 7, 7883.56, 1804.89, 449.938, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 8, 7837, 1801.84, 435.217, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 9, 7815.85, 1813.61, 431.672, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 10, 7772.53, 1841.07, 431.172, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 11, 7739.59, 1852.73, 430.873, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 12, 7701.6, 1856.26, 428.418, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 13, 7658.51, 1855.49, 430.772, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 14, 7634.45, 1847.34, 432.35, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 15, 7587.81, 1815.65, 431.884, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 16, 7577.23, 1780.84, 425.398, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 17, 7588.97, 1748.31, 416.64, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 18, 7606.15, 1728.53, 411.093, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 19, 7635.87, 1700.63, 410.406, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 20, 7661.84, 1677.63, 415.037, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 21, 7683.93, 1657.1, 418.071, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 22, 7730.4, 1647.6, 420.767, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 23, 7760.93, 1663.64, 426.739, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 24, 7817.86, 1688.59, 436.1, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 25, 7857.05, 1734.45, 413.059, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 26, 7865.85, 1752.09, 411.13, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 27, 7873.44, 1803.01, 416.629, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 28, 7853.76, 1838.35, 425.217, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 29, 7816.59, 1856.3, 430.695, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 30, 7778.95, 1853.29, 432.243, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 31, 7750.59, 1828.18, 431.892, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 32, 7735.12, 1799.6, 429.134, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 33, 7720.96, 1767.72, 426.263, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 34, 7709.29, 1745.03, 423.882, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 35, 7687.72, 1717.87, 419.22, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 36, 7663.97, 1692.6, 414.53, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 37, 7639.08, 1668.44, 409.85, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 38, 7606.57, 1637.13, 404.108, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 39, 7614.29, 1603.57, 397.91, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 40, 7624.51, 1570.93, 390.542, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 41, 7634.43, 1530.19, 382.105, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 42, 7613.33, 1494.48, 381.294, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 43, 7584.1, 1491.31, 387.931, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 44, 7555.27, 1497.66, 401.862, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 45, 7523.53, 1511.46, 421.102, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 46, 7489.08, 1510.24, 431.514, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 47, 7477.76, 1486.37, 435.962, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 48, 7498.74, 1445.82, 440.44, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 49, 7532.11, 1412.9, 448.849, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 50, 7563.08, 1404.79, 453.795, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 51, 7601.4, 1415.79, 458.653, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 52, 7626.93, 1435.78, 461.89, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 53, 7641.68, 1453.63, 464.418, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 54, 7660.38, 1501.85, 472.969, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 55, 7668.88, 1535.63, 476.438, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 56, 7676.59, 1569.65, 479.256, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 57, 7685.44, 1599.73, 482.085, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 58, 7698.4, 1631.93, 486.528, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 59, 7713.19, 1663.23, 491.681, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 60, 7743.51, 1725.39, 502.409, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 61, 7760.73, 1755.16, 508.887, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 62, 7777.56, 1785.01, 515.946, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 63, 7787.84, 1815.11, 522.388, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 64, 7788.78, 1851.14, 531.797, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 65, 7785.71, 1884.7, 541.23, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 66, 7783.92, 1918.17, 551.305, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 67, 7782.55, 1974.89, 569.197, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 68, 7779.93, 2000.37, 585.416, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31406, 69, 7633.95, 2061.49, 618.75, 0, 0, 'Alliance Infra-green Bomber - Short'),
|
||
(31737, 1, 7267.47, 1513.11, 321.101, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 2, 7262.08, 1522.13, 322.781, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 3, 7258.2, 1528.03, 324.766, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 4, 7258.9, 1536.19, 327.97, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 5, 7259.69, 1545.47, 332.991, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 6, 7261.28, 1552.23, 336.939, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 7, 7262.56, 1560.25, 340.868, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 8, 7261.44, 1569.5, 344.573, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 9, 7256.04, 1577.16, 350.38, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 10, 7245.87, 1583.33, 358.627, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 11, 7235.4, 1582.46, 365.785, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 12, 7227.5, 1580.62, 370.843, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 13, 7223.12, 1584.65, 374.247, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 14, 7220.19, 1589.6, 377.672, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 15, 7221.28, 1597.79, 379.132, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 16, 7231.53, 1599.71, 380.835, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 17, 7244.61, 1604.73, 382.654, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 18, 7254.52, 1610.92, 383.888, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 19, 7263.68, 1612.56, 382.778, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 20, 7276.39, 1611.02, 383.531, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 21, 7288.75, 1607.65, 389.084, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 22, 7301.3, 1610.83, 396.176, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 23, 7312.62, 1613.75, 401.043, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 24, 7325.46, 1619.44, 408.955, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 25, 7336.22, 1624.36, 416.786, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 26, 7344.82, 1632.38, 425.037, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 27, 7344.28, 1642.79, 429.96, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 28, 7344.28, 1642.79, 429.96, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 29, 7332.73, 1644.65, 431.505, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 30, 7320.07, 1646.6, 432.943, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 31, 7308.4, 1648.01, 433.642, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 32, 7297.06, 1650.87, 434.887, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 33, 7286.66, 1655.95, 435.096, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 34, 7276.17, 1655.57, 434.651, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 35, 7263.66, 1652.5, 434.152, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 36, 7250.86, 1653.05, 434.345, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 37, 7239.87, 1661.84, 439.529, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 38, 7227.71, 1668.63, 447.967, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 39, 7215.83, 1677.98, 458.037, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 40, 7207.03, 1685.58, 464.554, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 41, 7198.43, 1693.49, 469.207, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31737, 42, 7189.35, 1702.63, 473.235, 0, 0, 'Skybreaker Squad Leader'),
|
||
(31833, 1, 7503.93, 1790.99, 357.285, 0, 0, 'Korkron Squad Leader'),
|
||
(31833, 2, 7502.61, 1800.28, 356.863, 0, 0, 'Korkron Squad Leader'),
|
||
(31833, 3, 7500.47, 1817.72, 355.487, 0, 0, 'Korkron Squad Leader'),
|
||
(31833, 4, 7491.7, 1825.33, 360.781, 0, 0, 'Korkron Squad Leader'),
|
||
(31833, 5, 7482.51, 1834.36, 369.439, 0, 0, 'Korkron Squad Leader'),
|
||
(31833, 6, 7472.07, 1839.38, 377.258, 0, 0, 'Korkron Squad Leader'),
|
||
(31833, 7, 7459.39, 1840.83, 387.083, 0, 0, 'Korkron Squad Leader'),
|
||
(31833, 8, 7445.41, 1839.45, 397.161, 0, 0, 'Korkron Squad Leader'),
|
||
(31833, 9, 7435.62, 1845.03, 403.664, 0, 0, 'Korkron Squad Leader'),
|
||
(31833, 10, 7425.28, 1845.93, 411.936, 0, 0, 'Korkron Squad Leader'),
|
||
(31833, 11, 7414.68, 1845.89, 419.947, 0, 0, 'Korkron Squad Leader'),
|
||
(31833, 12, 7408.84, 1838.55, 424.703, 0, 0, 'Korkron Squad Leader'),
|
||
(31833, 13, 7404.26, 1825.32, 428.076, 0, 0, 'Korkron Squad Leader'),
|
||
(31833, 14, 7396.14, 1817, 430.819, 0, 0, 'Korkron Squad Leader'),
|
||
(31833, 15, 7383.08, 1803.63, 435.749, 0, 0, 'Korkron Squad Leader'),
|
||
(31833, 16, 7371.49, 1791.86, 440.379, 0, 0, 'Korkron Squad Leader'),
|
||
(31833, 17, 7358.52, 1781.96, 445.676, 0, 0, 'Korkron Squad Leader'),
|
||
(31833, 18, 7345.37, 1772.43, 451.143, 0, 0, 'Korkron Squad Leader'),
|
||
(31833, 19, 7341.18, 1759.16, 452.72, 0, 0, 'Korkron Squad Leader'),
|
||
(31833, 20, 7335.7, 1748.92, 454.544, 0, 0, 'Korkron Squad Leader'),
|
||
(31833, 21, 7326.92, 1732.49, 456.744, 0, 0, 'Korkron Squad Leader'),
|
||
(31833, 22, 7317.86, 1725.23, 460.711, 0, 0, 'Korkron Squad Leader'),
|
||
(31833, 23, 7305.95, 1720.51, 466.371, 0, 0, 'Korkron Squad Leader'),
|
||
(31833, 24, 7284.95, 1720.43, 471.162, 0, 0, 'Korkron Squad Leader'),
|
||
(31833, 25, 7268.57, 1720.36, 474.854, 0, 0, 'Korkron Squad Leader'),
|
||
(31833, 26, 7250, 1718.9, 475.005, 0, 0, 'Korkron Squad Leader'),
|
||
(31833, 27, 7233.69, 1717.44, 472.978, 0, 0, 'Korkron Squad Leader'),
|
||
(31833, 28, 7216.94, 1709.8, 473.315, 0, 0, 'Korkron Squad Leader'),
|
||
(31833, 29, 7201.11, 1705.87, 472.483, 0, 0, 'Korkron Squad Leader'),
|
||
(31833, 30, 7193.72, 1711.64, 474.572, 0, 0, 'Korkron Squad Leader'),
|
||
(31838, 1, 7753.45, 2044.47, 592.04, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 2, 7766.17, 2004.16, 575.364, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 3, 7804.4, 1951.74, 549.136, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 4, 7825.09, 1928.68, 532.879, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 5, 7866.31, 1885.58, 496.232, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 6, 7895.59, 1845.43, 466.525, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 7, 7883.56, 1804.89, 449.938, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 8, 7837, 1801.84, 435.217, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 9, 7815.85, 1813.61, 431.672, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 10, 7772.53, 1841.07, 431.172, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 11, 7739.59, 1852.73, 430.873, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 12, 7701.6, 1856.26, 428.418, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 13, 7658.51, 1855.49, 430.772, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 14, 7634.45, 1847.34, 432.35, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 15, 7587.81, 1815.65, 431.884, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 16, 7577.23, 1780.84, 425.398, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 17, 7588.97, 1748.31, 416.64, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 18, 7606.15, 1728.53, 411.093, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 19, 7635.87, 1700.63, 410.406, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 20, 7661.84, 1677.63, 415.037, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 21, 7683.93, 1657.1, 418.071, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 22, 7730.4, 1647.6, 420.767, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 23, 7760.93, 1663.64, 426.739, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 24, 7817.86, 1688.59, 436.1, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 25, 7857.05, 1734.45, 413.059, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 26, 7865.85, 1752.09, 411.13, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 27, 7873.44, 1803.01, 416.629, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 28, 7853.76, 1838.35, 425.217, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 29, 7816.59, 1856.3, 430.695, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 30, 7778.95, 1853.29, 432.243, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 31, 7750.59, 1828.18, 431.892, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 32, 7735.12, 1799.6, 429.134, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 33, 7720.96, 1767.72, 426.263, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 34, 7709.29, 1745.03, 423.882, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 35, 7687.72, 1717.87, 419.22, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 36, 7663.97, 1692.6, 414.53, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 37, 7639.08, 1668.44, 409.85, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 38, 7606.57, 1637.13, 404.108, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 39, 7614.29, 1603.57, 397.91, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 40, 7624.51, 1570.93, 390.542, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 41, 7634.43, 1530.19, 382.105, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 42, 7613.33, 1494.48, 381.294, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 43, 7584.1, 1491.31, 387.931, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 44, 7555.27, 1497.66, 401.862, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 45, 7523.53, 1511.46, 421.102, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 46, 7489.08, 1510.24, 431.514, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 47, 7477.76, 1486.37, 435.962, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 48, 7498.74, 1445.82, 440.44, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 49, 7532.11, 1412.9, 448.849, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 50, 7563.08, 1404.79, 453.795, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 51, 7601.4, 1415.79, 458.653, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 52, 7626.93, 1435.78, 461.89, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 53, 7641.68, 1453.63, 464.418, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 54, 7660.38, 1501.85, 472.969, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 55, 7668.88, 1535.63, 476.438, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 56, 7676.59, 1569.65, 479.256, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 57, 7685.44, 1599.73, 482.085, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 58, 7698.4, 1631.93, 486.528, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 59, 7713.19, 1663.23, 491.681, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 60, 7743.51, 1725.39, 502.409, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 61, 7760.73, 1755.16, 508.887, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 62, 7777.56, 1785.01, 515.946, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 63, 7787.84, 1815.11, 522.388, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 64, 7788.78, 1851.14, 531.797, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 65, 7785.71, 1884.7, 541.23, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 66, 7783.92, 1918.17, 551.305, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 67, 7782.55, 1974.89, 569.197, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 68, 7779.93, 2000.37, 585.416, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31838, 69, 7887.33, 2057.64, 618.75, 0, 0, 'Horde Infra-green Bomber - Short'),
|
||
(31881, 1, 7513.35, 1781.13, 381.561, 0, 0, 'Kor\'kron Troop Transport'),
|
||
(31881, 2, 7508.58, 1843.86, 445.505, 0, 0, 'Kor\'kron Troop Transport'),
|
||
(31881, 3, 7496.63, 1890.94, 496.648, 0, 0, 'Kor\'kron Troop Transport'),
|
||
(31881, 4, 7451.16, 1990.05, 581.239, 0, 0, 'Kor\'kron Troop Transport'),
|
||
(31881, 5, 7372.76, 2143.09, 590.35, 0, 0, 'Kor\'kron Troop Transport'),
|
||
(31881, 6, 7293.97, 2233.48, 602.461, 0, 0, 'Kor\'kron Troop Transport'),
|
||
(31881, 7, 7117.83, 2278.53, 605.072, 0, 0, 'Kor\'kron Troop Transport'),
|
||
(31881, 8, 7017.11, 2263, 647.082, 0, 0, 'Kor\'kron Troop Transport'),
|
||
(31881, 9, 6996.22, 2205.77, 679.211, 0, 0, 'Kor\'kron Troop Transport'),
|
||
(31881, 10, 7061.96, 2173.6, 675.796, 0, 0, 'Kor\'kron Troop Transport'),
|
||
(31881, 11, 7121.23, 2156.64, 656.629, 0, 0, 'Kor\'kron Troop Transport'),
|
||
(31881, 12, 7217.85, 2134.94, 612.49, 0, 0, 'Kor\'kron Troop Transport'),
|
||
(31881, 13, 7288.11, 2086.02, 596.88, 0, 0, 'Kor\'kron Troop Transport'),
|
||
(31881, 14, 7327.42, 1958.79, 585.935, 0, 0, 'Kor\'kron Troop Transport'),
|
||
(31881, 15, 7298.54, 1875.99, 585.491, 0, 0, 'Kor\'kron Troop Transport'),
|
||
(31881, 16, 7249.32, 1800.97, 588.49, 0, 0, 'Kor\'kron Troop Transport'),
|
||
(31881, 17, 7157.54, 1745.97, 588.49, 0, 0, 'Kor\'kron Troop Transport'),
|
||
(31881, 18, 7067.53, 1718.66, 588.49, 0, 0, 'Kor\'kron Troop Transport'),
|
||
(31881, 19, 6988.93, 1710.54, 589.518, 0, 0, 'Kor\'kron Troop Transport'),
|
||
(31881, 20, 6858.09, 1715.7, 617.073, 0, 0, 'Kor\'kron Troop Transport'),
|
||
(31881, 21, 6789.24, 1811.62, 658.294, 0, 0, 'Kor\'kron Troop Transport'),
|
||
(31881, 22, 6741.48, 1881, 687.651, 0, 0, 'Kor\'kron Troop Transport'),
|
||
(31881, 23, 6687.52, 1859.59, 701.349, 0, 0, 'Kor\'kron Troop Transport'),
|
||
(31881, 24, 6683.65, 1766.57, 692.515, 0, 0, 'Kor\'kron Troop Transport'),
|
||
(31881, 25, 6738.95, 1709.63, 686.766, 0, 0, 'Kor\'kron Troop Transport'),
|
||
(31881, 26, 6906.8, 1642.97, 664.155, 0, 0, 'Kor\'kron Troop Transport'),
|
||
(31881, 27, 7009.32, 1640.16, 631.877, 0, 0, 'Kor\'kron Troop Transport'),
|
||
(31881, 28, 7174.01, 1608.19, 554.739, 0, 0, 'Kor\'kron Troop Transport'),
|
||
(31881, 29, 7328.23, 1587.25, 465.349, 0, 0, 'Kor\'kron Troop Transport'),
|
||
(31881, 30, 7449.85, 1582.21, 415.238, 0, 0, 'Kor\'kron Troop Transport'),
|
||
(31881, 31, 7493.21, 1659.84, 383.989, 0, 0, 'Kor\'kron Troop Transport'),
|
||
(31881, 32, 7508.81, 1745.66, 371.211, 0, 0, 'Kor\'kron Troop Transport'),
|
||
(32225, 1, 7224.95, 1493.08, 355.693, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32225, 2, 7158.1, 1468.99, 408.745, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32225, 3, 7091.48, 1447.72, 454.688, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32225, 4, 6959.78, 1423.02, 558.383, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32225, 5, 6779.1, 1463.51, 646.355, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32225, 6, 6655.65, 1608.77, 709.994, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32225, 7, 6624.22, 1736.66, 728.021, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32225, 8, 6669.95, 1866.19, 709.688, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32225, 9, 6718.04, 1885.13, 690.633, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32225, 10, 6795.83, 1838.74, 659.022, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32225, 11, 6829.2, 1723.05, 616.938, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32225, 12, 6938.55, 1702.88, 585.938, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32225, 13, 7024.9, 1752.8, 565.55, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32225, 14, 7113.71, 1734.31, 556.356, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32225, 15, 7265.8, 1765.2, 556.356, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32225, 16, 7302.9, 1853.76, 575.856, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32225, 17, 7312.44, 1944.33, 581.412, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32225, 18, 7307.33, 2014.24, 581.412, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32225, 19, 7253.36, 2115.42, 583.3, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32225, 20, 7193.52, 2155.82, 607.8, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32225, 21, 7128.84, 2168.48, 642.671, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32225, 22, 7069.12, 2157.59, 689.796, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32225, 23, 7024.46, 2135.71, 708.685, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32225, 24, 6934.06, 2183.97, 750.94, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32225, 25, 6941.73, 2249.07, 754.607, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32225, 26, 7072.68, 2295.61, 714.44, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32225, 27, 7260.95, 2257.76, 639.774, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32225, 28, 7419.04, 2123.69, 587.774, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32225, 29, 7471.73, 1962.74, 559.635, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32225, 30, 7436.46, 1818.69, 508.023, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32225, 31, 7366.37, 1694.51, 469.301, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32225, 32, 7329.87, 1609.16, 432.274, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32225, 33, 7296.42, 1556.42, 417.718, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32225, 34, 7272.38, 1525.83, 411.44, 0, 0, 'Skybreaker Troop Transport'),
|
||
(32421, 1, 5716.89, 687.159, 645.751, 0, 0, 'Marcella Bloom'),
|
||
(32421, 2, 5718.79, 687.673, 645.751, 0, 0, 'Marcella Bloom'),
|
||
(32421, 3, 5720.21, 685.361, 645.751, 0, 0, 'Marcella Bloom'),
|
||
(32421, 4, 5719.7, 682.422, 645.751, 0, 0, 'Marcella Bloom'),
|
||
(32421, 5, 5717.59, 679.357, 645.751, 0, 0, 'Marcella Bloom'),
|
||
(32421, 6, 5720.3, 678.096, 646.534, 0, 0, 'Marcella Bloom'),
|
||
(32421, 7, 5718.92, 679.581, 645.751, 0, 0, 'Marcella Bloom'),
|
||
(32421, 8, 5719.61, 681.875, 645.751, 0, 0, 'Marcella Bloom'),
|
||
(32421, 9, 5722.21, 685.33, 645.751, 0, 0, 'Marcella Bloom'),
|
||
(32421, 10, 5724.17, 689.126, 645.751, 0, 0, 'Marcella Bloom'),
|
||
(32421, 11, 5722, 691.381, 645.751, 0, 0, 'Marcella Bloom'),
|
||
(32421, 12, 5722.08, 690.957, 645.751, 0, 0, 'Marcella Bloom'),
|
||
(32421, 13, 5723.24, 689.357, 645.751, 0, 0, 'Marcella Bloom'),
|
||
(32421, 14, 5722.38, 687.155, 645.751, 0, 0, 'Marcella Bloom'),
|
||
(32421, 15, 5720.38, 686.79, 645.751, 0, 0, 'Marcella Bloom'),
|
||
(32421, 16, 5718.55, 688.135, 645.751, 0, 0, 'Marcella Bloom'),
|
||
(32421, 17, 5716.7, 689.786, 645.751, 0, 0, 'Marcella Bloom'),
|
||
(32421, 18, 5714.55, 691.084, 645.751, 0, 0, 'Marcella Bloom'),
|
||
(32421, 19, 5712.56, 690.268, 645.751, 0, 0, 'Marcella Bloom'),
|
||
(32421, 20, 5712.32, 692.111, 645.751, 0, 0, 'Marcella Bloom'),
|
||
(32421, 21, 5710.91, 694.234, 645.751, 0, 0, 'Marcella Bloom'),
|
||
(32421, 22, 5707.33, 693.192, 645.751, 0, 0, 'Marcella Bloom'),
|
||
(32421, 23, 5705.62, 695.236, 645.751, 0, 0, 'Marcella Bloom'),
|
||
(32421, 24, 5706.73, 693.772, 645.751, 0, 0, 'Marcella Bloom'),
|
||
(32421, 25, 5708.21, 694.337, 645.751, 0, 0, 'Marcella Bloom'),
|
||
(32421, 26, 5709.23, 695.589, 645.751, 0, 0, 'Marcella Bloom'),
|
||
(32421, 27, 5711.42, 696.073, 645.751, 0, 0, 'Marcella Bloom'),
|
||
(32421, 28, 5713.53, 695.276, 645.751, 0, 0, 'Marcella Bloom'),
|
||
(32421, 29, 5713.64, 691.7, 645.751, 0, 0, 'Marcella Bloom'),
|
||
(32421, 30, 5716.31, 690.172, 645.751, 0, 0, 'Marcella Bloom'),
|
||
(32421, 31, 5717.51, 688.295, 645.751, 0, 0, 'Marcella Bloom'),
|
||
(32424, 1, 5635.93, 732.427, 641.709, 0, 0, 'Laire Brewgold'),
|
||
(32424, 2, 5633.13, 729.802, 641.722, 0, 0, 'Laire Brewgold'),
|
||
(32424, 3, 5632.86, 730.757, 641.72, 0, 0, 'Laire Brewgold'),
|
||
(32424, 4, 5638.5, 728.927, 641.611, 0, 0, 'Laire Brewgold'),
|
||
(32424, 5, 5642.4, 730.998, 641.682, 0, 0, 'Laire Brewgold'),
|
||
(32424, 6, 5645.89, 733.062, 641.682, 0, 0, 'Laire Brewgold'),
|
||
(32424, 7, 5655.08, 730.482, 641.682, 0, 0, 'Laire Brewgold'),
|
||
(32424, 8, 5661.11, 726.704, 641.664, 0, 0, 'Laire Brewgold'),
|
||
(32424, 9, 5663.16, 728.886, 641.65, 0, 0, 'Laire Brewgold'),
|
||
(32424, 10, 5661.85, 731.764, 641.644, 0, 0, 'Laire Brewgold'),
|
||
(32424, 11, 5661.23, 732.087, 641.682, 0, 0, 'Laire Brewgold'),
|
||
(32424, 12, 5661.18, 729.589, 641.654, 0, 0, 'Laire Brewgold'),
|
||
(32424, 13, 5659.35, 724.879, 641.677, 0, 0, 'Laire Brewgold'),
|
||
(32424, 14, 5656.77, 721.944, 641.696, 0, 0, 'Laire Brewgold'),
|
||
(32424, 15, 5653.12, 721.515, 641.63, 0, 0, 'Laire Brewgold'),
|
||
(32424, 16, 5649.41, 722.632, 641.545, 0, 0, 'Laire Brewgold'),
|
||
(32424, 17, 5645.47, 725.378, 641.64, 0, 0, 'Laire Brewgold'),
|
||
(32424, 18, 5639.15, 728.405, 641.61, 0, 0, 'Laire Brewgold'),
|
||
(32426, 1, 5643.84, 727.068, 641.649, 0, 0, 'Coira Longrifle'),
|
||
(32426, 2, 5650.93, 722.048, 641.575, 0, 0, 'Coira Longrifle'),
|
||
(32426, 3, 5656.71, 719.626, 641.599, 0, 0, 'Coira Longrifle'),
|
||
(32426, 4, 5658.71, 721.329, 641.679, 0, 0, 'Coira Longrifle'),
|
||
(32426, 5, 5658.2, 724.091, 641.683, 0, 0, 'Coira Longrifle'),
|
||
(32426, 6, 5658.95, 723.945, 641.681, 0, 0, 'Coira Longrifle'),
|
||
(32426, 7, 5661.61, 728.084, 641.658, 0, 0, 'Coira Longrifle'),
|
||
(32426, 8, 5664.91, 733.992, 641.625, 0, 0, 'Coira Longrifle'),
|
||
(32426, 9, 5663.37, 736.154, 641.591, 0, 0, 'Coira Longrifle'),
|
||
(32426, 10, 5660.65, 736.608, 641.605, 0, 0, 'Coira Longrifle'),
|
||
(32426, 11, 5659.23, 737.179, 641.608, 0, 0, 'Coira Longrifle'),
|
||
(32426, 12, 5656.15, 740.518, 641.578, 0, 0, 'Coira Longrifle'),
|
||
(32426, 13, 5652.4, 743.024, 641.591, 0, 0, 'Coira Longrifle'),
|
||
(32426, 14, 5648.91, 746.633, 641.607, 0, 0, 'Coira Longrifle'),
|
||
(32426, 15, 5648.7, 746.102, 641.61, 0, 0, 'Coira Longrifle'),
|
||
(32426, 16, 5648.63, 743.497, 641.618, 0, 0, 'Coira Longrifle'),
|
||
(32426, 17, 5647.74, 739.749, 641.659, 0, 0, 'Coira Longrifle'),
|
||
(32426, 18, 5645.86, 735.217, 641.682, 0, 0, 'Coira Longrifle'),
|
||
(32426, 19, 5644.1, 732.85, 641.682, 0, 0, 'Coira Longrifle'),
|
||
(32426, 20, 5645.18, 730.326, 641.682, 0, 0, 'Coira Longrifle'),
|
||
(32426, 21, 5644.82, 730.515, 641.682, 0, 0, 'Coira Longrifle'),
|
||
(32443, 1, 7863.45, 960.661, 450.491, 0, 0, 'Lich King - WP1'),
|
||
(32446, 1, 7848.63, 1027.21, 480.763, 0, 0, 'Sindragosa- WP1'),
|
||
(32509, 1, 5769.03, 629.793, 661.072, 0, 0, 'Brammold Deepmine'),
|
||
(32509, 2, 5770.06, 625.504, 661.072, 0, 0, 'Brammold Deepmine'),
|
||
(32509, 3, 5769.03, 629.793, 661.072, 0, 0, 'Brammold Deepmine'),
|
||
(32509, 4, 5771.88, 632.803, 661.075, 0, 0, 'Brammold Deepmine'),
|
||
(32509, 5, 5773.25, 637.491, 661.151, 0, 0, 'Brammold Deepmine'),
|
||
(32509, 6, 5759.77, 648.809, 650.12, 0, 0, 'Brammold Deepmine'),
|
||
(32509, 7, 5757, 647.883, 650.141, 0, 0, 'Brammold Deepmine'),
|
||
(32509, 8, 5753.79, 635.227, 650.142, 0, 0, 'Brammold Deepmine'),
|
||
(32509, 9, 5757, 647.883, 650.141, 0, 0, 'Brammold Deepmine'),
|
||
(32509, 10, 5759.77, 648.809, 650.12, 0, 0, 'Brammold Deepmine'),
|
||
(32509, 11, 5773.25, 637.491, 661.151, 0, 0, 'Brammold Deepmine'),
|
||
(32509, 12, 5771.88, 632.803, 661.075, 0, 0, 'Brammold Deepmine'),
|
||
(32512, 1, 7740.12, 2037.47, 594.088, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 2, 7742.67, 2023.95, 583.412, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 3, 7740.06, 1991.28, 559.206, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 4, 7728.47, 1976.46, 540.522, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 5, 7710.74, 1968.24, 523.864, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 6, 7684.83, 1956.37, 503.568, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 7, 7633.76, 1925.8, 466.762, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 8, 7608.49, 1909.46, 448.915, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 9, 7583.64, 1878.65, 428.868, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 10, 7594.58, 1848.98, 417.143, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 11, 7623.07, 1838.43, 407.831, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 12, 7660.62, 1844.98, 397.19, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 13, 7678.44, 1849.78, 394.788, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 14, 7709.07, 1857.01, 393.746, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 15, 7736.76, 1861.04, 395.752, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 16, 7787.22, 1866.39, 403.213, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 17, 7837.2, 1851.71, 409.706, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 18, 7852.85, 1828.93, 411.219, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 19, 7853.23, 1800.17, 412.38, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 20, 7829.07, 1770.52, 406.956, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 21, 7811.85, 1768.51, 404.165, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 22, 7799.06, 1768.1, 403.979, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 23, 7766.45, 1769.32, 405.503, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 24, 7731.83, 1774.18, 407.213, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 25, 7672.1, 1781.93, 409.652, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 26, 7636.9, 1764.66, 408.927, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 27, 7622.94, 1733.91, 407.852, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 28, 7637.13, 1701.48, 401.798, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 29, 7656.35, 1687.47, 392.133, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 30, 7683.72, 1664.33, 389.155, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 31, 7704.89, 1644.36, 391.315, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 32, 7723.43, 1616.93, 396.226, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 33, 7725.81, 1591.86, 400.687, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 34, 7715.29, 1556.66, 405.374, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 35, 7700.13, 1537.58, 406.834, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 36, 7669.18, 1514.83, 407.87, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 37, 7645.32, 1502.62, 408.244, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 38, 7597.58, 1487.31, 407.425, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 39, 7563.26, 1480.56, 406.112, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 40, 7530.64, 1468.65, 404.426, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 41, 7509.13, 1449.03, 402.95, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 42, 7486.21, 1414.11, 401.32, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 43, 7477.96, 1391.06, 401.176, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 44, 7468.21, 1357.44, 401.054, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 45, 7454.79, 1315.26, 400.386, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 46, 7441.42, 1292.08, 399.426, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 47, 7413.4, 1266.08, 397.33, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 48, 7384.47, 1254.93, 393.811, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 49, 7352.79, 1259.18, 387.868, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 50, 7330.17, 1269.94, 382.371, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 51, 7313.91, 1280.48, 377.967, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 52, 7287.94, 1302.62, 370.212, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 53, 7247.12, 1334.65, 357.074, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 54, 7222.75, 1346.71, 350.44, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 55, 7191.05, 1359.21, 342.487, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 56, 7146.12, 1365.7, 334.615, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 57, 7118.05, 1354.57, 333.155, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 58, 7095.1, 1336.85, 333.92, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 59, 7082.05, 1313.63, 335.456, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 60, 7081.52, 1280.37, 338.251, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 61, 7098.09, 1251.42, 340.588, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 62, 7115.06, 1235.56, 342.192, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 63, 7140.75, 1236.72, 344.987, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 64, 7147.52, 1246.17, 345.62, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 65, 7161.72, 1280.15, 359.42, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 66, 7182.57, 1286.26, 358.761, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 67, 7190.92, 1275.2, 359.311, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 68, 7202, 1246.16, 364.335, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 69, 7228.05, 1205.15, 374.81, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 70, 7257.44, 1201, 379.775, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 71, 7283.25, 1207.12, 383.432, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 72, 7313.53, 1231.6, 386.708, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 73, 7320.05, 1252.78, 386.454, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 74, 7325.5, 1287.34, 385.663, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 75, 7336.36, 1325.32, 386.77, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 76, 7358.37, 1348.92, 389.222, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 77, 7377.21, 1357.82, 390.506, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 78, 7411, 1366.82, 391.944, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 79, 7478.71, 1383.7, 396.844, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 80, 7508.38, 1396.75, 399.75, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 81, 7549.64, 1435.9, 402.703, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 82, 7579.53, 1488.62, 405.454, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 83, 7594.04, 1530.21, 405.995, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 84, 7597.78, 1580.15, 406.863, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 85, 7599.84, 1629.51, 398.177, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 86, 7600.09, 1641.16, 397.327, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 87, 7601.76, 1706.16, 392.187, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 88, 7609.87, 1734.02, 391.214, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 89, 7629.48, 1766.95, 392.821, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 90, 7654.89, 1787.01, 394.78, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 91, 7687.36, 1798.35, 400.772, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 92, 7723.2, 1803.61, 409.558, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 93, 7739.02, 1803.96, 413.524, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 94, 7772.81, 1801.73, 422.254, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 95, 7806.51, 1798.3, 431.083, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 96, 7839.75, 1795.2, 441.564, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 97, 7880.53, 1792.37, 458.585, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 98, 7915.31, 1795.76, 477.234, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 99, 7948.23, 1808.57, 499.45, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 100, 7966.47, 1831.04, 518.671, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 101, 7971.64, 1849.81, 531.481, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 102, 7972.72, 1865.6, 541.284, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 103, 7960.29, 1916.23, 549.119, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 104, 7938.55, 1934.97, 553.812, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 105, 7889.36, 1953.47, 563.336, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 106, 7855.36, 1959.24, 569.281, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 107, 7821.29, 1965.55, 574.228, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 108, 7812.15, 1967.28, 575.42, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 109, 7774.67, 1986.76, 580.059, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32512, 110, 7633.95, 2061.49, 618.75, 0, 0, 'Alliance Infra-green Bomber - Long'),
|
||
(32513, 1, 7740.12, 2037.47, 594.088, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 2, 7742.67, 2023.95, 583.412, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 3, 7740.06, 1991.28, 559.206, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 4, 7728.47, 1976.46, 540.522, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 5, 7710.74, 1968.24, 523.864, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 6, 7684.83, 1956.37, 503.568, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 7, 7633.76, 1925.8, 466.762, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 8, 7608.49, 1909.46, 448.915, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 9, 7583.64, 1878.65, 428.868, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 10, 7594.58, 1848.98, 417.143, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 11, 7623.07, 1838.43, 407.831, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 12, 7660.62, 1844.98, 397.19, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 13, 7678.44, 1849.78, 394.788, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 14, 7709.07, 1857.01, 393.746, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 15, 7736.76, 1861.04, 395.752, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 16, 7787.22, 1866.39, 403.213, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 17, 7837.2, 1851.71, 409.706, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 18, 7852.85, 1828.93, 411.219, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 19, 7853.23, 1800.17, 412.38, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 20, 7829.07, 1770.52, 406.956, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 21, 7811.85, 1768.51, 404.165, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 22, 7799.06, 1768.1, 403.979, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 23, 7766.45, 1769.32, 405.503, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 24, 7731.83, 1774.18, 407.213, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 25, 7672.1, 1781.93, 409.652, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 26, 7636.9, 1764.66, 408.927, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 27, 7622.94, 1733.91, 407.852, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 28, 7637.13, 1701.48, 401.798, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 29, 7656.35, 1687.47, 392.133, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 30, 7683.72, 1664.33, 389.155, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 31, 7704.89, 1644.36, 391.315, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 32, 7723.43, 1616.93, 396.226, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 33, 7725.81, 1591.86, 400.687, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 34, 7715.29, 1556.66, 405.374, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 35, 7700.13, 1537.58, 406.834, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 36, 7669.18, 1514.83, 407.87, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 37, 7645.32, 1502.62, 408.244, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 38, 7597.58, 1487.31, 407.425, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 39, 7563.26, 1480.56, 406.112, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 40, 7530.64, 1468.65, 404.426, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 41, 7509.13, 1449.03, 402.95, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 42, 7486.21, 1414.11, 401.32, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 43, 7477.96, 1391.06, 401.176, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 44, 7468.21, 1357.44, 401.054, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 45, 7454.79, 1315.26, 400.386, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 46, 7441.42, 1292.08, 399.426, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 47, 7413.4, 1266.08, 397.33, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 48, 7384.47, 1254.93, 393.811, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 49, 7352.79, 1259.18, 387.868, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 50, 7330.17, 1269.94, 382.371, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 51, 7313.91, 1280.48, 377.967, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 52, 7287.94, 1302.62, 370.212, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 53, 7247.12, 1334.65, 357.074, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 54, 7222.75, 1346.71, 350.44, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 55, 7191.05, 1359.21, 342.487, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 56, 7146.12, 1365.7, 334.615, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 57, 7118.05, 1354.57, 333.155, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 58, 7095.1, 1336.85, 333.92, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 59, 7082.05, 1313.63, 335.456, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 60, 7081.52, 1280.37, 338.251, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 61, 7098.09, 1251.42, 340.588, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 62, 7115.06, 1235.56, 342.192, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 63, 7140.75, 1236.72, 344.987, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 64, 7147.52, 1246.17, 345.62, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 65, 7161.72, 1280.15, 359.42, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 66, 7182.57, 1286.26, 358.761, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 67, 7190.92, 1275.2, 359.311, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 68, 7202, 1246.16, 364.335, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 69, 7228.05, 1205.15, 374.81, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 70, 7257.44, 1201, 379.775, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 71, 7283.25, 1207.12, 383.432, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 72, 7313.53, 1231.6, 386.708, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 73, 7320.05, 1252.78, 386.454, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 74, 7325.5, 1287.34, 385.663, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 75, 7336.36, 1325.32, 386.77, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 76, 7358.37, 1348.92, 389.222, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 77, 7377.21, 1357.82, 390.506, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 78, 7411, 1366.82, 391.944, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 79, 7478.71, 1383.7, 396.844, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 80, 7508.38, 1396.75, 399.75, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 81, 7549.64, 1435.9, 402.703, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 82, 7579.53, 1488.62, 405.454, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 83, 7594.04, 1530.21, 405.995, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 84, 7597.78, 1580.15, 406.863, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 85, 7599.84, 1629.51, 398.177, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 86, 7600.09, 1641.16, 397.327, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 87, 7601.76, 1706.16, 392.187, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 88, 7609.87, 1734.02, 391.214, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 89, 7629.48, 1766.95, 392.821, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 90, 7654.89, 1787.01, 394.78, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 91, 7687.36, 1798.35, 400.772, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 92, 7723.2, 1803.61, 409.558, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 93, 7739.02, 1803.96, 413.524, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 94, 7772.81, 1801.73, 422.254, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 95, 7806.51, 1798.3, 431.083, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 96, 7839.75, 1795.2, 441.564, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 97, 7880.53, 1792.37, 458.585, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 98, 7915.31, 1795.76, 477.234, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 99, 7948.23, 1808.57, 499.45, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 100, 7966.47, 1831.04, 518.671, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 101, 7971.64, 1849.81, 531.481, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 102, 7972.72, 1865.6, 541.284, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 103, 7960.29, 1916.23, 549.119, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 104, 7938.55, 1934.97, 553.812, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 105, 7889.36, 1953.47, 563.336, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 106, 7855.36, 1959.24, 569.281, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 107, 7821.29, 1965.55, 574.228, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 108, 7812.15, 1967.28, 575.42, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 109, 7774.67, 1986.76, 580.059, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32513, 110, 7887.33, 2057.64, 618.75, 0, 0, 'Horde Infra-green Bomber - Long'),
|
||
(32596, 1, 5863.84, 263.72, 679.786, 0, 0, 'Dalaran Visitor'),
|
||
(32596, 2, 5849.81, 297.062, 679.055, 0, 0, 'Dalaran Visitor'),
|
||
(32596, 3, 5838.59, 326.429, 677.155, 0, 0, 'Dalaran Visitor'),
|
||
(32596, 4, 5825.01, 353.455, 675.249, 0, 0, 'Dalaran Visitor'),
|
||
(32596, 5, 5811.08, 379.017, 673.138, 0, 0, 'Dalaran Visitor'),
|
||
(32596, 6, 5803.46, 400.867, 670.357, 0, 0, 'Dalaran Visitor'),
|
||
(32596, 7, 5800.55, 423.251, 664.603, 0, 0, 'Dalaran Visitor'),
|
||
(32596, 8, 5800.01, 437.574, 658.823, 0, 0, 'Dalaran Visitor'),
|
||
(32597, 1, 5817.67, 250.508, 680.734, 0, 0, 'Dalaran Visitor'),
|
||
(32597, 2, 5816.19, 285.423, 678.864, 0, 0, 'Dalaran Visitor'),
|
||
(32597, 3, 5815.88, 294.706, 678.238, 0, 0, 'Dalaran Visitor'),
|
||
(32597, 4, 5818.04, 328.345, 675.613, 0, 0, 'Dalaran Visitor'),
|
||
(32597, 5, 5822.43, 386.194, 669.118, 0, 0, 'Dalaran Visitor'),
|
||
(32597, 6, 5823.11, 404.667, 666.354, 0, 0, 'Dalaran Visitor'),
|
||
(32597, 7, 5823.56, 417.179, 663.648, 0, 0, 'Dalaran Visitor'),
|
||
(32597, 8, 5823.93, 427.31, 658.912, 0, 0, 'Dalaran Visitor'),
|
||
(32598, 1, 5729.43, 217.839, 682.97, 0, 0, 'Dalaran Visitor'),
|
||
(32598, 2, 5740.12, 251.148, 681.958, 0, 0, 'Dalaran Visitor'),
|
||
(32598, 3, 5755.97, 293.67, 679.579, 0, 0, 'Dalaran Visitor'),
|
||
(32598, 4, 5798.92, 349.589, 674.791, 0, 0, 'Dalaran Visitor'),
|
||
(32598, 5, 5813.64, 373.246, 672.24, 0, 0, 'Dalaran Visitor'),
|
||
(32598, 6, 5822.62, 398.153, 668.902, 0, 0, 'Dalaran Visitor'),
|
||
(32598, 7, 5820.71, 418.575, 664.116, 0, 0, 'Dalaran Visitor'),
|
||
(32598, 8, 5811.2, 432.381, 658.771, 0, 0, 'Dalaran Visitor'),
|
||
(32600, 1, 5792.87, 226.099, 681.705, 0, 0, 'Dalaran Visitor'),
|
||
(32600, 2, 5797.38, 291.058, 676.097, 0, 0, 'Dalaran Visitor'),
|
||
(32600, 3, 5795.82, 326.001, 674.99, 0, 0, 'Dalaran Visitor'),
|
||
(32600, 4, 5792.52, 360.816, 673.748, 0, 0, 'Dalaran Visitor'),
|
||
(32600, 5, 5798.06, 412.453, 668.894, 0, 0, 'Dalaran Visitor'),
|
||
(32600, 6, 5806.63, 424.174, 664.422, 0, 0, 'Dalaran Visitor'),
|
||
(32600, 7, 5819.52, 434.388, 658.769, 0, 0, 'Dalaran Visitor'),
|
||
(32601, 1, 5684.8, 293.537, 678.417, 0, 0, 'Dalaran Visitor'),
|
||
(32601, 2, 5684.8, 293.537, 678.417, 0, 0, 'Dalaran Visitor'),
|
||
(32601, 3, 5747.12, 324.974, 673.387, 0, 0, 'Dalaran Visitor'),
|
||
(32601, 4, 5789.12, 356.173, 672.099, 0, 0, 'Dalaran Visitor'),
|
||
(32601, 5, 5802.1, 371.188, 671.09, 0, 0, 'Dalaran Visitor'),
|
||
(32601, 6, 5823.94, 406.387, 666.15, 0, 0, 'Dalaran Visitor'),
|
||
(32601, 7, 5829.2, 430.961, 660.949, 0, 0, 'Dalaran Visitor'),
|
||
(32601, 8, 5827.39, 436.338, 659.402, 0, 0, 'Dalaran Visitor'),
|
||
(32602, 1, 5843.6, 249.131, 671.836, 0, 0, 'Dalaran Visitor'),
|
||
(32602, 2, 5834.95, 283.034, 670.949, 0, 0, 'Dalaran Visitor'),
|
||
(32602, 3, 5826.04, 316.863, 669.909, 0, 0, 'Dalaran Visitor'),
|
||
(32602, 4, 5816.48, 350.5, 668.479, 0, 0, 'Dalaran Visitor'),
|
||
(32602, 5, 5802.57, 402.222, 664.969, 0, 0, 'Dalaran Visitor'),
|
||
(32602, 6, 5804.38, 425.957, 658.787, 0, 0, 'Dalaran Visitor'),
|
||
(32668, 1, 5809.61, 694.512, 647.048, 0, 0, 'Emi'),
|
||
(32668, 2, 5805.62, 692.319, 647.048, 0, 0, 'Emi'),
|
||
(32669, 1, 5815.52, 681.223, 647.048, 0, 0, 'Colin'),
|
||
(32669, 2, 5818.65, 688.218, 647.048, 0, 0, 'Colin'),
|
||
(32669, 3, 5807.15, 683.383, 647.048, 0, 0, 'Colin'),
|
||
(32682, 1, 61.8396, -6228.99, 19.0724, 0, 0, 'Harry\'s Bomber'),
|
||
(32682, 2, -64.6518, -5908.95, 29.8502, 0, 0, 'Harry\'s Bomber'),
|
||
(32682, 3, -158.086, -5631.19, 29.8502, 0, 0, 'Harry\'s Bomber'),
|
||
(32682, 4, -436.586, -5223.86, 32.1002, 0, 0, 'Harry\'s Bomber'),
|
||
(32682, 5, -412.989, -5012.78, 45.7391, 0, 0, 'Harry\'s Bomber'),
|
||
(32682, 6, -75.0981, -4341.29, 64.2938, 0, 0, 'Harry\'s Bomber'),
|
||
(32682, 7, -51.8612, -4023, 70.1271, 0, 0, 'Harry\'s Bomber'),
|
||
(32682, 8, -136.167, -3716.83, 59.9605, 0, 0, 'Harry\'s Bomber'),
|
||
(32682, 9, -170.895, -3578.38, 4.98824, 0, 0, 'Harry\'s Bomber'),
|
||
(33235, 1, 1544.21, 132.302, 427.277, 0, 0, 'Brann Bronzebeard'),
|
||
(33235, 2, 1539, 121.983, 427.3, 0, 0, 'Brann Bronzebeard'),
|
||
(33235, 3, 1494.42, 119.21, 427.353, 0, 0, 'Brann Bronzebeard'),
|
||
(33235, 4, 1465.85, 121.136, 423.641, 0, 0, 'Brann Bronzebeard'),
|
||
(33235, 5, 1438.59, 119.92, 423.631, 0, 0, 'Brann Bronzebeard'),
|
||
(33462, 1, 8482.58, 1113.82, 554.34, 0, 0, 'Paletress Confession'),
|
||
(33462, 2, 8487.39, 1113.7, 554.28, 0, 0, 'Paletress Confession'),
|
||
(33519, 1, 8521.27, 569.596, 552.838, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 2, 8517.86, 579.109, 553.213, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 3, 8513.15, 594.672, 551.213, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 4, 8505.26, 606.557, 550.418, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 5, 8503.02, 628.419, 547.418, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 6, 8480.27, 652.708, 547.418, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 7, 8459.12, 686.143, 547.418, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 8, 8436.8, 713.869, 547.343, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 9, 8405.38, 740.005, 547.418, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 10, 8386.14, 770.601, 547.588, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 11, 8374.3, 802.253, 547.93, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 12, 8374.27, 847.036, 548.043, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 13, 8385.99, 868.988, 548.049, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 14, 8413.03, 867.857, 547.299, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 15, 8452.55, 869.034, 547.299, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 16, 8473.06, 875.201, 547.295, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 17, 8472.28, 912.313, 547.417, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 18, 8479.67, 954.165, 547.33, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 19, 8477.35, 1001.37, 547.337, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 20, 8484.54, 1025.8, 547.462, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 21, 8525.36, 1029.28, 547.418, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 22, 8532.81, 1052.9, 548.168, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 23, 8537.36, 1077.93, 554.579, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 24, 8540.53, 1083.38, 569.683, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 25, 8563.64, 1140.96, 569.683, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 26, 8594.9, 1205.46, 569.683, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 27, 8617.1, 1257.4, 566.183, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 28, 8648.5, 1329.35, 558.019, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 29, 8667.72, 1388.41, 546.188, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 30, 8699.14, 1474.9, 528.22, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 31, 8726.87, 1546.01, 501.774, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 32, 8739.06, 1592.16, 478.551, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 33, 8750.8, 1636.77, 455.08, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 34, 8760.01, 1669.48, 423.221, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 35, 8783.31, 1701.85, 375.887, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 36, 8817.34, 1735.73, 343.332, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 37, 8882.32, 1789.75, 301.581, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 38, 8958.6, 1841.81, 259.914, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 39, 9045.89, 1908.08, 233.414, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 40, 9107.18, 1964.59, 215.97, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 41, 9134.76, 2036.93, 175.193, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 42, 9128.61, 2089.09, 141.359, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 43, 9093.36, 2128.38, 99.3868, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33519, 44, 9050.71, 2123.66, 60.248, 0, 0, 'Black Knight\'s Gryphon'),
|
||
(33579, 1, -699.407, -48.602, 429.42, 0, 0, 'Brann Bronzebeard'),
|
||
(33579, 2, -674.782, -45.877, 426.2, 0, 0, 'Brann Bronzebeard'),
|
||
(33589, 1, 8492.98, 961.62, 547.293, 0, 0, 'Joseph Wilson'),
|
||
(33589, 2, 8489.46, 964.667, 547.293, 0, 0, 'Joseph Wilson'),
|
||
(33589, 3, 8489.14, 966.726, 547.293, 0, 0, 'Joseph Wilson'),
|
||
(33589, 4, 8489.91, 967.644, 547.294, 0, 0, 'Joseph Wilson'),
|
||
(33589, 5, 8489.14, 966.726, 547.293, 0, 0, 'Joseph Wilson'),
|
||
(33589, 6, 8489.46, 964.667, 547.293, 0, 0, 'Joseph Wilson'),
|
||
(33624, 1, -696.34, -85.89, 429.24, 0, 0, 'Archmage Pentarus'),
|
||
(33624, 2, -676.52, -84.802, 426.89, 0, 0, 'Archmage Pentarus'),
|
||
(33696, 1, -769.512, -120.811, 429.55, 0, 0, 'Archmage Rhydian'),
|
||
(33696, 2, -769.143, -104.085, 429.86, 0, 0, 'Archmage Rhydian'),
|
||
(33696, 3, -763.094, -86.176, 429.95, 0, 0, 'Archmage Rhydian'),
|
||
(33696, 4, -755.04, -68.305, 429.95, 0, 0, 'Archmage Rhydian'),
|
||
(33696, 5, -746.373, -54.038, 429.96, 0, 0, 'Archmage Rhydian'),
|
||
(33696, 6, -738.985, -49.878, 429.96, 0, 0, 'Archmage Rhydian'),
|
||
(33696, 7, -729.148, -49.885, 429.96, 0, 0, 'Archmage Rhydian'),
|
||
(33696, 8, -721.175, -49.993, 429.84, 0, 0, 'Archmage Rhydian'),
|
||
(33696, 9, -718.606, -52.745, 429.84, 0, 0, 'Archmage Rhydian'),
|
||
(33696, 10, -743.976, -62.591, 429.83, 0, 0, 'Archmage Rhydian'),
|
||
(33696, 11, -760.337, -82.492, 429.83, 0, 0, 'Archmage Rhydian'),
|
||
(33696, 12, -766.435, -98.779, 429.83, 0, 0, 'Archmage Rhydian'),
|
||
(33696, 13, -768.557, -112.185, 429.83, 0, 0, 'Archmage Rhydian'),
|
||
(33696, 14, -773.48, -144.13, 429.91, 0, 0, 'Archmage Rhydian'),
|
||
(33701, 1, -767.794, -126.79, 429.83, 0, 0, 'High Explorer Dellorah'),
|
||
(33701, 2, -767.925, -97.062, 429.83, 0, 0, 'High Explorer Dellorah'),
|
||
(33701, 3, -757.399, -75.726, 429.83, 0, 0, 'High Explorer Dellorah'),
|
||
(33701, 4, -742.995, -59.801, 429.83, 0, 0, 'High Explorer Dellorah'),
|
||
(33701, 5, -729.309, -50.896, 429.83, 0, 0, 'High Explorer Dellorah'),
|
||
(33701, 6, -720.001, -53.098, 429.83, 0, 0, 'High Explorer Dellorah'),
|
||
(33701, 7, -723.54, -53.823, 429.83, 0, 0, 'High Explorer Dellorah'),
|
||
(33701, 8, -746.544, -62.526, 429.83, 0, 0, 'High Explorer Dellorah'),
|
||
(33701, 9, -815.776, -128.782, 429.82, 0, 0, 'High Explorer Dellorah'),
|
||
(33701, 10, -856.608, -134.5, 458.89, 0, 0, 'High Explorer Dellorah'),
|
||
(33701, 11, -899.84, -140.921, 458.89, 0, 0, 'High Explorer Dellorah'),
|
||
(33701, 12, -917.893, -143.652, 464.3, 0, 0, 'High Explorer Dellorah'),
|
||
(33788, 1, 8567.44, 973.919, 547.918, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 2, 8568.16, 947.093, 547.804, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 3, 8566.03, 913.37, 548.293, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 4, 8564.71, 894.527, 547.67, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 5, 8567.68, 876.073, 547.594, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 6, 8578.91, 863.803, 548.422, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 7, 8590.87, 849.781, 547.672, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 8, 8603.91, 853.178, 548.128, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 9, 8599.38, 855.512, 547.715, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 10, 8591.7, 868.534, 549.378, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 11, 8586.77, 871.798, 547.876, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 12, 8586.15, 883.812, 549.251, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 13, 8583.74, 886.251, 548.96, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 14, 8582.08, 903.069, 550.037, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 15, 8585.08, 918.214, 548.667, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 16, 8581.65, 944.137, 547.897, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 17, 8582.84, 948.339, 547.622, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 18, 8565.45, 986.649, 549.34, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 19, 8570.5, 989.399, 547.629, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 20, 8576.63, 1006.56, 549.213, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 21, 8586.87, 1008.44, 548.128, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 22, 8590.46, 1005.12, 547.563, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 23, 8599.41, 1007.08, 547.419, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 24, 8602.17, 1013.39, 548.185, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 25, 8604.88, 1030.23, 556.734, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 26, 8612.66, 1035.29, 558.35, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 27, 8611.47, 1039.23, 558.735, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 28, 8613.69, 1042.31, 558.326, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 29, 8603.88, 1044.65, 558.38, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 30, 8598.02, 1072.57, 557.923, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 31, 8602.4, 1081.37, 558.293, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 32, 8597.45, 1089.27, 557.317, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 33, 8600.86, 1092.9, 557.484, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 34, 8593.38, 1084.72, 556.817, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 35, 8578.9, 1068.6, 557.38, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 36, 8563.31, 1065.51, 554.057, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 37, 8549.85, 1061.87, 550.61, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 38, 8547.75, 1051.27, 550.29, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 39, 8544.32, 1042.7, 549.293, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 40, 8557.89, 1029.92, 548.168, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 41, 8566.17, 1017.25, 548.168, 0, 0, 'Fhyron Shadesong'),
|
||
(33788, 42, 8570.94, 1008.47, 548.293, 0, 0, 'Fhyron Shadesong'),
|
||
(33854, 1, 8481.68, 959.488, 547.293, 0, 0, 'Thomas Partridge'),
|
||
(33854, 2, 8482.58, 952.007, 547.293, 0, 0, 'Thomas Partridge'),
|
||
(33854, 3, 8479.16, 931.178, 547.294, 0, 0, 'Thomas Partridge'),
|
||
(33854, 4, 8480.29, 928.951, 547.293, 0, 0, 'Thomas Partridge'),
|
||
(33854, 5, 8481.39, 929.685, 547.293, 0, 0, 'Thomas Partridge'),
|
||
(33854, 6, 8479.16, 931.178, 547.294, 0, 0, 'Thomas Partridge'),
|
||
(33854, 7, 8479.08, 935.109, 547.293, 0, 0, 'Thomas Partridge'),
|
||
(33854, 8, 8482.33, 937.765, 547.294, 0, 0, 'Thomas Partridge'),
|
||
(33854, 9, 8487.46, 937.033, 547.293, 0, 0, 'Thomas Partridge'),
|
||
(33854, 10, 8482.33, 937.765, 547.294, 0, 0, 'Thomas Partridge'),
|
||
(33854, 11, 8479.16, 931.178, 547.294, 0, 0, 'Thomas Partridge'),
|
||
(33854, 12, 8479.21, 919.35, 547.294, 0, 0, 'Thomas Partridge'),
|
||
(33854, 13, 8483.18, 917.667, 547.293, 0, 0, 'Thomas Partridge'),
|
||
(33854, 14, 8480.25, 917.926, 547.293, 0, 0, 'Thomas Partridge'),
|
||
(33854, 15, 8480.31, 909.402, 547.293, 0, 0, 'Thomas Partridge'),
|
||
(33854, 16, 8484.03, 903.801, 547.293, 0, 0, 'Thomas Partridge'),
|
||
(33854, 17, 8479.39, 909.922, 547.293, 0, 0, 'Thomas Partridge'),
|
||
(33854, 18, 8479.08, 935.109, 547.293, 0, 0, 'Thomas Partridge'),
|
||
(33854, 19, 8483.99, 937.559, 547.293, 0, 0, 'Thomas Partridge'),
|
||
(33854, 20, 8486.65, 940.026, 547.293, 0, 0, 'Thomas Partridge'),
|
||
(33854, 21, 8483.99, 937.559, 547.293, 0, 0, 'Thomas Partridge'),
|
||
(33854, 22, 8480.21, 937.883, 547.293, 0, 0, 'Thomas Partridge'),
|
||
(33956, 1, 1536.36, 134.033, 427.289, 0, 0, 'Prospector Doren'),
|
||
(33956, 2, 1512.35, 126.76, 427.331, 0, 0, 'Prospector Doren'),
|
||
(33956, 3, 1476.33, 117.785, 423.641, 0, 0, 'Prospector Doren'),
|
||
(33956, 4, 1438.41, 117.163, 423.641, 0, 0, 'Prospector Doren'),
|
||
(34044, 1, 5799.26, 822.844, 668.83, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 2, 5800.26, 822.844, 668.83, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 3, 5800.37, 821.754, 667.964, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 4, 5800.66, 818.83, 666.119, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 5, 5801.2, 813.458, 662.236, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 6, 5801.2, 813.458, 662.236, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 7, 5801.47, 813.34, 662.557, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 8, 5801.48, 811.024, 662.233, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 9, 5801.98, 807.024, 662.233, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 10, 5801.98, 806.274, 662.233, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 11, 5800.73, 802.524, 662.233, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 12, 5800, 799.77, 662.187, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 13, 5798.75, 789.02, 662.187, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 14, 5798.75, 787.77, 662.187, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 15, 5798.5, 786.52, 662.187, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 16, 5798.37, 786.414, 662.192, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 17, 5798.12, 784.414, 662.192, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 18, 5797.87, 783.664, 662.692, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 19, 5797.87, 779.414, 662.692, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 20, 5797.87, 775.664, 661.942, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 21, 5797.87, 774.664, 661.692, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 22, 5797.63, 774.333, 661.354, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 23, 5797.38, 772.583, 661.354, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 24, 5797.38, 772.083, 661.354, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 25, 5796.63, 766.833, 661.604, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 26, 5796.38, 761.833, 658.354, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 27, 5795.75, 756.938, 654.613, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 28, 5795.75, 754.438, 652.863, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 29, 5795.75, 745.438, 646.863, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 30, 5795.75, 737.188, 640.863, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 31, 5795.75, 736.188, 640.613, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 32, 5795.63, 732.469, 640.387, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 33, 5795.38, 731.219, 640.387, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 34, 5794.88, 722.719, 640.637, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 35, 5794.38, 720.219, 640.637, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 36, 5794.14, 719.736, 641.016, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 37, 5794.14, 719.486, 641.016, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 38, 5793.39, 718.236, 641.016, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 39, 5792.14, 716.736, 641.016, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 40, 5788.39, 710.986, 641.516, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 41, 5784.41, 705.475, 642.078, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 42, 5780.41, 699.975, 642.328, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 43, 5778.91, 697.975, 642.578, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 44, 5778.66, 697.475, 642.578, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 45, 5773.41, 690.475, 642.828, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 46, 5772.66, 689.225, 642.828, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 47, 5772.45, 688.938, 643.104, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 48, 5769.95, 685.938, 643.104, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 49, 5767.95, 683.438, 643.104, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 50, 5761.95, 676.688, 642.854, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 51, 5758.7, 672.688, 643.104, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 52, 5757.7, 671.938, 643.104, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 53, 5756.95, 670.938, 643.104, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 54, 5755.7, 669.438, 643.104, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 55, 5754.95, 668.688, 643.354, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 56, 5750.95, 663.938, 643.604, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 57, 5750.72, 663.752, 643.809, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 58, 5750.22, 663.252, 643.809, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 59, 5745.22, 659.002, 644.559, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 60, 5740.22, 654.752, 645.559, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 61, 5740.14, 654.636, 645.801, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 62, 5736.89, 651.886, 646.051, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 63, 5734.89, 651.136, 646.301, 0, 0, 'Brann Bronzebeard'),
|
||
(34044, 64, 5731.39, 649.886, 646.801, 0, 0, 'Brann Bronzebeard'),
|
||
(34102, 1, 8494.06, 1102.13, 554.33, 0, 0, 'Paletress Speach'),
|
||
(35320, 1, 8627.42, 821.719, 547.844, 0, 0, 'Lady Jaina Proudmoore'),
|
||
(35320, 2, 8613.42, 837.969, 548.344, 0, 0, 'Lady Jaina Proudmoore'),
|
||
(35320, 3, 8608.17, 842.469, 547.844, 0, 0, 'Lady Jaina Proudmoore'),
|
||
(35320, 4, 8601.23, 848.749, 547.861, 0, 0, 'Lady Jaina Proudmoore'),
|
||
(35320, 5, 8568.59, 876.945, 547.846, 0, 0, 'Lady Jaina Proudmoore'),
|
||
(35320, 6, 8568.81, 905.326, 547.844, 0, 0, 'Lady Jaina Proudmoore'),
|
||
(35320, 7, 8575.42, 931.524, 547.881, 0, 0, 'Lady Jaina Proudmoore'),
|
||
(35320, 8, 8574.33, 978.157, 547.788, 0, 0, 'Lady Jaina Proudmoore'),
|
||
(35320, 9, 8573.8, 996.077, 547.706, 0, 0, 'Lady Jaina Proudmoore'),
|
||
(35320, 10, 8547.21, 1025.6, 547.668, 0, 0, 'Lady Jaina Proudmoore'),
|
||
(35320, 11, 8522.49, 1022.52, 547.48, 0, 0, 'Lady Jaina Proudmoore'),
|
||
(35320, 12, 8510.44, 962.671, 547.71, 0, 0, 'Lady Jaina Proudmoore'),
|
||
(35320, 13, 8512.93, 908.633, 547.107, 0, 0, 'Lady Jaina Proudmoore'),
|
||
(35320, 14, 8509.26, 890.199, 555.392, 0, 0, 'Lady Jaina Proudmoore'),
|
||
(35320, 15, 8509.51, 882.949, 558.392, 0, 0, 'Lady Jaina Proudmoore'),
|
||
(35320, 16, 8509.76, 866.949, 558.392, 0, 0, 'Lady Jaina Proudmoore'),
|
||
(35321, 1, 8627.39, 825.621, 547.844, 0, 0, 'King Varian Wrynn '),
|
||
(35321, 2, 8613.39, 837.871, 548.344, 0, 0, 'King Varian Wrynn '),
|
||
(35321, 3, 8608.14, 842.621, 547.844, 0, 0, 'King Varian Wrynn '),
|
||
(35321, 4, 8601.04, 848.538, 547.861, 0, 0, 'King Varian Wrynn '),
|
||
(35321, 5, 8568.62, 877.032, 547.845, 0, 0, 'King Varian Wrynn '),
|
||
(35321, 6, 8568.8, 905.266, 547.844, 0, 0, 'King Varian Wrynn '),
|
||
(35321, 7, 8575.41, 931.527, 547.881, 0, 0, 'King Varian Wrynn '),
|
||
(35321, 8, 8574.29, 978.237, 547.79, 0, 0, 'King Varian Wrynn '),
|
||
(35321, 9, 8573.76, 996.144, 547.687, 0, 0, 'King Varian Wrynn '),
|
||
(35321, 10, 8547.21, 1025.77, 547.668, 0, 0, 'King Varian Wrynn '),
|
||
(35321, 11, 8522.59, 1025.52, 547.48, 0, 0, 'King Varian Wrynn '),
|
||
(35321, 12, 8515.86, 966.69, 547.798, 0, 0, 'King Varian Wrynn '),
|
||
(35321, 13, 8515.84, 933.152, 547.62, 0, 0, 'King Varian Wrynn '),
|
||
(35321, 14, 8515.78, 909.503, 547.724, 0, 0, 'King Varian Wrynn '),
|
||
(35321, 15, 8515.28, 908.253, 547.724, 0, 0, 'King Varian Wrynn '),
|
||
(35321, 16, 8515.28, 907.753, 547.474, 0, 0, 'King Varian Wrynn '),
|
||
(35321, 17, 8515.78, 883.253, 558.224, 0, 0, 'King Varian Wrynn '),
|
||
(35321, 18, 8515.78, 882.503, 558.224, 0, 0, 'King Varian Wrynn '),
|
||
(35321, 19, 8515.86, 874.82, 558.4, 0, 0, 'King Varian Wrynn '),
|
||
(35368, 1, 8378.62, 857.509, 548.19, 0, 0, 'Thrall'),
|
||
(35368, 2, 8383.62, 860.509, 548.94, 0, 0, 'Thrall'),
|
||
(35368, 3, 8387.62, 863.009, 548.19, 0, 0, 'Thrall'),
|
||
(35368, 4, 8395.59, 867.535, 547.525, 0, 0, 'Thrall'),
|
||
(35368, 5, 8429.74, 868.048, 547.556, 0, 0, 'Thrall'),
|
||
(35368, 6, 8456.64, 868.286, 547.547, 0, 0, 'Thrall'),
|
||
(35368, 7, 8471.31, 879.703, 547.357, 0, 0, 'Thrall'),
|
||
(35368, 8, 8474.32, 965.529, 547.566, 0, 0, 'Thrall'),
|
||
(35368, 9, 8474.68, 995.049, 547.567, 0, 0, 'Thrall'),
|
||
(35368, 10, 8476.17, 1015.25, 547.401, 0, 0, 'Thrall'),
|
||
(35368, 11, 8491.05, 1023.52, 547.681, 0, 0, 'Thrall'),
|
||
(35368, 12, 8505.44, 1023.33, 547.49, 0, 0, 'Thrall'),
|
||
(35368, 13, 8514.71, 967.99, 547.602, 0, 0, 'Thrall'),
|
||
(35368, 14, 8513.31, 908.846, 547.059, 0, 0, 'Thrall'),
|
||
(35368, 15, 8515, 903.388, 549.379, 0, 0, 'Thrall'),
|
||
(35368, 16, 8515, 883.388, 558.379, 0, 0, 'Thrall'),
|
||
(35368, 17, 8515.25, 883.105, 558.264, 0, 0, 'Thrall'),
|
||
(35368, 18, 8515.25, 881.855, 558.264, 0, 0, 'Thrall'),
|
||
(35368, 19, 8515.25, 869.855, 558.264, 0, 0, 'Thrall'),
|
||
(35372, 1, 8378.49, 853.536, 548.197, 0, 0, 'Garrosh Hellscream'),
|
||
(35372, 2, 8383.74, 860.536, 548.947, 0, 0, 'Garrosh Hellscream'),
|
||
(35372, 3, 8387.74, 863.036, 548.197, 0, 0, 'Garrosh Hellscream'),
|
||
(35372, 4, 8395.49, 867.579, 547.466, 0, 0, 'Garrosh Hellscream'),
|
||
(35372, 5, 8429.67, 868.032, 547.561, 0, 0, 'Garrosh Hellscream'),
|
||
(35372, 6, 8456.81, 868.282, 547.547, 0, 0, 'Garrosh Hellscream'),
|
||
(35372, 7, 8471.33, 874.792, 547.356, 0, 0, 'Garrosh Hellscream'),
|
||
(35372, 8, 8474.35, 965.616, 547.565, 0, 0, 'Garrosh Hellscream'),
|
||
(35372, 9, 8474.91, 994.847, 547.569, 0, 0, 'Garrosh Hellscream'),
|
||
(35372, 10, 8475.96, 1015.37, 547.403, 0, 0, 'Garrosh Hellscream'),
|
||
(35372, 11, 8491.08, 1023.57, 547.686, 0, 0, 'Garrosh Hellscream'),
|
||
(35372, 12, 8505.54, 1017.33, 547.487, 0, 0, 'Garrosh Hellscream'),
|
||
(35372, 13, 8514.84, 967.886, 547.602, 0, 0, 'Garrosh Hellscream'),
|
||
(35372, 14, 8513.31, 908.757, 547.06, 0, 0, 'Garrosh Hellscream'),
|
||
(35372, 15, 8515.03, 903.334, 549.404, 0, 0, 'Garrosh Hellscream'),
|
||
(35372, 16, 8515.03, 883.334, 558.404, 0, 0, 'Garrosh Hellscream'),
|
||
(35372, 17, 8515.25, 883.068, 558.281, 0, 0, 'Garrosh Hellscream'),
|
||
(35372, 18, 8515.25, 881.818, 558.281, 0, 0, 'Garrosh Hellscream'),
|
||
(35372, 19, 8515.25, 869.818, 558.281, 0, 0, 'Garrosh Hellscream'),
|
||
(36217, 1, 1437.89, 402.031, -85.01, 0, 0, 'Overseer Kraggosh'),
|
||
(36217, 2, 1436.64, 399.031, -85.01, 0, 0, 'Overseer Kraggosh'),
|
||
(36217, 3, 1432.64, 396.281, -85.01, 0, 0, 'Overseer Kraggosh'),
|
||
(36217, 4, 1429.14, 399.281, -85.01, 0, 0, 'Overseer Kraggosh'),
|
||
(36217, 5, 1438.03, 403.83, -85.2626, 0, 0, 'Overseer Kraggosh'),
|
||
(36624, 1, 8119.73, 783.416, 481.623, 0, 0, 'Caladis Brightspear - WP 1'),
|
||
(36624, 2, 8117.69, 795.523, 481.184, 0, 0, 'Caladis Brightspear - Home Position'),
|
||
(36642, 1, 8121.94, 776.03, 482.114, 0, 0, 'Myralion Sunblaze - WP 1'),
|
||
(36642, 2, 8127.26, 766.402, 482.579, 0, 0, 'Myralion Sunblaze - Home Position'),
|
||
(37120, 1, -67.5243, 2161.19, 30.6542, 0, 0, 'Highlord Darion Mograine'),
|
||
(37120, 2, -69.8403, 2155.58, 30.6542, 0, 0, 'Highlord Darion Mograine'),
|
||
(37801, 1, -62.1545, 2157.79, 31.5986, 0, 0, 'Shadows Edge Bunny'),
|
||
(37801, 2, -69.5347, 2159.69, 31.7931, 0, 0, 'Shadows Edge Bunny'),
|
||
(37828, 1, 8122.35, 778.496, 482.034, 0, 0, 'Image of Thalorien Dawnseeker - WP 1'),
|
||
(37845, 1, 8121.75, 781.096, 481.905, 0, 0, 'Image of Morlen Coldgrip - WP 1'),
|
||
(37845, 2, 8124.83, 774.881, 482.328, 0, 0, 'Image of Morlen Coldgrip - WP 2'),
|
||
(37857, 1, 4836.36, -586.92, 161.93, 0, 0, 'The Lichking'),
|
||
(37857, 2, 4835.37, -586.868, 161.93, 0, 0, 'The Lichking'),
|
||
(37857, 3, 4834.09, -586.423, 162.27, 0, 0, 'The Lichking'),
|
||
(37857, 4, 4828.5, -584.464, 163.663, 0, 0, 'The Lichking'),
|
||
(37857, 5, 4826.36, -583.718, 164.617, 0, 0, 'The Lichking'),
|
||
(37857, 6, 4825.22, -583.319, 164.907, 0, 0, 'The Lichking'),
|
||
(37857, 7, 4823.25, -582.63, 164.347, 0, 0, 'The Lichking'),
|
||
(37857, 8, 4821.65, -582.068, 163.845, 0, 0, 'The Lichking'),
|
||
(37857, 9, 4819, -581.141, 163.526, 0, 0, 'The Lichking'),
|
||
(37857, 10, 4814.02, -579.399, 162.441, 0, 0, 'The Lichking'),
|
||
(37857, 11, 4814.02, -579.399, 162.441, 0, 0, 'The Lichking'),
|
||
(37952, 1, 4798.7, -639.529, 160.569, 0, 0, 'Lights Vengeance Vehicle Bunny 2'),
|
||
(37952, 2, 4801.06, -634.495, 166.677, 0, 0, 'Lights Vengeance Vehicle Bunny 2'),
|
||
(37952, 3, 4797, -618.793, 171.482, 0, 0, 'Lights Vengeance Vehicle Bunny 2'),
|
||
(37952, 4, 4794.91, -597.215, 175.099, 0, 0, 'Lights Vengeance Vehicle Bunny 2'),
|
||
(37952, 5, 4796.13, -576.535, 175.099, 0, 0, 'Lights Vengeance Vehicle Bunny 2'),
|
||
(37952, 6, 4808.42, -570.387, 175.099, 0, 0, 'Lights Vengeance Vehicle Bunny 2'),
|
||
(37952, 7, 4818.08, -578.18, 175.099, 0, 0, 'Lights Vengeance Vehicle Bunny 2'),
|
||
(37952, 8, 4812.49, -586.903, 175.099, 0, 0, 'Lights Vengeance Vehicle Bunny 2'),
|
||
(38017, 1, 3541.16, 276.041, 342.721, 0, 0, 'talk point'),
|
||
(38017, 2, 3545.99, 287.278, 342.721, 0, 0, 'home point'),
|
||
(38334, 1, -8922.29, 620.719, 99.9155, 0, 0, 'Snivel Rustrocket'),
|
||
(38334, 2, -8910.54, 627.219, 99.9155, 0, 0, 'Snivel Rustrocket'),
|
||
(38334, 3, -8902.79, 631.219, 99.9155, 0, 0, 'Snivel Rustrocket'),
|
||
(38334, 4, -8901.04, 631.969, 99.9155, 0, 0, 'Snivel Rustrocket'),
|
||
(38334, 5, -8898.79, 633.219, 99.9155, 0, 0, 'Snivel Rustrocket'),
|
||
(38334, 6, -8897.04, 633.969, 99.4155, 0, 0, 'Snivel Rustrocket'),
|
||
(38334, 7, -8895.54, 634.719, 99.4155, 0, 0, 'Snivel Rustrocket'),
|
||
(38334, 8, -8894.29, 635.219, 99.4155, 0, 0, 'Snivel Rustrocket'),
|
||
(38334, 9, -8892.04, 636.219, 99.4155, 0, 0, 'Snivel Rustrocket'),
|
||
(38334, 10, -8890.39, 637.309, 99.5227, 0, 0, 'Snivel Rustrocket'),
|
||
(38335, 1, -8806.08, 665.842, 96.2017, 0, 0, 'Snivel Rustrocket'),
|
||
(38335, 2, -8807.83, 653.103, 96.1965, 0, 0, 'Snivel Rustrocket'),
|
||
(38335, 3, -8829.96, 634.277, 94.3178, 0, 0, 'Snivel Rustrocket'),
|
||
(38335, 4, -8838.77, 616.635, 92.885, 0, 0, 'Snivel Rustrocket'),
|
||
(38337, 1, 1615.59, -4379.85, 12.61, 0, 0, 'Snivel Rustrocket'),
|
||
(38337, 2, 1603.85, -4393.09, 9.837, 0, 0, 'Snivel Rustrocket'),
|
||
(38337, 3, 1576.08, -4410.98, 6.569, 0, 0, 'Snivel Rustrocket'),
|
||
(38338, 1, 1669.29, -4433.41, 19.643, 0, 0, 'Snivel Rustrocket'),
|
||
(38338, 2, 1652.96, -4419.12, 16.705, 0, 0, 'Snivel Rustrocket'),
|
||
(38338, 3, 1627.23, -4427.48, 13.353, 0, 0, 'Snivel Rustrocket'),
|
||
(40416, 1, -838.179, -4989.83, 14.9387, 0, 0, ''),
|
||
(40416, 2, -829.389, -4999.12, 15.5008, 0, 0, ''),
|
||
(40416, 3, -808.002, -5010.59, 15.3673, 0, 0, ''),
|
||
(40416, 4, -796.174, -5009.6, 16.0188, 0, 0, ''),
|
||
(40416, 5, -782.457, -5002.52, 17.2688, 0, 0, ''),
|
||
(40416, 6, -758.714, -5001.09, 19.6556, 0, 0, 'Run script'),
|
||
(40416, 7, -763.01, -4995.05, 20.0631, 0, 0, ''),
|
||
(40416, 8, -753.536, -4974.76, 21.8131, 0, 0, ''),
|
||
(40416, 9, -742.872, -4961.88, 22.6643, 0, 0, 'Despawn'),
|
||
(61760, 1, 332.73, -1455.6, 42.24, 0, 0, 'Bath\'rah the Windwatcher'),
|
||
(61760, 2, 329.59, -1442.08, 40.31, 0, 0, 'Bath\'rah the Windwatcher'),
|
||
(61760, 3, 297.77, -1436.7, 46.96, 0, 0, 'Bath\'rah the Windwatcher'),
|
||
(61760, 4, 273.74, -1433.18, 50.29, 0, 0, 'Bath\'rah the Windwatcher'),
|
||
(61760, 5, 256.87, -1440.35, 50.09, 0, 0, 'Bath\'rah the Windwatcher'),
|
||
(61760, 6, 253.05, -1459.09, 52.09, 0, 0, 'Bath\'rah the Windwatcher'),
|
||
(61760, 7, 250.84, -1470.58, 55.4491, 0, 0, 'Bath\'rah the Windwatcher'),
|
||
(68311, 1, -270.735, 1527.63, 31.1836, 0, 0, 'Wrath Master'),
|
||
(68311, 2, -260.567, 1525.02, 29.8034, 0, 0, 'Wrath Master'),
|
||
(68311, 3, -253.926, 1522.59, 28.1088, 0, 0, 'Wrath Master'),
|
||
(68311, 4, -249.349, 1521.57, 25.0041, 0, 0, 'Wrath Master'),
|
||
(68311, 5, -240.034, 1516.72, 22.8203, 0, 0, 'Wrath Master'),
|
||
(68311, 6, -232.184, 1508.16, 21.5413, 0, 0, 'Wrath Master'),
|
||
(68311, 7, -230.872, 1501.28, 20.6535, 0, 0, 'Wrath Master'),
|
||
(68311, 8, -233.41, 1485.1, 18.4649, 0, 0, 'Wrath Master'),
|
||
(68311, 9, -236.188, 1467.82, 16.1683, 0, 0, 'Wrath Master'),
|
||
(68311, 10, -242.961, 1443.11, 14.2698, 0, 0, 'Wrath Master'),
|
||
(68311, 11, -248.129, 1419.16, 13.0837, 0, 0, 'Wrath Master'),
|
||
(68311, 12, -251.718, 1398.48, 11.6931, 0, 0, 'Wrath Master'),
|
||
(68311, 13, -251.572, 1377.49, 10.8303, 0, 0, 'Wrath Master'),
|
||
(68311, 14, -250.61, 1350.7, 11.892, 0, 0, 'Wrath Master'),
|
||
(68311, 15, -249.213, 1325.08, 15.3074, 0, 0, 'Wrath Master'),
|
||
(68311, 16, -246.101, 1309.06, 18.0727, 0, 0, 'Wrath Master'),
|
||
(68311, 17, -241.369, 1288.6, 21.4746, 0, 0, 'Wrath Master'),
|
||
(68311, 18, -237.172, 1270.45, 24.8971, 0, 0, 'Wrath Master'),
|
||
(68311, 19, -237.027, 1250.64, 28.2199, 0, 0, 'Wrath Master'),
|
||
(68311, 20, -238.517, 1229.74, 31.7736, 0, 0, 'Wrath Master'),
|
||
(68311, 21, -241.342, 1213.6, 35.8261, 0, 0, 'Wrath Master'),
|
||
(68311, 22, -242.892, 1198.11, 42.0217, 0, 0, 'Wrath Master'),
|
||
(68311, 23, -243.448, 1186.46, 42.3938, 0, 0, 'Wrath Master'),
|
||
(68311, 24, -244.052, 1171.28, 41.5405, 0, 0, 'Wrath Master'),
|
||
(68311, 25, -244.678, 1153.82, 41.6494, 0, 0, 'Wrath Master'),
|
||
(68311, 26, -244.905, 1139.83, 41.6667, 0, 0, 'Wrath Master'),
|
||
(68311, 27, -245.17, 1123.45, 42.1819, 0, 0, 'Wrath Master'),
|
||
(68311, 28, -245.454, 1105.95, 41.6667, 0, 0, 'Wrath Master'),
|
||
(68311, 29, -245.642, 1094.33, 41.6667, 0, 0, 'Wrath Master'),
|
||
(68311, 30, -245.786, 1085.48, 47.0111, 0, 0, 'Wrath Master'),
|
||
(68311, 31, -245.954, 1075.11, 53.9023, 0, 0, 'Wrath Master'),
|
||
(68311, 32, -246.144, 1063.42, 54.3107, 0, 0, 'Wrath Master'),
|
||
(68311, 33, -246.447, 1044.73, 54.3162, 0, 0, 'Wrath Master'),
|
||
(68312, 1, -180.01, 1516.58, 27.6035, 0, 0, 'Wrath Master'),
|
||
(68312, 2, -188.161, 1515.78, 27.4855, 0, 0, 'Wrath Master'),
|
||
(68312, 3, -194.709, 1514.48, 27.2184, 0, 0, 'Wrath Master'),
|
||
(68312, 4, -203.528, 1512.33, 23.5807, 0, 0, 'Wrath Master'),
|
||
(68312, 5, -209.201, 1510.78, 22.2023, 0, 0, 'Wrath Master'),
|
||
(68312, 6, -213.606, 1506.99, 21.42, 0, 0, 'Wrath Master'),
|
||
(68312, 7, -222.386, 1499.38, 20.397, 0, 0, 'Wrath Master'),
|
||
(68312, 8, -228.273, 1486.68, 18.8159, 0, 0, 'Wrath Master'),
|
||
(68312, 9, -232.004, 1474.43, 17.1083, 0, 0, 'Wrath Master'),
|
||
(68312, 10, -232.004, 1474.43, 17.1083, 0, 0, 'Wrath Master'),
|
||
(68312, 11, -240.088, 1440.38, 14.1734, 0, 0, 'Wrath Master'),
|
||
(68312, 12, -247.414, 1410.98, 12.5468, 0, 0, 'Wrath Master'),
|
||
(68312, 13, -248.588, 1400.56, 11.8825, 0, 0, 'Wrath Master'),
|
||
(68312, 14, -248.808, 1369.07, 10.8148, 0, 0, 'Wrath Master'),
|
||
(68312, 15, -248.808, 1369.07, 10.8148, 0, 0, 'Wrath Master'),
|
||
(68312, 16, -245.535, 1334.29, 14.0067, 0, 0, 'Wrath Master'),
|
||
(68312, 17, -245.535, 1334.29, 14.0067, 0, 0, 'Wrath Master'),
|
||
(68312, 18, -241.99, 1299.51, 19.6667, 0, 0, 'Wrath Master'),
|
||
(68312, 19, -241.99, 1299.51, 19.6667, 0, 0, 'Wrath Master'),
|
||
(68312, 20, -238.526, 1264.69, 25.8431, 0, 0, 'Wrath Master'),
|
||
(68312, 21, -238.904, 1239.16, 30.0995, 0, 0, 'Wrath Master'),
|
||
(68312, 22, -238.904, 1239.16, 30.0995, 0, 0, 'Wrath Master'),
|
||
(68312, 23, -243.629, 1211.67, 36.8028, 0, 0, 'Wrath Master'),
|
||
(68312, 24, -245.399, 1197.78, 42.3701, 0, 0, 'Wrath Master'),
|
||
(68312, 25, -245.493, 1176.78, 41.6676, 0, 0, 'Wrath Master'),
|
||
(68312, 26, -245.586, 1155.78, 41.6338, 0, 0, 'Wrath Master'),
|
||
(68312, 27, -245.69, 1132.47, 41.6998, 0, 0, 'Wrath Master'),
|
||
(68312, 28, -247.551, 1115.07, 41.6792, 0, 0, 'Wrath Master'),
|
||
(68312, 29, -248.829, 1094.35, 41.6669, 0, 0, 'Wrath Master'),
|
||
(68312, 30, -248.929, 1086.16, 46.5319, 0, 0, 'Wrath Master'),
|
||
(68312, 31, -248.935, 1075.06, 53.8996, 0, 0, 'Wrath Master'),
|
||
(68312, 32, -248.941, 1063.44, 54.3106, 0, 0, 'Wrath Master'),
|
||
(68312, 33, -248.95, 1045.94, 54.3171, 0, 0, 'Wrath Master'),
|
||
(68313, 1, -112.343, 1891.33, 80.0147, 0, 0, 'Wrath Master'),
|
||
(68313, 2, -129.092, 1880.62, 83.4569, 0, 0, 'Wrath Master'),
|
||
(68313, 3, -145.72, 1872.24, 86.5619, 0, 0, 'Wrath Master'),
|
||
(68313, 4, -159.512, 1869.84, 89.052, 0, 0, 'Wrath Master'),
|
||
(68313, 5, -177.777, 1865.91, 93.1582, 0, 0, 'Wrath Master'),
|
||
(68313, 6, -189.585, 1861.14, 94.292, 0, 0, 'Wrath Master'),
|
||
(68313, 7, -194.196, 1859.96, 92.3105, 0, 0, 'Wrath Master'),
|
||
(68313, 8, -198.484, 1858.43, 91.6116, 0, 0, 'Wrath Master'),
|
||
(68313, 9, -200.727, 1857.64, 90.8248, 0, 0, 'Wrath Master'),
|
||
(68313, 10, -207.861, 1851.66, 90.1464, 0, 0, 'Wrath Master'),
|
||
(68313, 11, -215.437, 1841.33, 88.974, 0, 0, 'Wrath Master'),
|
||
(68313, 12, -215.021, 1829.64, 87.6314, 0, 0, 'Wrath Master'),
|
||
(68313, 13, -214.322, 1813.28, 85.0578, 0, 0, 'Wrath Master'),
|
||
(68313, 14, -212.8, 1800.56, 82.2836, 0, 0, 'Wrath Master'),
|
||
(68313, 15, -210.241, 1780.85, 76.6338, 0, 0, 'Wrath Master'),
|
||
(68313, 16, -207.241, 1757.73, 70.0961, 0, 0, 'Wrath Master'),
|
||
(68313, 17, -204.692, 1738.08, 64.4382, 0, 0, 'Wrath Master'),
|
||
(68313, 18, -204.353, 1720.59, 59.5464, 0, 0, 'Wrath Master'),
|
||
(68313, 19, -203.371, 1699.54, 53.4667, 0, 0, 'Wrath Master'),
|
||
(68313, 20, -202.608, 1683.18, 49.4984, 0, 0, 'Wrath Master'),
|
||
(68313, 21, -201.737, 1664.51, 45.1893, 0, 0, 'Wrath Master'),
|
||
(68313, 22, -200.81, 1644.72, 41.0282, 0, 0, 'Wrath Master'),
|
||
(68313, 23, -199.93, 1627.31, 37.7967, 0, 0, 'Wrath Master'),
|
||
(68313, 24, -199.93, 1627.31, 37.7967, 0, 0, 'Wrath Master'),
|
||
(68313, 25, -203.923, 1601.96, 33.021, 0, 0, 'Wrath Master'),
|
||
(68313, 26, -207.465, 1588.42, 30.7292, 0, 0, 'Wrath Master'),
|
||
(68313, 27, -211.591, 1572.64, 28.6103, 0, 0, 'Wrath Master'),
|
||
(68313, 28, -216.32, 1554.56, 26.5615, 0, 0, 'Wrath Master'),
|
||
(68313, 29, -220.446, 1538.78, 24.9218, 0, 0, 'Wrath Master'),
|
||
(68313, 30, -224.874, 1521.85, 23.0684, 0, 0, 'Wrath Master'),
|
||
(68313, 31, -230.789, 1499.23, 20.3917, 0, 0, 'Wrath Master'),
|
||
(68313, 32, -235.517, 1481.15, 17.8653, 0, 0, 'Wrath Master'),
|
||
(68313, 33, -240.529, 1461.98, 15.4422, 0, 0, 'Wrath Master'),
|
||
(68313, 34, -244.372, 1447.29, 14.5134, 0, 0, 'Wrath Master'),
|
||
(68313, 35, -248.8, 1430.35, 13.8539, 0, 0, 'Wrath Master'),
|
||
(68313, 36, -252.625, 1415.73, 12.7361, 0, 0, 'Wrath Master'),
|
||
(68313, 37, -253.861, 1404.17, 11.9207, 0, 0, 'Wrath Master'),
|
||
(68313, 38, -252.777, 1387.83, 11.1616, 0, 0, 'Wrath Master'),
|
||
(68313, 39, -251.771, 1372.67, 10.7793, 0, 0, 'Wrath Master'),
|
||
(68313, 40, -250.459, 1352.89, 11.6834, 0, 0, 'Wrath Master'),
|
||
(68313, 41, -249.305, 1335.49, 13.7715, 0, 0, 'Wrath Master'),
|
||
(68313, 42, -248.147, 1318.03, 16.5355, 0, 0, 'Wrath Master'),
|
||
(68313, 43, -246.234, 1306.5, 18.4776, 0, 0, 'Wrath Master'),
|
||
(68313, 44, -243.565, 1290.41, 21.1146, 0, 0, 'Wrath Master'),
|
||
(68313, 45, -239.75, 1267.41, 25.3402, 0, 0, 'Wrath Master'),
|
||
(68313, 46, -236.313, 1246.7, 28.9015, 0, 0, 'Wrath Master'),
|
||
(68313, 47, -239.597, 1224.71, 32.8632, 0, 0, 'Wrath Master'),
|
||
(68313, 48, -240.818, 1210.69, 37.0075, 0, 0, 'Wrath Master'),
|
||
(68313, 49, -242.052, 1196.54, 42.1932, 0, 0, 'Wrath Master'),
|
||
(68313, 50, -242.537, 1181.36, 41.8351, 0, 0, 'Wrath Master'),
|
||
(68313, 51, -243.318, 1156.93, 41.6182, 0, 0, 'Wrath Master'),
|
||
(68313, 52, -243.987, 1135.98, 41.6667, 0, 0, 'Wrath Master'),
|
||
(68313, 53, -244.546, 1118.49, 42.0075, 0, 0, 'Wrath Master'),
|
||
(68313, 54, -245.067, 1102.19, 41.6667, 0, 0, 'Wrath Master'),
|
||
(68313, 55, -245.326, 1094.07, 41.6667, 0, 0, 'Wrath Master'),
|
||
(68313, 56, -245.59, 1083.3, 48.4641, 0, 0, 'Wrath Master'),
|
||
(68313, 57, -245.594, 1074.58, 54.2525, 0, 0, 'Wrath Master'),
|
||
(68313, 58, -245.603, 1058.27, 54.3126, 0, 0, 'Wrath Master'),
|
||
(68313, 59, -245.614, 1037.27, 54.3191, 0, 0, 'Wrath Master'),
|
||
(68314, 1, -404.061, 1818.73, 72.6499, 0, 0, 'Wrath Master'),
|
||
(68314, 2, -389.501, 1814.49, 72.7857, 0, 0, 'Wrath Master'),
|
||
(68314, 3, -370.481, 1808.96, 73.5055, 0, 0, 'Wrath Master'),
|
||
(68314, 4, -352.539, 1803.73, 73.6972, 0, 0, 'Wrath Master'),
|
||
(68314, 5, -338.685, 1805.75, 75.216, 0, 0, 'Wrath Master'),
|
||
(68314, 6, -320.381, 1809.53, 79.0509, 0, 0, 'Wrath Master'),
|
||
(68314, 7, -301.382, 1815.28, 82.8135, 0, 0, 'Wrath Master'),
|
||
(68314, 8, -285.97, 1820.62, 85.9315, 0, 0, 'Wrath Master'),
|
||
(68314, 9, -272.466, 1827.48, 88.2899, 0, 0, 'Wrath Master'),
|
||
(68314, 10, -265.201, 1831.11, 89.7627, 0, 0, 'Wrath Master'),
|
||
(68314, 11, -253.62, 1832.71, 91.8272, 0, 0, 'Wrath Master'),
|
||
(68314, 12, -241.178, 1841.39, 92.7873, 0, 0, 'Wrath Master'),
|
||
(68314, 13, -236.851, 1842.14, 90.2615, 0, 0, 'Wrath Master'),
|
||
(68314, 14, -227.443, 1837.47, 89.0557, 0, 0, 'Wrath Master'),
|
||
(68314, 15, -219.36, 1827.54, 87.4862, 0, 0, 'Wrath Master'),
|
||
(68314, 16, -216.983, 1813.74, 85.215, 0, 0, 'Wrath Master'),
|
||
(68314, 17, -213.051, 1795.54, 80.9159, 0, 0, 'Wrath Master'),
|
||
(68314, 18, -208.664, 1776.22, 75.3269, 0, 0, 'Wrath Master'),
|
||
(68314, 19, -203.564, 1753.41, 68.8117, 0, 0, 'Wrath Master'),
|
||
(68314, 20, -201.937, 1733.59, 63.0754, 0, 0, 'Wrath Master'),
|
||
(68314, 21, -200.196, 1709.16, 56.0166, 0, 0, 'Wrath Master'),
|
||
(68314, 22, -199.037, 1689.31, 50.7389, 0, 0, 'Wrath Master'),
|
||
(68314, 23, -199.125, 1669.5, 46.1424, 0, 0, 'Wrath Master'),
|
||
(68314, 24, -199.234, 1645, 41.067, 0, 0, 'Wrath Master'),
|
||
(68314, 25, -199.968, 1621.71, 36.7692, 0, 0, 'Wrath Master'),
|
||
(68314, 26, -201.72, 1601.97, 33.0508, 0, 0, 'Wrath Master'),
|
||
(68314, 27, -208.383, 1578.4, 29.3313, 0, 0, 'Wrath Master'),
|
||
(68314, 28, -214.934, 1551.17, 26.2096, 0, 0, 'Wrath Master'),
|
||
(68314, 29, -223.08, 1519.51, 22.738, 0, 0, 'Wrath Master'),
|
||
(68314, 30, -230.058, 1492.4, 19.5117, 0, 0, 'Wrath Master'),
|
||
(68314, 31, -236.163, 1468.67, 16.2668, 0, 0, 'Wrath Master'),
|
||
(68314, 32, -242.269, 1444.94, 14.2877, 0, 0, 'Wrath Master'),
|
||
(68314, 33, -247.799, 1423.45, 13.3939, 0, 0, 'Wrath Master'),
|
||
(68314, 34, -251.61, 1399.26, 11.7349, 0, 0, 'Wrath Master'),
|
||
(68314, 35, -252.834, 1369.07, 10.8068, 0, 0, 'Wrath Master'),
|
||
(68314, 36, -251.446, 1349.31, 12.034, 0, 0, 'Wrath Master'),
|
||
(68314, 37, -248.328, 1326.21, 15.1602, 0, 0, 'Wrath Master'),
|
||
(68314, 38, -245.147, 1303.12, 19.0204, 0, 0, 'Wrath Master'),
|
||
(68314, 39, -241.558, 1277.81, 23.4223, 0, 0, 'Wrath Master'),
|
||
(68314, 40, -241.404, 1256.81, 27.0886, 0, 0, 'Wrath Master'),
|
||
(68314, 41, -240.981, 1234.62, 30.8882, 0, 0, 'Wrath Master'),
|
||
(68314, 42, -242.084, 1214.77, 35.4648, 0, 0, 'Wrath Master'),
|
||
(68314, 43, -243.058, 1197.23, 42.2163, 0, 0, 'Wrath Master'),
|
||
(68314, 44, -243.323, 1180.92, 41.8092, 0, 0, 'Wrath Master'),
|
||
(68314, 45, -243.721, 1156.42, 41.6234, 0, 0, 'Wrath Master'),
|
||
(68314, 46, -245.046, 1137.85, 41.668, 0, 0, 'Wrath Master'),
|
||
(68314, 47, -248.701, 1115.96, 41.6755, 0, 0, 'Wrath Master'),
|
||
(68314, 48, -250.761, 1094.48, 41.6669, 0, 0, 'Wrath Master'),
|
||
(68314, 49, -250.516, 1085.41, 47.012, 0, 0, 'Wrath Master'),
|
||
(68314, 50, -250.234, 1074.91, 53.9873, 0, 0, 'Wrath Master'),
|
||
(68314, 51, -250.106, 1057.41, 54.3128, 0, 0, 'Wrath Master'),
|
||
(68314, 52, -249.986, 1041.03, 54.318, 0, 0, 'Wrath Master'),
|
||
(143540, 1, -159.64, -320.208, -4.14787, 0, 0, 'Pusillin path'),
|
||
(143540, 2, -142.923, -344.111, -4.11348, 0, 0, 'Pusillin path'),
|
||
(143540, 3, -84.2623, -363.37, -4.14729, 0, 0, 'Pusillin path'),
|
||
(143540, 4, -71.9857, -364.048, -4.14729, 0, 0, 'Pusillin path'),
|
||
(143540, 5, -53.8684, -348.615, -4.06211, 0, 0, 'Pusillin path'),
|
||
(143540, 6, -31.2778, -353.235, -4.09911, 0, 0, 'Pusillin path'),
|
||
(143540, 7, 40.8255, -356.709, -4.12891, 0, 0, 'Pusillin path'),
|
||
(143540, 8, 44.4199, -357.733, -4.13713, 0, 0, 'Pusillin path'),
|
||
(143540, 9, 43.8367, -362.318, -4.14879, 0, 0, 'Pusillin path'),
|
||
(143540, 10, 36.4393, -359.959, -4.14924, 0, 0, 'Pusillin path'),
|
||
(143540, 11, 38.3357, -357.051, -4.13201, 0, 0, 'Pusillin path'),
|
||
(143540, 12, 55.7067, -349.754, -4.07173, 0, 0, 'Pusillin path'),
|
||
(143540, 13, 88.4046, -354.125, -4.10444, 0, 0, 'Pusillin path'),
|
||
(143540, 14, 113.54, -372.365, -4.08966, 0, 0, 'Pusillin path'),
|
||
(172260, 1, -722.323, 4147.94, 50.3379, 0, 0, 'Viera Sunwhisper'),
|
||
(172260, 2, -726.639, 4125.16, 48.4797, 0, 0, 'Viera Sunwhisper'),
|
||
(172260, 3, -727.648, 4109.68, 47.5285, 0, 0, 'Viera Sunwhisper'),
|
||
(172260, 4, -727.874, 4093.44, 46.4466, 0, 0, 'Viera Sunwhisper'),
|
||
(172300, 1, -722.323, 4147.94, 50.3379, 0, 0, 'Twinkle'),
|
||
(172300, 2, -726.639, 4125.16, 48.4797, 0, 0, 'Twinkle'),
|
||
(172300, 3, -727.648, 4109.68, 47.5285, 0, 0, 'Twinkle'),
|
||
(172300, 4, -727.874, 4093.44, 46.4466, 0, 0, 'Twinkle'),
|
||
(180630, 1, -1367.4, 7230.71, 32.9807, 0, 0, 'Garrosh - Start movement in the bonfire'),
|
||
(180630, 2, -1379.76, 7232.02, 30.0569, 0, 0, ''),
|
||
(180630, 3, -1386.53, 7234.68, 27.7964, 0, 0, ''),
|
||
(180630, 4, -1391.6, 7241.84, 26.461, 0, 0, ''),
|
||
(180630, 5, -1396.91, 7256.35, 25.7491, 0, 0, ''),
|
||
(180630, 6, -1399.2, 7265.49, 25.629, 0, 0, ''),
|
||
(180630, 7, -1410.12, 7281.44, 25.552, 0, 0, 'Garrosh - At the blue circle'),
|
||
(180630, 8, -1399.2, 7265.49, 25.629, 0, 0, ''),
|
||
(180630, 9, -1396.91, 7256.35, 25.7491, 0, 0, ''),
|
||
(180630, 10, -1391.6, 7241.84, 26.461, 0, 0, ''),
|
||
(180630, 11, -1386.53, 7234.68, 27.7964, 0, 0, ''),
|
||
(180630, 12, -1379.76, 7232.02, 30.0569, 0, 0, ''),
|
||
(180630, 13, -1367.4, 7230.71, 32.9807, 0, 0, ''),
|
||
(180630, 14, -1344.67, 7232.62, 33.5608, 0, 0, 'Garrosh - Back at the bonfire'),
|
||
(180750, 1, -1415.73, 7271.58, 25.4931, 0, 0, ''),
|
||
(180750, 2, -1421.56, 7279.06, 25.677, 0, 0, ''),
|
||
(180760, 1, -1426, 7276.04, 25.8075, 0, 0, ''),
|
||
(180760, 2, -1423.21, 7277.94, 25.677, 0, 0, ''),
|
||
(195560, 1, -1349.91, 6332.78, 43.7449, 0, 0, 'Thrall - Start movement at spawn area'),
|
||
(195560, 2, -1376.29, 6354.01, 41.9215, 0, 0, ''),
|
||
(195560, 3, -1395.76, 6371.58, 39.3749, 0, 0, ''),
|
||
(195560, 4, -1416.58, 6393.08, 36.9769, 0, 0, ''),
|
||
(195560, 5, -1437.67, 6413.04, 34.7908, 0, 0, ''),
|
||
(195560, 6, -1461.67, 6437.36, 32.0889, 0, 0, ''),
|
||
(195560, 7, -1490.4, 6468.24, 28.9899, 0, 0, ''),
|
||
(195560, 8, -1505.14, 6496.36, 25.3737, 0, 0, ''),
|
||
(195560, 9, -1512.86, 6527, 22.6688, 0, 0, ''),
|
||
(195560, 10, -1518.47, 6552.89, 21.6099, 0, 0, ''),
|
||
(195560, 11, -1521.71, 6568.28, 20.9637, 0, 0, ''),
|
||
(195560, 12, -1512.91, 6632.7, 22.3975, 0, 0, ''),
|
||
(195560, 13, -1507.13, 6655.43, 23.8523, 0, 0, ''),
|
||
(195560, 14, -1504.92, 6662.7, 24.4825, 0, 0, ''),
|
||
(195560, 15, -1494.25, 6690.35, 24.4731, 0, 0, ''),
|
||
(195560, 16, -1474.88, 6730.71, 24.9282, 0, 0, ''),
|
||
(195560, 17, -1455.4, 6765.88, 27.2298, 0, 0, ''),
|
||
(195560, 18, -1442.03, 6784.49, 28.2972, 0, 0, ''),
|
||
(195560, 19, -1425.78, 6805.61, 27.786, 0, 0, ''),
|
||
(195560, 20, -1409.67, 6827.44, 27.1484, 0, 0, ''),
|
||
(195560, 21, -1389.38, 6852.12, 29.1224, 0, 0, ''),
|
||
(195560, 22, -1354.93, 6887.59, 30.6786, 0, 0, ''),
|
||
(195560, 23, -1331.89, 6912.89, 31.8654, 0, 0, ''),
|
||
(195560, 24, -1322.65, 6923.15, 31.9608, 0, 0, 'Thrall - Before the gates of Garadar'),
|
||
(195560, 25, -1303.39, 6958.17, 32.1357, 0, 0, ''),
|
||
(195560, 26, -1298.43, 6965.86, 32.9406, 0, 0, 'Thrall - Dismount - Walk'),
|
||
(195561, 1, -1293.26, 6975.77, 32.7595, 0, 0, 'Thrall - Start movement through Garadar'),
|
||
(195561, 2, -1286.8, 6986.64, 32.8523, 0, 0, ''),
|
||
(195561, 3, -1294.62, 6995.85, 32.5695, 0, 0, ''),
|
||
(195561, 4, -1313.71, 7015.14, 33.2128, 0, 0, ''),
|
||
(195561, 5, -1329.18, 7025.36, 33.8526, 0, 0, ''),
|
||
(195561, 6, -1330.33, 7026.19, 33.9671, 0, 0, ''),
|
||
(195561, 7, -1346.05, 7031.63, 33.7915, 0, 0, ''),
|
||
(195561, 8, -1364.01, 7041.4, 34.1456, 0, 0, ''),
|
||
(195561, 9, -1377.8, 7054.75, 34.563, 0, 0, ''),
|
||
(195561, 10, -1389.57, 7071.12, 34.3375, 0, 0, ''),
|
||
(195561, 11, -1394.77, 7085.71, 33.5165, 0, 0, ''),
|
||
(195561, 12, -1397.3, 7094.35, 33.2992, 0, 0, ''),
|
||
(195561, 13, -1400.27, 7112.67, 33.4445, 0, 0, ''),
|
||
(195561, 14, -1401.77, 7126.56, 33.7325, 0, 0, ''),
|
||
(195561, 15, -1387.93, 7139.02, 34.1217, 0, 0, ''),
|
||
(195561, 16, -1375.81, 7152.08, 34.7644, 0, 0, ''),
|
||
(195561, 17, -1371.63, 7156.53, 34.3725, 0, 0, ''),
|
||
(195561, 18, -1363.43, 7166.78, 33.7474, 0, 0, ''),
|
||
(195561, 19, -1357.39, 7173.28, 33.8181, 0, 0, ''),
|
||
(195561, 20, -1343.68, 7202.68, 33.5002, 0, 0, 'Thrall - Seeing Garrosh'),
|
||
(195561, 21, -1342.67, 7205.2, 33.1183, 0, 0, ''),
|
||
(195561, 22, -1353.91, 7233.38, 33.2753, 0, 0, ''),
|
||
(195561, 23, -1351.35, 7235.67, 33.1269, 0, 0, ''),
|
||
(195561, 24, -1347.01, 7234.93, 33.4089, 0, 0, 'Thrall - Talking to Garrosh, part 1'),
|
||
(195561, 25, -1348.09, 7241.89, 33.0098, 0, 0, ''),
|
||
(195561, 26, -1337.4, 7244.91, 33.1524, 0, 0, ''),
|
||
(195561, 27, -1329.12, 7243.79, 33.0846, 0, 0, ''),
|
||
(195561, 28, -1325.88, 7241.62, 33.2998, 0, 0, ''),
|
||
(195561, 29, -1319.03, 7225.42, 33.7027, 0, 0, ''),
|
||
(195561, 30, -1317.73, 7215.85, 33.891, 0, 0, ''),
|
||
(195561, 31, -1307.45, 7212.68, 36.1388, 0, 0, ''),
|
||
(195561, 32, -1292.46, 7206.45, 41.5632, 0, 0, ''),
|
||
(195561, 33, -1276.79, 7193.43, 51.6997, 0, 0, ''),
|
||
(195561, 34, -1268.38, 7186.16, 56.2371, 0, 0, ''),
|
||
(195561, 35, -1266.26, 7184.32, 56.8627, 0, 0, ''),
|
||
(195561, 36, -1254.84, 7178.26, 57.4234, 0, 0, ''),
|
||
(195561, 37, -1239.08, 7171.39, 57.2687, 0, 0, 'Thrall - Seeing Greatmother'),
|
||
(195561, 38, -1225.52, 7166.84, 57.5794, 0, 0, ''),
|
||
(195561, 39, -1223.95, 7164.28, 57.3901, 0, 0, 'Thrall - Talking to Greatmother, part 1'),
|
||
(195561, 40, -1233.73, 7174.26, 57.3294, 0, 0, ''),
|
||
(195561, 41, -1262.29, 7187.34, 57.1386, 0, 0, ''),
|
||
(195561, 42, -1279.03, 7195.14, 50.2536, 0, 0, ''),
|
||
(195561, 43, -1294.92, 7206.25, 40.8313, 0, 0, ''),
|
||
(195561, 44, -1315.55, 7213.98, 34.6331, 0, 0, ''),
|
||
(195561, 45, -1320.28, 7216, 34.1573, 0, 0, ''),
|
||
(195561, 46, -1318.22, 7233.31, 33.1933, 0, 0, ''),
|
||
(195561, 47, -1326.28, 7243.78, 33.2752, 0, 0, ''),
|
||
(195561, 48, -1343.16, 7245.56, 33.1889, 0, 0, ''),
|
||
(195561, 49, -1347.99, 7235.13, 33.3895, 0, 0, 'Thrall - Talking to Garrosh, part 2'),
|
||
(195561, 50, -1371.61, 7232.13, 32.4465, 0, 0, ''),
|
||
(195561, 51, -1386.8, 7236.18, 27.6198, 0, 0, ''),
|
||
(195561, 52, -1394.83, 7251.65, 26.0364, 0, 0, ''),
|
||
(195561, 53, -1395.56, 7253.93, 25.8459, 0, 0, ''),
|
||
(195561, 54, -1397.07, 7265.8, 25.7438, 0, 0, ''),
|
||
(195561, 55, -1413.11, 7284.41, 25.427, 0, 0, 'Thrall - At the blue circle'),
|
||
(195561, 56, -1392.79, 7241.06, 26.0597, 0, 0, ''),
|
||
(195561, 57, -1371.25, 7232.4, 32.2753, 0, 0, ''),
|
||
(195561, 58, -1364.15, 7229.9, 33.3859, 0, 0, ''),
|
||
(195561, 59, -1343.81, 7212.79, 32.9274, 0, 0, ''),
|
||
(195561, 60, -1319.79, 7213.12, 33.7959, 0, 0, ''),
|
||
(195561, 61, -1295.41, 7206.19, 41.0481, 0, 0, ''),
|
||
(195561, 62, -1270.32, 7188.29, 55.5195, 0, 0, ''),
|
||
(195561, 63, -1262.26, 7183.66, 57.42, 0, 0, ''),
|
||
(195561, 64, -1246.09, 7175.86, 57.5472, 0, 0, ''),
|
||
(195561, 65, -1223.76, 7174.58, 57.6055, 0, 0, ''),
|
||
(195561, 66, -1223.88, 7164.48, 57.3901, 0, 0, 'Thrall - Talking to Greatmother, part 2'),
|
||
(196040, 1, -1352.53, 6329.69, 43.602, 0, 0, 'Drek\'thar - Start movement at spawn area'),
|
||
(196040, 2, -1379.34, 6356.22, 41.6, 0, 0, ''),
|
||
(196040, 3, -1395.79, 6371.46, 39.5816, 0, 0, ''),
|
||
(196040, 4, -1416.51, 6393.02, 36.9866, 0, 0, ''),
|
||
(196040, 5, -1437.61, 6412.98, 34.7975, 0, 0, ''),
|
||
(196040, 6, -1461.61, 6437.55, 32.0956, 0, 0, ''),
|
||
(196040, 7, -1490.28, 6468.12, 29.0054, 0, 0, ''),
|
||
(196040, 8, -1504.96, 6496.42, 25.397, 0, 0, ''),
|
||
(196040, 9, -1512.75, 6527.01, 22.7019, 0, 0, ''),
|
||
(196040, 10, -1518.42, 6552.89, 21.6259, 0, 0, ''),
|
||
(196040, 11, -1521.66, 6568.33, 20.9697, 0, 0, ''),
|
||
(196040, 12, -1512.94, 6632.65, 22.3968, 0, 0, ''),
|
||
(196040, 13, -1507.2, 6655.35, 24.0721, 0, 0, ''),
|
||
(196040, 14, -1505.01, 6662.61, 24.4583, 0, 0, ''),
|
||
(196040, 15, -1494.34, 6690.55, 24.4576, 0, 0, ''),
|
||
(196040, 16, -1475.06, 6730.89, 24.9234, 0, 0, ''),
|
||
(196040, 17, -1455.29, 6765.83, 27.2572, 0, 0, ''),
|
||
(196040, 18, -1442.16, 6784.63, 28.0893, 0, 0, ''),
|
||
(196040, 19, -1425.53, 6805.52, 27.7948, 0, 0, ''),
|
||
(196040, 20, -1409.62, 6827.37, 27.1318, 0, 0, ''),
|
||
(196040, 21, -1389.32, 6852.16, 29.0792, 0, 0, ''),
|
||
(196040, 22, -1355.03, 6887.56, 30.7188, 0, 0, ''),
|
||
(196040, 23, -1332, 6912.79, 31.8927, 0, 0, ''),
|
||
(196040, 24, -1322.77, 6923.11, 31.9896, 0, 0, 'Drek\'thar - Before the gates of Garadar'),
|
||
(196040, 25, -1302.88, 6958.55, 32.2008, 0, 0, 'Drek\'thar - Walk'),
|
||
(196040, 26, -1300.87, 6966.98, 32.6227, 0, 0, 'Drek\'thar - Dismount'),
|
||
(196041, 1, -1299.38, 6969.56, 32.7777, 0, 0, 'Drek\'thar - Start movement through Garadar'),
|
||
(196041, 2, -1297.69, 6974.45, 32.5056, 0, 0, ''),
|
||
(196041, 3, -1292.62, 6980.15, 32.6089, 0, 0, ''),
|
||
(196041, 4, -1288.64, 6984.1, 32.856, 0, 0, ''),
|
||
(196041, 5, -1289.82, 6987.57, 32.6488, 0, 0, ''),
|
||
(196041, 6, -1292.82, 6991.64, 32.6316, 0, 0, ''),
|
||
(196041, 7, -1299.46, 6997.27, 32.3705, 0, 0, ''),
|
||
(196041, 8, -1305.72, 7004.62, 32.5048, 0, 0, ''),
|
||
(196041, 9, -1317.58, 7016.18, 33.5364, 0, 0, ''),
|
||
(196041, 10, -1319.51, 7018.29, 33.6684, 0, 0, ''),
|
||
(196041, 11, -1324.29, 7021.54, 33.9436, 0, 0, ''),
|
||
(196041, 12, -1330.86, 7025.66, 33.8957, 0, 0, ''),
|
||
(196041, 13, -1343.05, 7027.85, 33.5931, 0, 0, ''),
|
||
(196041, 14, -1354.73, 7033.68, 33.7768, 0, 0, ''),
|
||
(196041, 15, -1367.06, 7040.77, 34.1389, 0, 0, ''),
|
||
(196041, 16, -1378.02, 7051.01, 34.5698, 0, 0, ''),
|
||
(196041, 17, -1388.98, 7063.22, 34.519, 0, 0, ''),
|
||
(196041, 18, -1398.75, 7089.98, 33.5226, 0, 0, ''),
|
||
(196041, 19, -1399.98, 7095.38, 33.3099, 0, 0, ''),
|
||
(196041, 20, -1403.02, 7114.42, 33.5322, 0, 0, ''),
|
||
(196041, 21, -1402.2, 7127.85, 33.5635, 0, 0, ''),
|
||
(196041, 22, -1387.11, 7138.03, 34.093, 0, 0, ''),
|
||
(196041, 23, -1373.57, 7158.03, 34.3697, 0, 0, ''),
|
||
(196041, 24, -1364.84, 7166.03, 33.9139, 0, 0, ''),
|
||
(196041, 25, -1364.16, 7167.94, 33.8471, 0, 0, ''),
|
||
(196041, 26, -1349.34, 7199.35, 33.864, 0, 0, 'Drek\'thar - Stop at the bonfire'),
|
||
(196041, 27, -1348.17, 7212.1, 32.8085, 0, 0, ''),
|
||
(196041, 28, -1360.01, 7228.35, 33.1109, 0, 0, ''),
|
||
(196041, 29, -1387.2, 7234.72, 27.2942, 0, 0, ''),
|
||
(196041, 30, -1406.16, 7259.29, 26.4047, 0, 0, ''),
|
||
(196041, 31, -1413.27, 7262.43, 26.4289, 0, 0, ''),
|
||
(196041, 32, -1418.2, 7265.35, 25.6616, 0, 0, 'Drek\'thar - Stop at the blue circle'),
|
||
(196470, 1, -1422.79, 7280.64, 25.6881, 0, 0, ''),
|
||
(196470, 2, -1422.97, 7278.72, 25.6325, 0, 0, ''),
|
||
(220060, 1, -3225.12, 246.817, 195.679, 0, 0, ''),
|
||
(220060, 2, -3240.03, 255.9, 201.579, 0, 0, ''),
|
||
(220060, 3, -3257.98, 269.678, 201.579, 0, 0, ''),
|
||
(220060, 4, -3274.72, 279.532, 201.579, 0, 0, ''),
|
||
(220060, 5, -3285.86, 310.516, 201.579, 0, 0, ''),
|
||
(220060, 6, -3275.1, 325.252, 201.579, 0, 0, ''),
|
||
(220060, 7, -3254.87, 341.812, 201.579, 0, 0, ''),
|
||
(220060, 8, -3227.61, 331.076, 201.579, 0, 0, ''),
|
||
(220060, 9, -3218.13, 316.963, 201.579, 0, 0, ''),
|
||
(220060, 10, -3217.59, 298.951, 201.579, 0, 0, ''),
|
||
(220060, 11, -3217.09, 283.996, 201.579, 0, 0, ''),
|
||
(220060, 12, -3207.64, 260.908, 203.19, 0, 0, ''),
|
||
(220060, 13, -3212.76, 247.542, 203.19, 0, 0, ''),
|
||
(220060, 14, -3220.4, 239.538, 203.19, 0, 0, ''),
|
||
(220060, 15, -3252.73, 239.407, 172.163, 0, 0, ''),
|
||
(220060, 16, -3266.67, 280.529, 161.968, 0, 0, ''),
|
||
(220060, 17, -3237.02, 300.281, 161.968, 0, 0, ''),
|
||
(220060, 18, -3205.82, 285.144, 183.413, 0, 0, ''),
|
||
(220060, 19, -3205.76, 262.642, 184.707, 0, 0, ''),
|
||
(220060, 20, -3213.83, 246.444, 194.429, 0, 0, ''),
|
||
(231880, 1, -4234.26, 316.795, 194.57, 0, 0, 'Dragonmaw Transporter'),
|
||
(231880, 2, -4278.78, 291.936, 162.61, 0, 0, 'Dragonmaw Transporter'),
|
||
(231880, 3, -4315.75, 272.573, 162.61, 0, 0, 'Dragonmaw Transporter'),
|
||
(231880, 4, -4332.82, 267.537, 162.61, 0, 0, 'Dragonmaw Transporter'),
|
||
(231880, 5, -4354.23, 260.879, 162.61, 0, 0, 'Dragonmaw Transporter'),
|
||
(231880, 6, -4391.55, 249.502, 162.61, 0, 0, 'Dragonmaw Transporter'),
|
||
(231880, 7, -4429.06, 238.452, 162.61, 0, 0, 'Dragonmaw Transporter'),
|
||
(231880, 8, -4470.01, 227.234, 162.61, 0, 0, 'Dragonmaw Transporter'),
|
||
(231880, 9, -4489.76, 222.955, 162.61, 0, 0, 'Dragonmaw Transporter'),
|
||
(231880, 10, -4502.43, 220.609, 162.61, 0, 0, 'Dragonmaw Transporter'),
|
||
(231880, 11, -4528.82, 218.528, 162.61, 0, 0, 'Dragonmaw Transporter'),
|
||
(231880, 12, -4546.15, 218.674, 162.61, 0, 0, 'Dragonmaw Transporter'),
|
||
(231880, 13, -4595.7, 217.521, 162.61, 0, 0, 'Dragonmaw Transporter'),
|
||
(231880, 14, -4641.98, 205.279, 147.027, 0, 0, 'Dragonmaw Transporter'),
|
||
(231880, 15, -4662.01, 198.395, 118.693, 0, 0, 'Dragonmaw Transporter'),
|
||
(231880, 16, -4686.04, 195.772, 92.6098, 0, 0, 'Dragonmaw Transporter'),
|
||
(231880, 17, -4720.74, 183.989, 92.332, 0, 0, 'Dragonmaw Transporter'),
|
||
(231880, 18, -4745.65, 173.886, 98.1931, 0, 0, 'Dragonmaw Transporter'),
|
||
(231880, 19, -4756.26, 154.736, 105.749, 0, 0, 'Dragonmaw Transporter'),
|
||
(231880, 20, -4761.06, 143.517, 108.388, 0, 0, 'Dragonmaw Transporter'),
|
||
(231880, 21, -4787.25, 129.836, 110.61, 0, 0, 'Dragonmaw Transporter'),
|
||
(231880, 22, -4815.38, 124.492, 109.638, 0, 0, 'Dragonmaw Transporter'),
|
||
(231880, 23, -4841.1, 99.1358, 116.165, 0, 0, 'Dragonmaw Transporter'),
|
||
(231880, 24, -4876.22, 68.2089, 99.1654, 0, 0, 'Dragonmaw Transporter'),
|
||
(231880, 25, -4887.11, 56.8002, 92.7487, 0, 0, 'Dragonmaw Transporter'),
|
||
(231880, 26, -4921.73, 36.1183, 73.9431, 0, 0, 'Dragonmaw Transporter'),
|
||
(231880, 27, -4924.74, 36.2035, 61.8709, 0, 0, 'Dragonmaw Transporter'),
|
||
(231881, 1, -4235.77, 310.681, 195.917, 0, 0, 'Dragonmaw Transporter'),
|
||
(231881, 2, -4266.87, 305.299, 170.055, 0, 0, 'Dragonmaw Transporter'),
|
||
(231881, 3, -4289.38, 299.287, 169.055, 0, 0, 'Dragonmaw Transporter'),
|
||
(231881, 4, -4313.46, 296.845, 169.055, 0, 0, 'Dragonmaw Transporter'),
|
||
(231881, 5, -4334.99, 295.791, 169.055, 0, 0, 'Dragonmaw Transporter'),
|
||
(231881, 6, -4355.52, 290.174, 169.055, 0, 0, 'Dragonmaw Transporter'),
|
||
(231881, 7, -4382.98, 278.409, 169.055, 0, 0, 'Dragonmaw Transporter'),
|
||
(231881, 8, -4419.24, 271.804, 169.055, 0, 0, 'Dragonmaw Transporter'),
|
||
(231881, 9, -4448.44, 268.789, 169.055, 0, 0, 'Dragonmaw Transporter'),
|
||
(231881, 10, -4463.97, 265.972, 169.055, 0, 0, 'Dragonmaw Transporter'),
|
||
(231881, 11, -4486.52, 265.136, 165.5, 0, 0, 'Dragonmaw Transporter'),
|
||
(231881, 12, -4515.32, 266.466, 154.333, 0, 0, 'Dragonmaw Transporter'),
|
||
(231881, 13, -4538.15, 266.996, 143.778, 0, 0, 'Dragonmaw Transporter'),
|
||
(231881, 14, -4565.51, 267.007, 134.75, 0, 0, 'Dragonmaw Transporter'),
|
||
(231881, 15, -4574.72, 266.7, 130.5, 0, 0, 'Dragonmaw Transporter'),
|
||
(231881, 16, -4585.34, 265.858, 125.222, 0, 0, 'Dragonmaw Transporter'),
|
||
(231881, 17, -4610.45, 266.806, 114.028, 0, 0, 'Dragonmaw Transporter'),
|
||
(231881, 18, -4648.12, 265.025, 89.4165, 0, 0, 'Dragonmaw Transporter'),
|
||
(231881, 19, -4680, 264.35, 80.0277, 0, 0, 'Dragonmaw Transporter'),
|
||
(231881, 20, -4726.6, 265.651, 91.1109, 0, 0, 'Dragonmaw Transporter'),
|
||
(231881, 21, -4757.61, 263.964, 96.6109, 0, 0, 'Dragonmaw Transporter'),
|
||
(231881, 22, -4790.49, 252.621, 107.722, 0, 0, 'Dragonmaw Transporter'),
|
||
(231881, 23, -4830.46, 243.524, 113.611, 0, 0, 'Dragonmaw Transporter'),
|
||
(231881, 24, -4850.95, 232.361, 114.611, 0, 0, 'Dragonmaw Transporter'),
|
||
(231881, 25, -4865.54, 204.393, 115.916, 0, 0, 'Dragonmaw Transporter'),
|
||
(231881, 26, -4867.52, 184.822, 112.528, 0, 0, 'Dragonmaw Transporter'),
|
||
(231881, 27, -4869.98, 147.345, 96.9999, 0, 0, 'Dragonmaw Transporter'),
|
||
(231881, 28, -4875.78, 115.537, 89.6943, 0, 0, 'Dragonmaw Transporter'),
|
||
(231881, 29, -4900.51, 79.4728, 79.2222, 0, 0, 'Dragonmaw Transporter'),
|
||
(231881, 30, -4920.87, 41.165, 69.3054, 0, 0, 'Dragonmaw Transporter'),
|
||
(231881, 31, -4924.74, 36.2035, 61.8709, 0, 0, 'Dragonmaw Transporter'),
|
||
(231882, 1, -4235.19, 312.622, 195.611, 0, 0, 'Dragonmaw Transporter'),
|
||
(231882, 2, -4234.27, 312.215, 195.611, 0, 0, 'Dragonmaw Transporter'),
|
||
(231882, 3, -4293.57, 245.176, 179.363, 0, 0, 'Dragonmaw Transporter'),
|
||
(231882, 4, -4305.51, 238.408, 179.363, 0, 0, 'Dragonmaw Transporter'),
|
||
(231882, 5, -4329.84, 217.803, 179.363, 0, 0, 'Dragonmaw Transporter'),
|
||
(231882, 6, -4362.73, 186.08, 186.419, 0, 0, 'Dragonmaw Transporter'),
|
||
(231882, 7, -4434.85, 123.756, 230.391, 0, 0, 'Dragonmaw Transporter'),
|
||
(231882, 8, -4459.07, 85.189, 233.919, 0, 0, 'Dragonmaw Transporter'),
|
||
(231882, 9, -4482.53, 56.3567, 232.502, 0, 0, 'Dragonmaw Transporter'),
|
||
(231882, 10, -4493.03, 34.6452, 235.169, 0, 0, 'Dragonmaw Transporter'),
|
||
(231882, 11, -4503.29, 2.77235, 232.586, 0, 0, 'Dragonmaw Transporter'),
|
||
(231882, 12, -4536.87, -16.3031, 224.752, 0, 0, 'Dragonmaw Transporter'),
|
||
(231882, 13, -4579.44, -18.3888, 223.53, 0, 0, 'Dragonmaw Transporter'),
|
||
(231882, 14, -4611.42, 9.64258, 219.03, 0, 0, 'Dragonmaw Transporter'),
|
||
(231882, 15, -4660.56, 11.2581, 228.752, 0, 0, 'Dragonmaw Transporter'),
|
||
(231882, 16, -4698.88, 14.1585, 227.391, 0, 0, 'Dragonmaw Transporter'),
|
||
(231882, 17, -4734.97, 25.0742, 223.002, 0, 0, 'Dragonmaw Transporter'),
|
||
(231882, 18, -4766.54, 46.6215, 220.836, 0, 0, 'Dragonmaw Transporter'),
|
||
(231882, 19, -4794.97, 67.1205, 197.863, 0, 0, 'Dragonmaw Transporter'),
|
||
(231882, 20, -4815.08, 72.5509, 183.697, 0, 0, 'Dragonmaw Transporter'),
|
||
(231882, 21, -4855.92, 67.1832, 133.669, 0, 0, 'Dragonmaw Transporter'),
|
||
(231882, 22, -4868.51, 61.4753, 116.28, 0, 0, 'Dragonmaw Transporter'),
|
||
(231882, 23, -4890.09, 51.3032, 92.1134, 0, 0, 'Dragonmaw Transporter'),
|
||
(231882, 24, -4922.81, 35.505, 72.919, 0, 0, 'Dragonmaw Transporter'),
|
||
(231882, 25, -4924.74, 36.2035, 61.8709, 0, 0, 'Dragonmaw Transporter'),
|
||
(231883, 1, -4921.12, 38.4024, 62.7985, 0, 0, 'Dragonmaw Transporter'),
|
||
(231883, 2, -4920.27, 38.9278, 62.7985, 0, 0, 'Dragonmaw Transporter'),
|
||
(231883, 3, -4911.52, 44.5066, 65.5401, 0, 0, 'Dragonmaw Transporter'),
|
||
(231883, 4, -4897.99, 49.1299, 69.2345, 0, 0, 'Dragonmaw Transporter'),
|
||
(231883, 5, -4854.7, 71.6674, 69.2345, 0, 0, 'Dragonmaw Transporter'),
|
||
(231883, 6, -4811.55, 91.9589, 69.2345, 0, 0, 'Dragonmaw Transporter'),
|
||
(231883, 7, -4782.64, 107.238, 69.2345, 0, 0, 'Dragonmaw Transporter'),
|
||
(231883, 8, -4749.69, 123.69, 102.457, 0, 0, 'Dragonmaw Transporter'),
|
||
(231883, 9, -4717.38, 120.199, 102.54, 0, 0, 'Dragonmaw Transporter'),
|
||
(231883, 10, -4677.34, 111.825, 122.373, 0, 0, 'Dragonmaw Transporter'),
|
||
(231883, 11, -4642.3, 106.992, 122.623, 0, 0, 'Dragonmaw Transporter'),
|
||
(231883, 12, -4595.69, 101.07, 122.235, 0, 0, 'Dragonmaw Transporter'),
|
||
(231883, 13, -4568.68, 107.791, 122.235, 0, 0, 'Dragonmaw Transporter'),
|
||
(231883, 14, -4532.45, 105.166, 122.235, 0, 0, 'Dragonmaw Transporter'),
|
||
(231883, 15, -4502.5, 109.315, 122.235, 0, 0, 'Dragonmaw Transporter'),
|
||
(231883, 16, -4478.21, 118.649, 122.235, 0, 0, 'Dragonmaw Transporter'),
|
||
(231883, 17, -4437.05, 132.627, 122.235, 0, 0, 'Dragonmaw Transporter'),
|
||
(231883, 18, -4401.48, 131.586, 122.235, 0, 0, 'Dragonmaw Transporter'),
|
||
(231883, 19, -4360.69, 156.955, 122.373, 0, 0, 'Dragonmaw Transporter'),
|
||
(231883, 20, -4324.19, 184.989, 122.957, 0, 0, 'Dragonmaw Transporter'),
|
||
(231883, 21, -4299.08, 216.238, 141.79, 0, 0, 'Dragonmaw Transporter'),
|
||
(231883, 22, -4292.71, 227.452, 179.908, 0, 0, 'Dragonmaw Transporter'),
|
||
(231883, 23, -4281.61, 263.676, 179.908, 0, 0, 'Dragonmaw Transporter'),
|
||
(231883, 24, -4260.6, 294.378, 179.908, 0, 0, 'Dragonmaw Transporter'),
|
||
(231883, 25, -4240.51, 326.898, 154.046, 0, 0, 'Dragonmaw Transporter'),
|
||
(231883, 26, -4240.51, 326.898, 154.046, 0, 0, 'Dragonmaw Transporter'),
|
||
(246390, 1, -86.4514, -3544.37, 7.7166, 0, 0, 'Olga, the Scalawag Wench'),
|
||
(246390, 2, -89.4666, -3539.94, 7.71552, 0, 0, 'Olga, the Scalawag Wench'),
|
||
(246390, 3, -91.8194, -3532.71, 7.7126, 0, 0, 'Olga, the Scalawag Wench'),
|
||
(268140, 1, 4893.09, -4802.88, 32.0295, 0, 0, 'Harrison Jones'),
|
||
(268140, 2, 4881.01, -4795.62, 32.508, 0, 0, 'Harrison Jones'),
|
||
(268140, 3, 4857.75, -4778.79, 32.6265, 0, 0, 'Harrison Jones'),
|
||
(268140, 4, 4837.62, -4774.61, 32.5914, 0, 0, 'Harrison Jones'),
|
||
(268140, 5, 4817.82, -4790.49, 25.4644, 0, 0, 'Harrison Jones'),
|
||
(268140, 6, 4826.31, -4827.56, 25.4895, 0, 0, 'Harrison Jones'),
|
||
(268140, 7, 4826.34, -4841.32, 25.4841, 0, 0, 'Harrison Jones'),
|
||
(268140, 8, 4809.19, -4851.31, 25.5278, 0, 0, 'Harrison Jones'),
|
||
(268140, 9, 4781.12, -4849.69, 25.4412, 0, 0, 'Harrison Jones'),
|
||
(268140, 10, 4761.5, -4853.98, 25.0099, 0, 0, 'Harrison Jones'),
|
||
(268140, 11, 4719.89, -4857.75, 26.1367, 0, 0, 'Harrison Jones'),
|
||
(268140, 12, 4693.85, -4858.84, 32.4999, 0, 0, 'Harrison Jones'),
|
||
(268140, 13, 4680.42, -4861.25, 35.5674, 0, 0, 'Harrison Jones'),
|
||
(268140, 14, 4673.97, -4864.33, 35.5674, 0, 0, 'Harrison Jones'),
|
||
(268140, 15, 4662.38, -4882.54, 35.5876, 0, 0, 'Harrison Jones'),
|
||
(268140, 16, 4658.19, -4895.92, 36.1955, 0, 0, 'Harrison Jones'),
|
||
(268140, 17, 4656.81, -4915.52, 43.7827, 0, 0, 'Harrison Jones'),
|
||
(268140, 18, 4659.83, -4928.78, 47.8299, 0, 0, 'Harrison Jones'),
|
||
(268140, 19, 4664.12, -4942.44, 48.0028, 0, 0, 'Harrison Jones'),
|
||
(268140, 20, 4666.97, -4951.51, 48.1059, 0, 0, 'Harrison Jones'),
|
||
(268140, 21, 4675.69, -4970.23, 47.6443, 0, 0, 'Harrison Jones'),
|
||
(268140, 22, 4681.64, -4973.98, 46.7499, 0, 0, 'Harrison Jones'),
|
||
(268140, 23, 4707.98, -4997.29, 40.704, 0, 0, 'Harrison Jones'),
|
||
(268140, 24, 4712.89, -5002.18, 39.1201, 0, 0, 'Harrison Jones'),
|
||
(268140, 25, 4739.86, -5031.48, 31.1823, 0, 0, 'Harrison Jones'),
|
||
(281920, 1, 5832.37, 479.183, 669.748, 0, 0, 'Flight to Sholazar'),
|
||
(281920, 2, 5829.11, 469.329, 671.336, 0, 0, 'Flight to Sholazar'),
|
||
(281920, 3, 5825.81, 459.344, 672.945, 0, 0, 'Flight to Sholazar'),
|
||
(281920, 4, 5821.83, 447.322, 674.883, 0, 0, 'Flight to Sholazar'),
|
||
(281920, 5, 5817.85, 435.301, 676.821, 0, 0, 'Flight to Sholazar'),
|
||
(281920, 6, 5815.3, 424.044, 678.578, 0, 0, 'Flight to Sholazar'),
|
||
(281921, 1, 5164.84, 4731.21, 24.0861, 0, 0, 'Flight to Sholazar'),
|
||
(281921, 2, 5209.33, 4758.04, 12.4371, 0, 0, 'Flight to Sholazar'),
|
||
(281921, 3, 5410.06, 4891.84, -55.465, 0, 0, 'Flight to Sholazar'),
|
||
(281921, 4, 5502.49, 5019.52, -10.9537, 0, 0, 'Flight to Sholazar'),
|
||
(281921, 5, 5589.58, 5187.88, -23.7946, 0, 0, 'Flight to Sholazar'),
|
||
(281921, 6, 5615.97, 5280.63, -14.5091, 0, 0, 'Flight to Sholazar'),
|
||
(281921, 7, 5646.68, 5424.58, -0.368132, 0, 0, 'Flight to Sholazar'),
|
||
(286650, 1, 5605.44, -3790.63, 362.713, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(286650, 2, 5579.47, -3789.88, 365.829, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(286650, 3, 5552.73, -3794.19, 362.082, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(286650, 4, 5535.41, -3792.92, 362.071, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(286650, 5, 5472.51, -3787.66, 359.862, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(286650, 6, 5464.58, -3784.81, 362.422, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(286650, 7, 5421.3, -3779.27, 361.966, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(286650, 8, 5386.71, -3755.92, 360.458, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(286650, 9, 5365.39, -3750.71, 360.531, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(286650, 10, 5344.12, -3764.44, 373.096, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(286650, 11, 5331.77, -3774.68, 371.341, 0, 0, 'Har\'koa\'s Kitten'),
|
||
(287080, 1, 111.71, -468.929, -2.71837, 0, 0, 'Pusillin path'),
|
||
(287080, 2, 111.557, -485.672, -6.88627, 0, 0, 'Pusillin path'),
|
||
(287080, 3, 111.29, -514.931, -6.91324, 0, 0, 'Pusillin path'),
|
||
(287080, 4, 111.144, -530.976, -11.0799, 0, 0, 'Pusillin path'),
|
||
(287080, 5, 106.029, -539.906, -11.0803, 0, 0, 'Pusillin path'),
|
||
(287080, 6, 92.632, -544.772, -11.1469, 0, 0, 'Pusillin path'),
|
||
(287080, 7, 78.5392, -545.053, -15.2469, 0, 0, 'Pusillin path'),
|
||
(287080, 8, 67.4856, -547.887, -15.2466, 0, 0, 'Pusillin path'),
|
||
(287080, 9, 54.6709, -557.626, -19.4133, 0, 0, 'Pusillin path'),
|
||
(287080, 10, 50.4845, -565.069, -19.4122, 0, 0, 'Pusillin path'),
|
||
(287080, 11, 49.8745, -586.269, -23.5734, 0, 0, 'Pusillin path'),
|
||
(287080, 12, 49.3262, -636.426, -25.1286, 0, 0, 'Pusillin path'),
|
||
(290500, 1, 6404.55, -4486.1, 451.188, 0, 0, 'Har\'koa'),
|
||
(290500, 2, 6395.55, -4486.35, 451.188, 0, 0, 'Har\'koa'),
|
||
(290500, 3, 6391.55, -4486.35, 451.188, 0, 0, 'Har\'koa'),
|
||
(290500, 4, 6390.05, -4486.6, 451.188, 0, 0, 'Har\'koa'),
|
||
(290500, 5, 6388.05, -4486.6, 451.438, 0, 0, 'Har\'koa'),
|
||
(290500, 6, 6367.05, -4487.35, 455.938, 0, 0, 'Har\'koa'),
|
||
(290500, 7, 6364.3, -4487.6, 457.938, 0, 0, 'Har\'koa'),
|
||
(290500, 8, 6348.41, -4488.19, 458.13, 0, 0, 'Har\'koa'),
|
||
(314120, 1, 1923.39, -4126.9, 43.1809, 0, 0, 'Thrall'),
|
||
(314120, 2, 1916.16, -4127.16, 43.1971, 0, 0, 'Thrall'),
|
||
(314310, 1, 1601.68, -4390.09, 10.0248, 0, 0, 'Runthak'),
|
||
(314310, 2, 1607.24, -4397.16, 10.2479, 0, 0, 'Runthak'),
|
||
(327200, 1, 5693.35, 675.142, 645.699, 0, 0, 'Violetta wp1'),
|
||
(327200, 2, 5690.85, 664.07, 646.249, 0, 0, 'Violetta wp1'),
|
||
(327200, 3, 5686.85, 656.542, 646.591, 0, 0, 'Violetta wp1'),
|
||
(327200, 4, 5679.38, 648.799, 646.683, 0, 0, 'Violetta wp1'),
|
||
(327200, 5, 5675.5, 647.632, 647.024, 0, 0, 'Violetta wp1'),
|
||
(327200, 6, 5669.81, 645.479, 647.972, 0, 0, 'Violetta wp1'),
|
||
(327200, 7, 5664.49, 643.885, 647.98, 0, 0, 'Violetta wp1'),
|
||
(327200, 8, 5664.87, 642.047, 647.98, 0, 0, 'Violetta wp1'),
|
||
(327200, 9, 5669.13, 645.573, 647.972, 0, 0, 'Violetta wp1'),
|
||
(327200, 10, 5675.88, 647.378, 647.039, 0, 0, 'Violetta wp1'),
|
||
(327200, 11, 5681.01, 648.969, 646.683, 0, 0, 'Violetta wp1'),
|
||
(327200, 12, 5683.77, 658.982, 646.6, 0, 0, 'Violetta wp1'),
|
||
(327200, 13, 5682.82, 671.366, 647.042, 0, 0, 'Violetta wp1'),
|
||
(327200, 14, 5677.11, 674.489, 649.476, 0, 0, 'Violetta wp1'),
|
||
(327200, 15, 5667.89, 677.909, 652.045, 0, 0, 'Violetta wp1'),
|
||
(327200, 16, 5655.12, 684.333, 651.989, 0, 0, 'Violetta wp1'),
|
||
(327200, 17, 5649.9, 690.498, 651.993, 0, 0, 'Violetta wp1'),
|
||
(327200, 18, 5646.09, 697.507, 651.993, 0, 0, 'Violetta wp1'),
|
||
(327200, 19, 5646.73, 700.25, 651.993, 0, 0, 'Violetta wp1'),
|
||
(327201, 1, 5693.35, 675.142, 645.699, 0, 0, 'Violetta wp2'),
|
||
(327201, 2, 5690.85, 664.07, 646.249, 0, 0, 'Violetta wp2'),
|
||
(327201, 3, 5686.85, 656.542, 646.591, 0, 0, 'Violetta wp2'),
|
||
(327201, 4, 5679.38, 648.799, 646.683, 0, 0, 'Violetta wp2'),
|
||
(327201, 5, 5675.5, 647.632, 647.024, 0, 0, 'Violetta wp2'),
|
||
(327201, 6, 5669.81, 645.479, 647.972, 0, 0, 'Violetta wp2'),
|
||
(327201, 7, 5664.37, 644.708, 647.981, 0, 0, 'Violetta wp2'),
|
||
(327201, 8, 5661, 643.992, 647.982, 0, 0, 'Violetta wp2'),
|
||
(327201, 9, 5669.14, 645.586, 647.942, 0, 0, 'Violetta wp2'),
|
||
(327201, 10, 5675.88, 647.378, 647.039, 0, 0, 'Violetta wp2'),
|
||
(327201, 11, 5681.01, 648.969, 646.683, 0, 0, 'Violetta wp2'),
|
||
(327201, 12, 5683.77, 658.982, 646.6, 0, 0, 'Violetta wp2'),
|
||
(327201, 13, 5682.82, 671.366, 647.042, 0, 0, 'Violetta wp2'),
|
||
(327201, 14, 5677.11, 674.489, 649.476, 0, 0, 'Violetta wp2'),
|
||
(327201, 15, 5667.89, 677.909, 652.045, 0, 0, 'Violetta wp2'),
|
||
(327201, 16, 5655.12, 684.333, 651.989, 0, 0, 'Violetta wp2'),
|
||
(327201, 17, 5649.9, 690.498, 651.993, 0, 0, 'Violetta wp2'),
|
||
(327201, 18, 5646.09, 697.507, 651.993, 0, 0, 'Violetta wp2'),
|
||
(327201, 19, 5646.73, 700.25, 651.993, 0, 0, 'Violetta wp2'),
|
||
(369200, 1, 4606.61, 2.96905, 69.909, 0, 0, 'Volcor'),
|
||
(369200, 2, 4612.49, 14.2943, 69.8441, 0, 0, 'Volcor'),
|
||
(425100, 1, -6225.51, -3941.11, -58.7498, 0, 0, ''),
|
||
(425100, 2, -6236.21, -3935.4, -58.7498, 0, 0, ''),
|
||
(425100, 3, -6247.18, -3931.45, -58.7498, 0, 0, ''),
|
||
(425100, 4, -6258.18, -3927.22, -58.7498, 0, 0, ''),
|
||
(425100, 5, -6269.23, -3923.11, -58.7547, 0, 0, ''),
|
||
(425100, 6, -6279.39, -3918.62, -59.3734, 0, 0, ''),
|
||
(425100, 7, -6282.4, -3913.51, -60.9864, 0, 0, ''),
|
||
(425100, 8, -6281.27, -3907.82, -62.2515, 0, 0, ''),
|
||
(425100, 9, -6275.9, -3905.8, -62.1365, 0, 0, ''),
|
||
(425100, 10, -6263.77, -3905.9, -61.6845, 0, 0, ''),
|
||
(425100, 11, -6253.39, -3906.03, -61.3059, 0, 0, ''),
|
||
(425100, 12, -6239.63, -3906.45, -60.7614, 0, 0, ''),
|
||
(425100, 13, -6225.17, -3906.85, -60.5172, 0, 0, ''),
|
||
(425100, 14, -6210.59, -3906.98, -60.3689, 0, 0, ''),
|
||
(425100, 15, -6199.5, -3906.93, -60.2643, 0, 0, ''),
|
||
(425101, 1, -6191.34, -3907.16, -60.1596, 0, 0, ''),
|
||
(425101, 2, -6182.71, -3907.32, -60.0754, 0, 0, ''),
|
||
(425101, 3, -6173.72, -3907.54, -59.989, 0, 0, ''),
|
||
(425101, 4, -6165.55, -3907.61, -59.9135, 0, 0, ''),
|
||
(425101, 5, -6157.03, -3907.58, -59.8541, 0, 0, ''),
|
||
(425101, 6, -6149.33, -3907.56, -59.869, 0, 0, ''),
|
||
(425101, 7, -6141.87, -3907.27, -59.8809, 0, 0, ''),
|
||
(425101, 8, -6134.19, -3906.66, -59.8966, 0, 0, ''),
|
||
(425101, 9, -6126.41, -3906, -59.9151, 0, 0, ''),
|
||
(425101, 10, -6118.21, -3904.83, -59.9276, 0, 0, ''),
|
||
(425101, 11, -6109.64, -3903.1, -59.9142, 0, 0, ''),
|
||
(425101, 12, -6101.99, -3900.99, -59.8983, 0, 0, ''),
|
||
(425101, 13, -6094.14, -3898.34, -59.9102, 0, 0, ''),
|
||
(425101, 14, -6086.04, -3895.35, -59.9533, 0, 0, ''),
|
||
(425101, 15, -6078.54, -3892.43, -60.0029, 0, 0, ''),
|
||
(425101, 16, -6071.29, -3889.5, -60.0037, 0, 0, ''),
|
||
(425101, 17, -6064.36, -3886.7, -60.0814, 0, 0, ''),
|
||
(425101, 18, -6056.71, -3883.55, -60.0903, 0, 0, ''),
|
||
(425101, 19, -6048.43, -3880.06, -60.0819, 0, 0, ''),
|
||
(425101, 20, -6041.12, -3876.97, -60.2107, 0, 0, ''),
|
||
(425101, 21, -6033.99, -3873.77, -60.2425, 0, 0, ''),
|
||
(425101, 22, -6026.41, -3870.14, -60.3019, 0, 0, ''),
|
||
(425101, 23, -6018.84, -3866.51, -60.3987, 0, 0, ''),
|
||
(425101, 24, -6010.52, -3862.53, -60.463, 0, 0, ''),
|
||
(425101, 25, -6001.92, -3858.92, -60.4977, 0, 0, ''),
|
||
(425101, 26, -5994, -3855.5, -60.537, 0, 0, ''),
|
||
(425101, 27, -5986.28, -3852.17, -60.5544, 0, 0, ''),
|
||
(425101, 28, -5977.79, -3848.58, -60.6569, 0, 0, ''),
|
||
(425101, 29, -5969.48, -3845.51, -60.6788, 0, 0, ''),
|
||
(425101, 30, -5961.47, -3842.31, -60.6862, 0, 0, ''),
|
||
(425101, 31, -5953.81, -3838.1, -60.7637, 0, 0, ''),
|
||
(425101, 32, -5946.88, -3833.78, -60.7016, 0, 0, ''),
|
||
(425101, 33, -5939.37, -3828.83, -60.5285, 0, 0, ''),
|
||
(425101, 34, -5932.05, -3824.73, -60.3301, 0, 0, ''),
|
||
(425101, 35, -5924.41, -3820.69, -60.1505, 0, 0, ''),
|
||
(425101, 36, -5916.7, -3816.31, -59.9721, 0, 0, ''),
|
||
(425101, 37, -5908.94, -3811.77, -59.7802, 0, 0, ''),
|
||
(425101, 38, -5901.17, -3807.78, -59.599, 0, 0, ''),
|
||
(425101, 39, -5892.77, -3803.96, -59.7475, 0, 0, ''),
|
||
(425101, 40, -5884.03, -3800.4, -59.9015, 0, 0, ''),
|
||
(425101, 41, -5875.09, -3797.35, -59.7717, 0, 0, ''),
|
||
(425101, 42, -5866.7, -3794.49, -59.9663, 0, 0, ''),
|
||
(425101, 43, -5857.66, -3791.74, -60.0965, 0, 0, ''),
|
||
(425101, 44, -5848.34, -3789.6, -60.2175, 0, 0, ''),
|
||
(425101, 45, -5838.75, -3788.36, -60.7136, 0, 0, ''),
|
||
(425101, 46, -5829.42, -3788.33, -61.4276, 0, 0, ''),
|
||
(425101, 47, -5819.15, -3788.47, -61.2672, 0, 0, ''),
|
||
(425101, 48, -5808.65, -3788.6, -61.2449, 0, 0, ''),
|
||
(425101, 49, -5799.44, -3788.72, -61.4032, 0, 0, ''),
|
||
(425101, 50, -5790.11, -3788.86, -61.5079, 0, 0, ''),
|
||
(425101, 51, -5780.1, -3789.52, -61.7291, 0, 0, ''),
|
||
(425101, 52, -5770.1, -3790.31, -61.6892, 0, 0, ''),
|
||
(425101, 53, -5760.91, -3791.05, -61.4138, 0, 0, ''),
|
||
(425101, 54, -5751.14, -3791.82, -61.2425, 0, 0, ''),
|
||
(425101, 55, -5741.44, -3793.19, -60.7875, 0, 0, ''),
|
||
(425101, 56, -5731.58, -3795.02, -60.5013, 0, 0, ''),
|
||
(425101, 57, -5722.71, -3797.45, -60.7248, 0, 0, ''),
|
||
(425101, 58, -5714.12, -3801.59, -60.7033, 0, 0, ''),
|
||
(425101, 59, -5705.75, -3807.33, -61.276, 0, 0, ''),
|
||
(425101, 60, -5698.13, -3813.49, -61.5311, 0, 0, ''),
|
||
(425101, 61, -5690.2, -3821.38, -61.8514, 0, 0, ''),
|
||
(425101, 62, -5683.57, -3828.12, -62.058, 0, 0, ''),
|
||
(425101, 63, -5676.96, -3836.11, -62.4184, 0, 0, ''),
|
||
(425101, 64, -5672.08, -3844.19, -62.5536, 0, 0, ''),
|
||
(425101, 65, -5667.64, -3852.92, -62.3648, 0, 0, ''),
|
||
(425101, 66, -5663.64, -3861.98, -62.1911, 0, 0, ''),
|
||
(425101, 67, -5660.23, -3870.42, -62.0313, 0, 0, ''),
|
||
(425101, 68, -5656.72, -3879.57, -61.9076, 0, 0, ''),
|
||
(425101, 69, -5653.92, -3888.84, -61.8135, 0, 0, ''),
|
||
(425101, 70, -5652.15, -3898.59, -61.7162, 0, 0, ''),
|
||
(425101, 71, -5651.03, -3908.67, -61.5772, 0, 0, ''),
|
||
(425101, 72, -5650.91, -3918.93, -61.4799, 0, 0, ''),
|
||
(425101, 73, -5651.61, -3929.06, -61.3575, 0, 0, ''),
|
||
(425101, 74, -5652.3, -3939.18, -61.2442, 0, 0, ''),
|
||
(425101, 75, -5652.61, -3949.91, -61.1983, 0, 0, ''),
|
||
(425101, 76, -5652.73, -3960.29, -61.1905, 0, 0, ''),
|
||
(425101, 77, -5652.62, -3969.86, -61.1821, 0, 0, ''),
|
||
(425101, 78, -5652.49, -3980, -61.1733, 0, 0, ''),
|
||
(425101, 79, -5652.18, -3989.45, -61.1665, 0, 0, ''),
|
||
(425101, 80, -5651.97, -3999, -61.1476, 0, 0, ''),
|
||
(425101, 81, -5652.08, -4007.87, -61.1334, 0, 0, ''),
|
||
(425101, 82, -5652.02, -4017.67, -61.138, 0, 0, ''),
|
||
(425101, 83, -5651.95, -4027.7, -61.1301, 0, 0, ''),
|
||
(425101, 84, -5651.95, -4037.85, -61.1205, 0, 0, ''),
|
||
(425101, 85, -5652.04, -4048.35, -61.1178, 0, 0, ''),
|
||
(425101, 86, -5652.13, -4058.26, -61.198, 0, 0, ''),
|
||
(425101, 87, -5652.52, -4068.28, -61.2569, 0, 0, ''),
|
||
(425101, 88, -5652.11, -4077.77, -61.325, 0, 0, ''),
|
||
(425101, 89, -5651.96, -4088.15, -61.4121, 0, 0, ''),
|
||
(425101, 90, -5652.17, -4098.18, -61.4581, 0, 0, ''),
|
||
(425101, 91, -5654.03, -4107.79, -61.4934, 0, 0, ''),
|
||
(425101, 92, -5657.23, -4117.03, -61.52, 0, 0, ''),
|
||
(425101, 93, -5661.96, -4126.92, -61.5754, 0, 0, ''),
|
||
(425101, 94, -5667.81, -4136.45, -61.6158, 0, 0, ''),
|
||
(425101, 95, -5674.38, -4145.07, -61.4887, 0, 0, ''),
|
||
(425101, 96, -5681.9, -4152.55, -61.1095, 0, 0, ''),
|
||
(425101, 97, -5689.64, -4159.46, -60.7022, 0, 0, ''),
|
||
(425101, 98, -5697.77, -4165.15, -60.3832, 0, 0, ''),
|
||
(425101, 99, -5707.17, -4170.99, -60.7134, 0, 0, ''),
|
||
(425101, 100, -5717.18, -4175.44, -60.9908, 0, 0, ''),
|
||
(425101, 101, -5727.36, -4179.17, -61.2624, 0, 0, ''),
|
||
(425101, 102, -5738.05, -4182.49, -61.3718, 0, 0, ''),
|
||
(425101, 103, -5749.12, -4185.79, -61.4358, 0, 0, ''),
|
||
(425101, 104, -5760.01, -4188.84, -61.4949, 0, 0, ''),
|
||
(425101, 105, -5771, -4191.55, -61.5739, 0, 0, ''),
|
||
(425101, 106, -5782.2, -4193.87, -61.4574, 0, 0, ''),
|
||
(425101, 107, -5793.75, -4195.5, -61.2659, 0, 0, ''),
|
||
(425101, 108, -5804.87, -4196.79, -61.4307, 0, 0, ''),
|
||
(425101, 109, -5816.49, -4197.87, -61.7136, 0, 0, ''),
|
||
(425101, 110, -5827.89, -4198.71, -61.9537, 0, 0, ''),
|
||
(425101, 111, -5838.83, -4199.43, -62.2257, 0, 0, ''),
|
||
(425101, 112, -5860.84, -4200.84, -62.6325, 0, 0, ''),
|
||
(425101, 113, -5871.57, -4201.42, -62.6989, 0, 0, ''),
|
||
(425101, 114, -5882.64, -4202.02, -62.7864, 0, 0, ''),
|
||
(425101, 115, -5892.89, -4202.57, -62.8554, 0, 0, ''),
|
||
(425101, 116, -5904.42, -4203.16, -62.9321, 0, 0, ''),
|
||
(425101, 117, -5915.38, -4203.5, -62.8121, 0, 0, ''),
|
||
(425101, 118, -5925.06, -4203.69, -62.6909, 0, 0, ''),
|
||
(425101, 119, -5935.91, -4203.8, -62.5702, 0, 0, ''),
|
||
(425101, 120, -5946.41, -4203.92, -62.4459, 0, 0, ''),
|
||
(425101, 121, -5956.56, -4203.88, -62.3288, 0, 0, ''),
|
||
(425101, 122, -5967.76, -4203.6, -62.2098, 0, 0, ''),
|
||
(425101, 123, -5978.13, -4203.21, -62.2635, 0, 0, ''),
|
||
(425101, 124, -5988.37, -4202.45, -62.3194, 0, 0, ''),
|
||
(425101, 125, -5999.3, -4201.53, -62.3791, 0, 0, ''),
|
||
(425101, 126, -6009.4, -4200.55, -62.4333, 0, 0, ''),
|
||
(425101, 127, -6019.49, -4199.46, -62.5019, 0, 0, ''),
|
||
(425101, 128, -6030.61, -4198.15, -62.561, 0, 0, ''),
|
||
(425101, 129, -6041.04, -4196.91, -62.6382, 0, 0, ''),
|
||
(425101, 130, -6051.82, -4195.7, -62.6637, 0, 0, ''),
|
||
(425101, 131, -6061.92, -4194.74, -62.4942, 0, 0, ''),
|
||
(425101, 132, -6072.04, -4193.86, -62.2556, 0, 0, ''),
|
||
(425101, 133, -6082.05, -4193.19, -62.0819, 0, 0, ''),
|
||
(425101, 134, -6090.91, -4192.73, -62.0193, 0, 0, ''),
|
||
(425101, 135, -6101.39, -4192.19, -62.2437, 0, 0, ''),
|
||
(425101, 136, -6111.76, -4191.65, -62.4711, 0, 0, ''),
|
||
(425101, 137, -6121.08, -4191.3, -62.6608, 0, 0, ''),
|
||
(425101, 138, -6132.16, -4191.27, -62.4196, 0, 0, ''),
|
||
(425101, 139, -6142.66, -4191.63, -62.1792, 0, 0, ''),
|
||
(425101, 140, -6152.66, -4192.38, -61.9736, 0, 0, ''),
|
||
(425101, 141, -6163.01, -4193.25, -61.7382, 0, 0, ''),
|
||
(425101, 142, -6173, -4194.25, -61.7186, 0, 0, ''),
|
||
(425101, 143, -6183.19, -4195.51, -61.6798, 0, 0, ''),
|
||
(425101, 144, -6194.04, -4197.1, -61.656, 0, 0, ''),
|
||
(425101, 145, -6204.15, -4198.82, -61.6283, 0, 0, ''),
|
||
(425101, 146, -6214.13, -4200.68, -61.5886, 0, 0, ''),
|
||
(425101, 147, -6224.52, -4203.34, -61.6324, 0, 0, ''),
|
||
(425101, 148, -6234.1, -4205.92, -61.6652, 0, 0, ''),
|
||
(425101, 149, -6244.13, -4208.61, -61.7164, 0, 0, ''),
|
||
(425101, 150, -6254.01, -4210.92, -61.7196, 0, 0, ''),
|
||
(425101, 151, -6263.09, -4212.42, -61.6526, 0, 0, ''),
|
||
(425101, 152, -6272.89, -4213.83, -61.57, 0, 0, ''),
|
||
(425101, 153, -6283.78, -4215.15, -61.4885, 0, 0, ''),
|
||
(425101, 154, -6293.67, -4215.9, -61.4038, 0, 0, ''),
|
||
(425101, 155, -6302.76, -4215.79, -61.3312, 0, 0, ''),
|
||
(425101, 156, -6312.99, -4214.93, -61.7428, 0, 0, ''),
|
||
(425101, 157, -6323.21, -4213.14, -62.2589, 0, 0, ''),
|
||
(425101, 158, -6332.36, -4211.33, -62.8202, 0, 0, ''),
|
||
(425101, 159, -6340.83, -4209.17, -62.4751, 0, 0, ''),
|
||
(425101, 160, -6348.46, -4205.71, -61.8554, 0, 0, ''),
|
||
(425101, 161, -6356.22, -4200.75, -61.2628, 0, 0, ''),
|
||
(425101, 162, -6363.98, -4194.96, -61.3468, 0, 0, ''),
|
||
(425101, 163, -6371.92, -4188.64, -61.855, 0, 0, ''),
|
||
(425101, 164, -6379.53, -4182.48, -62.2341, 0, 0, ''),
|
||
(425101, 165, -6387.53, -4175.85, -62.655, 0, 0, ''),
|
||
(425101, 166, -6394.59, -4168.89, -62.8009, 0, 0, ''),
|
||
(425101, 167, -6400.52, -4161.42, -63.097, 0, 0, ''),
|
||
(425101, 168, -6404.69, -4152.82, -63.3336, 0, 0, ''),
|
||
(425101, 169, -6408.46, -4143.78, -63.5631, 0, 0, ''),
|
||
(425101, 170, -6412.27, -4134.38, -63.8068, 0, 0, ''),
|
||
(425101, 171, -6415.74, -4124.6, -63.6947, 0, 0, ''),
|
||
(425101, 172, -6418.75, -4114.66, -63.841, 0, 0, ''),
|
||
(425101, 173, -6421.09, -4104.91, -63.7418, 0, 0, ''),
|
||
(425101, 174, -6423.35, -4094.54, -63.688, 0, 0, ''),
|
||
(425101, 175, -6425.45, -4084.97, -63.5708, 0, 0, ''),
|
||
(425101, 176, -6426.82, -4075.04, -63.2059, 0, 0, ''),
|
||
(425101, 177, -6427.49, -4064.33, -63.4149, 0, 0, ''),
|
||
(425101, 178, -6427.68, -4054.65, -63.3226, 0, 0, ''),
|
||
(425101, 179, -6427.67, -4044.38, -63.2196, 0, 0, ''),
|
||
(425101, 180, -6427.39, -4034.11, -63.1251, 0, 0, ''),
|
||
(425101, 181, -6427.07, -4024.21, -63.0233, 0, 0, ''),
|
||
(425101, 182, -6426.55, -4015.01, -62.9283, 0, 0, ''),
|
||
(425101, 183, -6425.56, -4004.91, -62.8437, 0, 0, ''),
|
||
(425101, 184, -6424.53, -3995.99, -62.8444, 0, 0, ''),
|
||
(425101, 185, -6423.09, -3986.18, -62.8394, 0, 0, ''),
|
||
(425101, 186, -6421.28, -3975.36, -62.8359, 0, 0, ''),
|
||
(425101, 187, -6418.93, -3966.08, -62.8326, 0, 0, ''),
|
||
(425101, 188, -6416.2, -3956.43, -62.8061, 0, 0, ''),
|
||
(425101, 189, -6412.62, -3946.94, -62.6365, 0, 0, ''),
|
||
(425101, 190, -6407.84, -3937.73, -62.266, 0, 0, ''),
|
||
(425101, 191, -6401.56, -3927.91, -61.9102, 0, 0, ''),
|
||
(425101, 192, -6395.28, -3919.51, -61.6526, 0, 0, ''),
|
||
(425101, 193, -6387.85, -3911.94, -61.6891, 0, 0, ''),
|
||
(425101, 194, -6379.98, -3906.36, -61.8822, 0, 0, ''),
|
||
(425101, 195, -6371.86, -3902.53, -62.0803, 0, 0, ''),
|
||
(425101, 196, -6362.79, -3900.35, -62.2368, 0, 0, ''),
|
||
(425101, 197, -6352.99, -3898.99, -62.3269, 0, 0, ''),
|
||
(425101, 198, -6343.68, -3899.36, -62.4514, 0, 0, ''),
|
||
(425101, 199, -6333.33, -3900.22, -62.5877, 0, 0, ''),
|
||
(425101, 200, -6322.52, -3901.13, -62.8141, 0, 0, ''),
|
||
(425101, 201, -6311.36, -3902.06, -62.9706, 0, 0, ''),
|
||
(425101, 202, -6300.37, -3902.95, -63.1136, 0, 0, ''),
|
||
(425101, 203, -6289.89, -3903.6, -62.7118, 0, 0, ''),
|
||
(425101, 204, -6280.23, -3904.21, -62.3654, 0, 0, ''),
|
||
(425101, 205, -6270.45, -3904.84, -61.9714, 0, 0, ''),
|
||
(425101, 206, -6261.94, -3905.18, -61.6432, 0, 0, ''),
|
||
(425101, 207, -6253.55, -3905.48, -61.3237, 0, 0, ''),
|
||
(425101, 208, -6244.92, -3905.8, -60.9986, 0, 0, ''),
|
||
(425101, 209, -6236.54, -3906.1, -60.6798, 0, 0, ''),
|
||
(425101, 210, -6227.33, -3906.44, -60.5224, 0, 0, ''),
|
||
(425101, 211, -6218.47, -3906.77, -60.4412, 0, 0, ''),
|
||
(425101, 212, -6210.65, -3907.06, -60.3711, 0, 0, ''),
|
||
(425101, 213, -6199.5, -3906.93, -60.2643, 0, 0, ''),
|
||
(425102, 1, -6188.01, -3907.96, -60.1272, 0, 0, ''),
|
||
(425102, 2, -6177.6, -3906.84, -60.0201, 0, 0, ''),
|
||
(425102, 3, -6168.58, -3905.66, -59.9351, 0, 0, ''),
|
||
(425102, 4, -6157.99, -3907.73, -59.853, 0, 0, ''),
|
||
(425102, 5, -6148.83, -3908.73, -59.8512, 0, 0, ''),
|
||
(425102, 6, -6138.93, -3906.71, -59.8883, 0, 0, ''),
|
||
(425102, 7, -6129.07, -3906.8, -59.9096, 0, 0, ''),
|
||
(425102, 8, -6119.94, -3905.93, -59.9228, 0, 0, ''),
|
||
(425200, 1, -6213.07, -3849.85, -58.7497, 0, 0, ''),
|
||
(425200, 2, -6213.32, -3859.06, -58.7497, 0, 0, ''),
|
||
(425200, 3, -6215.83, -3866.94, -58.7497, 0, 0, ''),
|
||
(425200, 4, -6221.18, -3875.85, -58.7497, 0, 0, ''),
|
||
(425200, 5, -6230.55, -3880.74, -58.8272, 0, 0, ''),
|
||
(425200, 6, -6240.48, -3881.41, -59.0274, 0, 0, ''),
|
||
(425200, 7, -6253.07, -3881.06, -59.0491, 0, 0, ''),
|
||
(425200, 8, -6261.79, -3882.39, -59.2914, 0, 0, ''),
|
||
(425200, 9, -6268.24, -3885.55, -60.3912, 0, 0, ''),
|
||
(425200, 10, -6271.64, -3890.09, -61.6989, 0, 0, ''),
|
||
(425200, 11, -6271.71, -3895.41, -62.0288, 0, 0, ''),
|
||
(425200, 12, -6266.81, -3897.27, -61.8543, 0, 0, ''),
|
||
(425200, 13, -6256.8, -3897.43, -61.4237, 0, 0, ''),
|
||
(425200, 14, -6245.13, -3897.58, -61.0156, 0, 0, ''),
|
||
(425200, 15, -6231.72, -3897.77, -60.5649, 0, 0, ''),
|
||
(425200, 16, -6217.37, -3897.85, -60.4397, 0, 0, ''),
|
||
(425200, 17, -6207.68, -3897.86, -60.3485, 0, 0, ''),
|
||
(425200, 18, -6200.45, -3897.66, -60.2832, 0, 0, ''),
|
||
(425201, 1, -6191.13, -3897.99, -60.1547, 0, 0, ''),
|
||
(425201, 2, -6183.44, -3898.16, -60.0868, 0, 0, ''),
|
||
(425201, 3, -6174.8, -3898.45, -60.0056, 0, 0, ''),
|
||
(425201, 4, -6165.49, -3898.95, -59.9097, 0, 0, ''),
|
||
(425201, 5, -6156.97, -3899.07, -59.8555, 0, 0, ''),
|
||
(425201, 6, -6148.45, -3898.89, -59.8717, 0, 0, ''),
|
||
(425201, 7, -6140.53, -3898.68, -59.8844, 0, 0, ''),
|
||
(425201, 8, -6132.61, -3898.29, -59.9057, 0, 0, ''),
|
||
(425201, 9, -6124.03, -3897.38, -59.9139, 0, 0, ''),
|
||
(425201, 10, -6115.28, -3895.98, -59.949, 0, 0, ''),
|
||
(425201, 11, -6106.84, -3893.7, -59.9951, 0, 0, ''),
|
||
(425201, 12, -6098.68, -3891.24, -60.0377, 0, 0, ''),
|
||
(425201, 13, -6090.25, -3888.54, -60.0788, 0, 0, ''),
|
||
(425201, 14, -6081.56, -3885.46, -60.1355, 0, 0, ''),
|
||
(425201, 15, -6072.5, -3882.04, -60.1736, 0, 0, ''),
|
||
(425201, 16, -6064.86, -3879.16, -60.2146, 0, 0, ''),
|
||
(425201, 17, -6056.94, -3876.05, -60.2663, 0, 0, ''),
|
||
(425201, 18, -6049.15, -3872.9, -60.2967, 0, 0, ''),
|
||
(425201, 19, -6041.14, -3869.67, -60.3445, 0, 0, ''),
|
||
(425201, 20, -6032.96, -3866.25, -60.3929, 0, 0, ''),
|
||
(425201, 21, -6024.91, -3862.81, -60.4201, 0, 0, ''),
|
||
(425201, 22, -6017.94, -3859.83, -60.4674, 0, 0, ''),
|
||
(425201, 23, -6010.55, -3856.64, -60.5121, 0, 0, ''),
|
||
(425201, 24, -6002.64, -3853.19, -60.5419, 0, 0, ''),
|
||
(425201, 25, -5994.61, -3849.69, -60.5862, 0, 0, ''),
|
||
(425201, 26, -5986.62, -3846.13, -60.6333, 0, 0, ''),
|
||
(425201, 27, -5978.73, -3842.61, -60.6723, 0, 0, ''),
|
||
(425201, 28, -5970.21, -3838.81, -60.7158, 0, 0, ''),
|
||
(425201, 29, -5961.54, -3834.75, -60.7743, 0, 0, ''),
|
||
(425201, 30, -5953.2, -3828.76, -60.6922, 0, 0, ''),
|
||
(425201, 31, -5944.69, -3822.82, -60.4692, 0, 0, ''),
|
||
(425201, 32, -5936.07, -3817.66, -60.2527, 0, 0, ''),
|
||
(425201, 33, -5926.36, -3812.3, -60.0549, 0, 0, ''),
|
||
(425201, 34, -5917.03, -3807.91, -59.7889, 0, 0, ''),
|
||
(425201, 35, -5906.75, -3802.67, -59.591, 0, 0, ''),
|
||
(425201, 36, -5895.76, -3797.51, -59.7463, 0, 0, ''),
|
||
(425201, 37, -5886.58, -3793.77, -60.0257, 0, 0, ''),
|
||
(425201, 38, -5876.67, -3790.31, -60.1595, 0, 0, ''),
|
||
(425201, 39, -5866.79, -3786.6, -60.2363, 0, 0, ''),
|
||
(425201, 40, -5856.81, -3782.17, -60.7624, 0, 0, ''),
|
||
(425201, 41, -5847.81, -3780.26, -60.9771, 0, 0, ''),
|
||
(425201, 42, -5838.69, -3777.91, -61.0963, 0, 0, ''),
|
||
(425201, 43, -5828.99, -3776.57, -61.1453, 0, 0, ''),
|
||
(425201, 44, -5817.79, -3776.7, -61.2493, 0, 0, ''),
|
||
(425201, 45, -5808.22, -3776.95, -61.3142, 0, 0, ''),
|
||
(425201, 46, -5799.27, -3777.61, -61.4031, 0, 0, ''),
|
||
(425201, 47, -5788.73, -3778.89, -61.4787, 0, 0, ''),
|
||
(425201, 48, -5779.45, -3779.9, -61.5685, 0, 0, ''),
|
||
(425201, 49, -5770.86, -3781.42, -61.6462, 0, 0, ''),
|
||
(425201, 50, -5761.83, -3783.77, -61.7109, 0, 0, ''),
|
||
(425201, 51, -5752.74, -3785.92, -61.4701, 0, 0, ''),
|
||
(425201, 52, -5744.52, -3787.46, -61.3502, 0, 0, ''),
|
||
(425201, 53, -5735.69, -3789.1, -61.0581, 0, 0, ''),
|
||
(425201, 54, -5727.33, -3792.11, -60.9136, 0, 0, ''),
|
||
(425201, 55, -5718.91, -3797.02, -60.6031, 0, 0, ''),
|
||
(425201, 56, -5711.88, -3802.96, -60.9495, 0, 0, ''),
|
||
(425201, 57, -5704.67, -3810.75, -61.4076, 0, 0, ''),
|
||
(425201, 58, -5698.32, -3818.22, -61.6877, 0, 0, ''),
|
||
(425201, 59, -5692.7, -3825.67, -62.0049, 0, 0, ''),
|
||
(425201, 60, -5687.31, -3833.29, -62.2746, 0, 0, ''),
|
||
(425201, 61, -5683.05, -3839.84, -62.4105, 0, 0, ''),
|
||
(425201, 62, -5679.18, -3846.37, -62.5762, 0, 0, ''),
|
||
(425201, 63, -5675.19, -3854.28, -62.3824, 0, 0, ''),
|
||
(425201, 64, -5671.32, -3862.26, -62.2226, 0, 0, ''),
|
||
(425201, 65, -5667.59, -3870.17, -62.0706, 0, 0, ''),
|
||
(425201, 66, -5664.63, -3877.78, -61.9482, 0, 0, ''),
|
||
(425201, 67, -5662.53, -3886.03, -61.839, 0, 0, ''),
|
||
(425201, 68, -5660.7, -3894.46, -61.7547, 0, 0, ''),
|
||
(425201, 69, -5659.71, -3903.38, -61.622, 0, 0, ''),
|
||
(425201, 70, -5659, -3912.57, -61.528, 0, 0, ''),
|
||
(425201, 71, -5657.93, -3921.85, -61.4457, 0, 0, ''),
|
||
(425201, 72, -5656.73, -3930.87, -61.3267, 0, 0, ''),
|
||
(425201, 73, -5655.31, -3940.45, -61.2273, 0, 0, ''),
|
||
(425201, 74, -5653.95, -3949.8, -61.1983, 0, 0, ''),
|
||
(425201, 75, -5652.19, -3959.55, -61.191, 0, 0, ''),
|
||
(425201, 76, -5650.45, -3968.72, -61.1827, 0, 0, ''),
|
||
(425201, 77, -5648.88, -3977.56, -61.1758, 0, 0, ''),
|
||
(425201, 78, -5645.48, -3987.04, -61.1671, 0, 0, ''),
|
||
(425201, 79, -5643.65, -3995.95, -61.1594, 0, 0, ''),
|
||
(425201, 80, -5642.07, -4005.56, -61.1477, 0, 0, ''),
|
||
(425201, 81, -5640.9, -4015.18, -61.1393, 0, 0, ''),
|
||
(425201, 82, -5640.18, -4024.48, -61.1313, 0, 0, ''),
|
||
(425201, 83, -5639.49, -4033.56, -61.1239, 0, 0, ''),
|
||
(425201, 84, -5638.75, -4043.8, -61.1163, 0, 0, ''),
|
||
(425201, 85, -5638.62, -4052.55, -61.1497, 0, 0, ''),
|
||
(425201, 86, -5638.78, -4061.89, -61.2196, 0, 0, ''),
|
||
(425201, 87, -5640.51, -4072.33, -61.2885, 0, 0, ''),
|
||
(425201, 88, -5643.95, -4082.94, -61.3682, 0, 0, ''),
|
||
(425201, 89, -5647.96, -4091.97, -61.4318, 0, 0, ''),
|
||
(425201, 90, -5652.74, -4099.73, -61.4644, 0, 0, ''),
|
||
(425201, 91, -5658.15, -4108.15, -61.5069, 0, 0, ''),
|
||
(425201, 92, -5663.05, -4116.77, -61.547, 0, 0, ''),
|
||
(425201, 93, -5668.11, -4125.02, -61.5868, 0, 0, ''),
|
||
(425201, 94, -5673.62, -4133.69, -61.6279, 0, 0, ''),
|
||
(425201, 95, -5679.39, -4141.17, -61.5546, 0, 0, ''),
|
||
(425201, 96, -5685.81, -4147.76, -61.2686, 0, 0, ''),
|
||
(425201, 97, -5693.73, -4153.52, -60.805, 0, 0, ''),
|
||
(425201, 98, -5702.2, -4158.68, -60.38, 0, 0, ''),
|
||
(425201, 99, -5711.17, -4163.68, -60.5767, 0, 0, ''),
|
||
(425201, 100, -5719.97, -4167.7, -60.7495, 0, 0, ''),
|
||
(425201, 101, -5728.91, -4171.09, -60.9849, 0, 0, ''),
|
||
(425201, 102, -5738.42, -4174.28, -61.3725, 0, 0, ''),
|
||
(425201, 103, -5747.66, -4176.74, -61.4211, 0, 0, ''),
|
||
(425201, 104, -5757.03, -4179.17, -61.4857, 0, 0, ''),
|
||
(425201, 105, -5766.08, -4181.43, -61.5319, 0, 0, ''),
|
||
(425201, 106, -5775.63, -4183.64, -61.523, 0, 0, ''),
|
||
(425201, 107, -5785.16, -4185.34, -61.3824, 0, 0, ''),
|
||
(425201, 108, -5794.63, -4186.67, -61.2606, 0, 0, ''),
|
||
(425201, 109, -5804.93, -4187.97, -61.3876, 0, 0, ''),
|
||
(425201, 110, -5814.68, -4188.93, -61.6206, 0, 0, ''),
|
||
(425201, 111, -5824.68, -4189.75, -61.8774, 0, 0, ''),
|
||
(425201, 112, -5833.86, -4190.43, -62.1073, 0, 0, ''),
|
||
(425201, 113, -5842.48, -4191, -62.3082, 0, 0, ''),
|
||
(425201, 114, -5851.21, -4191.57, -62.5253, 0, 0, ''),
|
||
(425201, 115, -5861.32, -4192.4, -62.6363, 0, 0, ''),
|
||
(425201, 116, -5871.21, -4193.24, -62.6999, 0, 0, ''),
|
||
(425201, 117, -5880.64, -4193.85, -62.7766, 0, 0, ''),
|
||
(425201, 118, -5889.84, -4194.21, -62.8327, 0, 0, ''),
|
||
(425201, 119, -5898.47, -4194.51, -62.8894, 0, 0, ''),
|
||
(425201, 120, -5907.67, -4194.83, -62.8819, 0, 0, ''),
|
||
(425201, 121, -5916.77, -4195.14, -62.7659, 0, 0, ''),
|
||
(425201, 122, -5926.44, -4195.48, -62.6792, 0, 0, ''),
|
||
(425201, 123, -5936.36, -4195.62, -62.5624, 0, 0, ''),
|
||
(425201, 124, -5945.7, -4195.7, -62.4532, 0, 0, ''),
|
||
(425201, 125, -5955.38, -4195.71, -62.3407, 0, 0, ''),
|
||
(425201, 126, -5965.41, -4195.57, -62.2259, 0, 0, ''),
|
||
(425201, 127, -5975.91, -4195.54, -62.2551, 0, 0, ''),
|
||
(425201, 128, -5986.3, -4195.46, -62.3111, 0, 0, ''),
|
||
(425201, 129, -5996.9, -4195.03, -62.3646, 0, 0, ''),
|
||
(425201, 130, -6006.44, -4194.28, -62.4284, 0, 0, ''),
|
||
(425201, 131, -6015.97, -4193.45, -62.4367, 0, 0, ''),
|
||
(425201, 132, -6025.38, -4192.59, -62.5398, 0, 0, ''),
|
||
(425201, 133, -6034.45, -4191.69, -62.5892, 0, 0, ''),
|
||
(425201, 134, -6043.49, -4190.67, -62.6533, 0, 0, ''),
|
||
(425201, 135, -6053.09, -4189.39, -62.6578, 0, 0, ''),
|
||
(425201, 136, -6063.16, -4188.11, -62.4733, 0, 0, ''),
|
||
(425201, 137, -6072.55, -4187.03, -62.2856, 0, 0, ''),
|
||
(425201, 138, -6082.19, -4186.11, -62.0776, 0, 0, ''),
|
||
(425201, 139, -6092.67, -4185.46, -62.051, 0, 0, ''),
|
||
(425201, 140, -6103.04, -4184.89, -62.2653, 0, 0, ''),
|
||
(425201, 141, -6113.42, -4184.63, -62.4858, 0, 0, ''),
|
||
(425201, 142, -6124.15, -4184.92, -62.6071, 0, 0, ''),
|
||
(425201, 143, -6134.52, -4185.2, -62.3842, 0, 0, ''),
|
||
(425201, 144, -6145.36, -4185.69, -62.1294, 0, 0, ''),
|
||
(425201, 145, -6155.71, -4186.58, -61.9095, 0, 0, ''),
|
||
(425201, 146, -6166.17, -4187.48, -61.7304, 0, 0, ''),
|
||
(425201, 147, -6177.33, -4188.44, -61.696, 0, 0, ''),
|
||
(425201, 148, -6185.81, -4189.2, -61.6767, 0, 0, ''),
|
||
(425201, 149, -6195.39, -4190.63, -61.6506, 0, 0, ''),
|
||
(425201, 150, -6205.03, -4192.38, -61.6175, 0, 0, ''),
|
||
(425201, 151, -6214.78, -4194.21, -61.5961, 0, 0, ''),
|
||
(425201, 152, -6224.48, -4196.3, -61.6135, 0, 0, ''),
|
||
(425201, 153, -6233.62, -4198.14, -61.6568, 0, 0, ''),
|
||
(425201, 154, -6242.89, -4199.97, -61.6911, 0, 0, ''),
|
||
(425201, 155, -6252.97, -4201.97, -61.7273, 0, 0, ''),
|
||
(425201, 156, -6262.82, -4203.9, -61.6297, 0, 0, ''),
|
||
(425201, 157, -6273.05, -4205.66, -61.5693, 0, 0, ''),
|
||
(425201, 158, -6282.99, -4206.99, -61.4881, 0, 0, ''),
|
||
(425201, 159, -6294.46, -4208.37, -61.3831, 0, 0, ''),
|
||
(425201, 160, -6304.92, -4209.25, -61.3155, 0, 0, ''),
|
||
(425201, 161, -6316.44, -4210.08, -61.9332, 0, 0, ''),
|
||
(425201, 162, -6328.2, -4210.85, -62.4794, 0, 0, ''),
|
||
(425201, 163, -6338.91, -4211.56, -62.6251, 0, 0, ''),
|
||
(425201, 164, -6348.49, -4210.64, -62.0232, 0, 0, ''),
|
||
(425201, 165, -6356.92, -4207.3, -61.6654, 0, 0, ''),
|
||
(425201, 166, -6364.13, -4202.14, -61.1157, 0, 0, ''),
|
||
(425201, 167, -6371.33, -4196.2, -61.4884, 0, 0, ''),
|
||
(425201, 168, -6378.78, -4189.83, -61.7792, 0, 0, ''),
|
||
(425201, 169, -6385.96, -4183.68, -62.2433, 0, 0, ''),
|
||
(425201, 170, -6393.2, -4176.92, -62.6041, 0, 0, ''),
|
||
(425201, 171, -6399.35, -4170.36, -62.9947, 0, 0, ''),
|
||
(425201, 172, -6404.76, -4162.21, -63.22, 0, 0, ''),
|
||
(425201, 173, -6409.01, -4154.56, -63.3792, 0, 0, ''),
|
||
(425201, 174, -6412.76, -4146.4, -63.5873, 0, 0, ''),
|
||
(425201, 175, -6416.19, -4138.1, -63.8013, 0, 0, ''),
|
||
(425201, 176, -6419.27, -4129.67, -64.0044, 0, 0, ''),
|
||
(425201, 177, -6421.97, -4120.87, -64.0823, 0, 0, ''),
|
||
(425201, 178, -6424.7, -4111.7, -63.9544, 0, 0, ''),
|
||
(425201, 179, -6427.14, -4102.09, -63.8454, 0, 0, ''),
|
||
(425201, 180, -6429.14, -4092.39, -63.739, 0, 0, ''),
|
||
(425201, 181, -6430.8, -4082.72, -63.6193, 0, 0, ''),
|
||
(425201, 182, -6431.55, -4072.96, -63.5013, 0, 0, ''),
|
||
(425201, 183, -6431.81, -4063.41, -63.4091, 0, 0, ''),
|
||
(425201, 184, -6432.07, -4053.72, -63.3199, 0, 0, ''),
|
||
(425201, 185, -6432.12, -4044.15, -63.2197, 0, 0, ''),
|
||
(425201, 186, -6432.02, -4034.24, -63.1279, 0, 0, ''),
|
||
(425201, 187, -6431.8, -4023.63, -63.0207, 0, 0, ''),
|
||
(425201, 188, -6431.49, -4013.71, -62.927, 0, 0, ''),
|
||
(425201, 189, -6431.01, -4004.51, -62.8465, 0, 0, ''),
|
||
(425201, 190, -6429.68, -3994.92, -62.8435, 0, 0, ''),
|
||
(425201, 191, -6428, -3984.32, -62.8388, 0, 0, ''),
|
||
(425201, 192, -6425.7, -3974.44, -62.8355, 0, 0, ''),
|
||
(425201, 193, -6423.12, -3964.14, -62.8313, 0, 0, ''),
|
||
(425201, 194, -6420.24, -3954.9, -62.8263, 0, 0, ''),
|
||
(425201, 195, -6416.66, -3945.65, -62.6458, 0, 0, ''),
|
||
(425201, 196, -6412.34, -3937.4, -62.5412, 0, 0, ''),
|
||
(425201, 197, -6406.42, -3928.75, -62.1537, 0, 0, ''),
|
||
(425201, 198, -6398.58, -3922.15, -61.7519, 0, 0, ''),
|
||
(425201, 199, -6389.51, -3916.89, -61.5696, 0, 0, ''),
|
||
(425201, 200, -6380.43, -3912.63, -61.7523, 0, 0, ''),
|
||
(425201, 201, -6370.58, -3909.01, -61.9721, 0, 0, ''),
|
||
(425201, 202, -6360.86, -3906.08, -62.2233, 0, 0, ''),
|
||
(425201, 203, -6351.73, -3903.65, -62.3375, 0, 0, ''),
|
||
(425201, 204, -6342.71, -3901.26, -62.4708, 0, 0, ''),
|
||
(425201, 205, -6333.07, -3898.94, -62.5955, 0, 0, ''),
|
||
(425201, 206, -6322.43, -3897.58, -62.822, 0, 0, ''),
|
||
(425201, 207, -6312.65, -3897.02, -62.939, 0, 0, ''),
|
||
(425201, 208, -6302.74, -3896.83, -63.0881, 0, 0, ''),
|
||
(425201, 209, -6293.4, -3896.73, -62.8319, 0, 0, ''),
|
||
(425201, 210, -6283.84, -3896.64, -62.4841, 0, 0, ''),
|
||
(425201, 211, -6274.15, -3896.57, -62.109, 0, 0, ''),
|
||
(425201, 212, -6263.76, -3896.5, -61.7205, 0, 0, ''),
|
||
(425201, 213, -6253.84, -3896.48, -61.3577, 0, 0, ''),
|
||
(425201, 214, -6243.23, -3896.49, -60.9442, 0, 0, ''),
|
||
(425201, 215, -6233.32, -3896.47, -60.5944, 0, 0, ''),
|
||
(425201, 216, -6222.59, -3896.66, -60.4868, 0, 0, ''),
|
||
(425201, 217, -6213.38, -3896.88, -60.3687, 0, 0, ''),
|
||
(425201, 218, -6200.45, -3897.66, -60.2832, 0, 0, ''),
|
||
(425202, 1, -6190.65, -3896.22, -60.1529, 0, 0, ''),
|
||
(425202, 2, -6180.66, -3896.07, -60.0595, 0, 0, ''),
|
||
(425202, 3, -6171.55, -3897.96, -59.9696, 0, 0, ''),
|
||
(425202, 4, -6161.52, -3896.79, -59.8741, 0, 0, ''),
|
||
(425202, 5, -6151.06, -3897.01, -59.8661, 0, 0, ''),
|
||
(425202, 6, -6141.54, -3898.68, -59.8809, 0, 0, ''),
|
||
(425202, 7, -6132.44, -3897.03, -59.9045, 0, 0, ''),
|
||
(425202, 8, -6117.72, -3893.62, -59.9211, 0, 0, ''),
|
||
(430620, 1, 39.8513, -677.459, -25.1611, 0, 0, 'Pusillin path'),
|
||
(430620, 2, 11.7509, -698.469, -25.1611, 0, 0, 'Pusillin path'),
|
||
(430620, 3, 4.38368, -694.666, -25.1611, 0, 0, 'Pusillin path'),
|
||
(430620, 4, 4.88613, -671.499, -12.6426, 0, 0, 'Pusillin path'),
|
||
(430620, 5, 8.9517, -667.447, -12.6426, 0, 0, 'Pusillin path'),
|
||
(430620, 6, 13.0878, -672.124, -12.6426, 0, 0, 'Pusillin path'),
|
||
(430620, 7, 16.2925, -701.417, -12.6426, 0, 0, 'Pusillin path'),
|
||
(450700, 1, -6181.54, -3901.89, -60.0522, 0, 0, ''),
|
||
(450700, 2, -6181.91, -3906.66, -60.0592, 0, 0, ''),
|
||
(450700, 3, -6182.58, -3912.22, -59.9758, 0, 0, ''),
|
||
(450700, 4, -6182.4, -3917.94, -58.8287, 0, 0, ''),
|
||
(508800, 1, -3714.99, -4527.66, 25.8339, 0, 0, 'Falgran Hastil - Path 1'),
|
||
(508800, 2, -3712.47, -4533.24, 25.8339, 0, 0, 'Falgran Hastil - Path 1'),
|
||
(508800, 3, -3716.93, -4541.17, 25.8339, 0, 0, 'Falgran Hastil - Path 1'),
|
||
(508800, 4, -3724.09, -4545.34, 25.8339, 0, 0, 'Falgran Hastil - Path 1'),
|
||
(508801, 1, -3716.93, -4541.17, 25.8339, 0, 0, 'Falgran Hastil - Path 2'),
|
||
(508801, 2, -3712.47, -4533.24, 25.8339, 0, 0, 'Falgran Hastil - Path 2'),
|
||
(508801, 3, -3714.99, -4527.66, 25.8339, 0, 0, 'Falgran Hastil - Path 2'),
|
||
(508801, 4, -3718.48, -4522.41, 25.8338, 0, 0, 'Falgran Hastil - Path 2'),
|
||
(965560, 1, 3882.08, 3605.61, 47.2087, 0, 0, 'Darkfallen Bloodbearer'),
|
||
(965560, 2, 3880.68, 3604.95, 46.9814, 0, 0, 'Darkfallen Bloodbearer'),
|
||
(965560, 3, 3873.56, 3605.22, 47.1648, 0, 0, 'Darkfallen Bloodbearer'),
|
||
(965560, 4, 3864.23, 3594.6, 46.8939, 0, 0, 'Darkfallen Bloodbearer'),
|
||
(965560, 5, 3863.22, 3593.01, 46.8025, 0, 0, 'Darkfallen Bloodbearer'),
|
||
(965560, 6, 3857.54, 3589.55, 46.892, 0, 0, 'Darkfallen Bloodbearer'),
|
||
(965560, 7, 3849.74, 3589.31, 47.1981, 0, 0, 'Darkfallen Bloodbearer'),
|
||
(965560, 8, 3841.68, 3593.68, 47.0527, 0, 0, 'Darkfallen Bloodbearer'),
|
||
(965560, 9, 3835.92, 3599.62, 47.2669, 0, 0, 'Darkfallen Bloodbearer'),
|
||
(965560, 10, 3828.86, 3599.79, 47.1408, 0, 0, 'Darkfallen Bloodbearer'),
|
||
(965560, 11, 3821.26, 3598.35, 46.8344, 0, 0, 'Darkfallen Bloodbearer'),
|
||
(965560, 12, 3806.12, 3590.27, 48.67, 0, 0, 'Darkfallen Bloodbearer'),
|
||
(965560, 13, 3801.33, 3586.16, 49.7196, 0, 0, 'Darkfallen Bloodbearer'),
|
||
(1183200, 1, 7828.58, -2246.84, 463.516, 0, 0, 'Keeper Remulos - WP1'),
|
||
(1183200, 2, 7824.64, -2279.03, 459.317, 0, 0, 'Keeper Remulos - WP2'),
|
||
(1183200, 3, 7814.17, -2302.26, 456.223, 0, 0, 'Keeper Remulos - WP3'),
|
||
(1183200, 4, 7787.46, -2320.98, 454.547, 0, 0, 'Keeper Remulos - WP4'),
|
||
(1183200, 5, 7753.75, -2319.08, 454.707, 0, 0, 'Keeper Remulos - WP5'),
|
||
(1183200, 6, 7787.46, -2320.98, 454.547, 0, 0, 'Keeper Remulos - WP6'),
|
||
(1183200, 7, 7814.17, -2302.26, 456.223, 0, 0, 'Keeper Remulos - WP7'),
|
||
(1183200, 8, 7824.64, -2279.03, 459.317, 0, 0, 'Keeper Remulos - WP8'),
|
||
(1183200, 9, 7828.58, -2246.84, 463.516, 0, 0, 'Keeper Remulos - WP9'),
|
||
(1183200, 10, 7848.3, -2216.35, 470.888, 0, 0, 'Keeper Remulos - WP10 (Home)'),
|
||
(1183201, 1, 7940.57, -2577.85, 488.947, 0, 0, 'Keeper Remulos'),
|
||
(1183201, 2, 7949.31, -2569.12, 489.716, 0, 0, 'Keeper Remulos'),
|
||
(1183201, 3, 7976.86, -2552.7, 490.081, 0, 0, 'Keeper Remulos'),
|
||
(1183201, 4, 7962.71, -2411.16, 488.955, 0, 0, 'Keeper Remulos'),
|
||
(1183201, 5, 7953.04, -2357.95, 486.379, 0, 0, 'Keeper Remulos'),
|
||
(1183201, 6, 7942.54, -2320.17, 476.77, 0, 0, 'Keeper Remulos'),
|
||
(1183201, 7, 7933.29, -2314.78, 473.674, 0, 0, 'Keeper Remulos'),
|
||
(1183201, 8, 7908.49, -2309.09, 467.677, 0, 0, 'Keeper Remulos'),
|
||
(1183201, 9, 7866.54, -2312.2, 463.32, 0, 0, 'Keeper Remulos'),
|
||
(1183201, 10, 7817.25, -2306.2, 456, 0, 0, 'Keeper Remulos'),
|
||
(1183201, 11, 7829.66, -2244.87, 463.87, 0, 0, 'Keeper Remulos'),
|
||
(1183201, 12, 7847.07, -2217.57, 470.403, 0, 0, 'Keeper Remulos'),
|
||
(1227700, 1, -1155.15, 2709.41, 111.236, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 2, -1155.15, 2709.41, 111.236, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 3, -1162.79, 2712.46, 111.583, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 4, -1162.75, 2712.4, 111.642, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 5, -1169.5, 2711.4, 112.392, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 6, -1177.48, 2710.26, 112.126, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 7, -1199.98, 2702.51, 111.626, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 8, -1206.39, 2700.13, 111.496, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 9, -1248.92, 2680.27, 111.892, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 10, -1272.49, 2666.55, 111.896, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 11, -1288.82, 2646.1, 111.711, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 12, -1290.41, 2644.39, 111.654, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 13, -1290.41, 2644.39, 111.654, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 14, -1290.41, 2644.39, 111.654, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 15, -1309.87, 2622.18, 111.778, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 16, -1309.91, 2622.19, 111.974, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 17, -1323.9, 2605.01, 111.899, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 18, -1336.77, 2591.2, 111.861, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 19, -1349.32, 2578.49, 111.765, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 20, -1359.6, 2564.02, 111.491, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 21, -1361.85, 2559.52, 110.741, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 22, -1362.35, 2557.77, 109.991, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 23, -1363.1, 2556.27, 109.491, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 24, -1364.6, 2553.52, 108.991, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 25, -1365.35, 2551.77, 108.241, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 26, -1366.1, 2550.02, 107.741, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 27, -1366.48, 2549.69, 107.572, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 28, -1366.73, 2549.19, 107.072, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 29, -1367.23, 2547.19, 106.822, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 30, -1367.73, 2545.19, 106.072, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 31, -1368.48, 2543.44, 105.322, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 32, -1368.98, 2541.44, 104.572, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 33, -1369.48, 2539.44, 103.822, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 34, -1370.23, 2536.69, 103.322, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 35, -1370.98, 2534.69, 102.572, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 36, -1371.23, 2532.94, 102.072, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 37, -1371.73, 2531.19, 101.322, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 38, -1372.23, 2529.19, 100.822, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 39, -1372.98, 2527.19, 100.072, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 40, -1373.73, 2524.44, 99.3219, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 41, -1374.23, 2522.44, 98.5719, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 42, -1374.73, 2520.69, 97.8219, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 43, -1375.48, 2518.69, 97.3219, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 44, -1375.64, 2518.4, 97.0018, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 45, -1375.89, 2517.15, 96.7518, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 46, -1376.39, 2515.15, 96.0018, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 47, -1376.89, 2513.4, 95.2518, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 48, -1378.14, 2509.4, 93.7518, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 49, -1378.39, 2507.65, 93.0018, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 50, -1379.14, 2504.9, 92.5018, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 51, -1379.89, 2501.9, 91.7518, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 52, -1380.39, 2500.15, 91.2518, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 53, -1381.39, 2496.15, 90.5018, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 54, -1381.56, 2495.93, 90.1499, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 55, -1381.81, 2495.43, 90.1499, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 56, -1382.31, 2491.43, 89.6499, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 57, -1385.49, 2471.51, 89.1121, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227700, 58, -1386.62, 2405.71, 89.767, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 1, -1385.37, 2401.21, 90.267, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 2, -1383.62, 2395.46, 90.767, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 3, -1382.12, 2390.71, 91.517, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 4, -1377.25, 2375.14, 91.9162, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 5, -1373.76, 2355.21, 92.0626, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 6, -1366.36, 2323.41, 91.9967, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 7, -1362.62, 2277.27, 91.7929, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 8, -1358.12, 2257.02, 91.5429, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 9, -1354.14, 2239.23, 91.6203, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 10, -1352.89, 2229.73, 92.1203, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 11, -1350.87, 2214.85, 91.6384, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 12, -1351.87, 2210.85, 90.8884, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 13, -1352.12, 2209.85, 90.1384, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 14, -1352.62, 2208.1, 89.1384, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 15, -1352.87, 2207.1, 87.8884, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 16, -1353.12, 2206.1, 86.3884, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 17, -1353.37, 2205.35, 85.3884, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 18, -1353.62, 2204.35, 84.3884, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 19, -1354.12, 2202.35, 83.6384, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 20, -1354.37, 2201.35, 82.8884, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 21, -1354.62, 2200.6, 82.1384, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 22, -1354.87, 2199.6, 81.3884, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 23, -1355.12, 2198.6, 80.6384, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 24, -1355.12, 2197.6, 79.8884, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 25, -1355.62, 2195.6, 78.8884, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 26, -1356.12, 2193.85, 77.8884, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 27, -1356.62, 2191.85, 77.1384, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 28, -1357.62, 2188.85, 76.3884, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 29, -1355.24, 2198.25, 80.4351, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 30, -1355.49, 2197.25, 79.6851, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 31, -1355.99, 2195.5, 78.6851, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 32, -1356.49, 2193.5, 77.6851, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 33, -1356.99, 2191.5, 76.9351, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 34, -1357.74, 2188.75, 76.1851, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 35, -1357.99, 2187.5, 75.6851, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 36, -1358.74, 2185.75, 75.1851, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 37, -1359.24, 2183.75, 74.4351, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 38, -1359.99, 2182, 73.6851, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 39, -1360.49, 2180, 72.9351, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 40, -1361.49, 2177.25, 72.1851, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 41, -1362.24, 2175.25, 71.6851, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 42, -1362.74, 2173.5, 70.9351, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 43, -1363.24, 2171.75, 70.4351, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 44, -1363.74, 2169.75, 69.6851, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 45, -1364.74, 2167, 68.6851, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 46, -1365.49, 2165, 67.6851, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 47, -1365.99, 2163.25, 66.6851, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 48, -1366.74, 2161.25, 65.9351, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 49, -1367.49, 2159.5, 64.6851, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 50, -1367.99, 2157.5, 63.9351, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 51, -1368.99, 2154.75, 63.1851, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 52, -1369.74, 2152.75, 62.4351, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 53, -1370.24, 2151, 61.6851, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 54, -1370.99, 2149, 60.9351, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 55, -1369.16, 2154.36, 62.8863, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 56, -1369.91, 2152.61, 62.6363, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 57, -1370.41, 2150.61, 61.6363, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 58, -1371.16, 2148.86, 61.1363, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 59, -1371.66, 2147.61, 60.6363, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 60, -1374.66, 2142.36, 60.1363, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 61, -1381.41, 2131.61, 60.8863, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 62, -1387.41, 2121.36, 61.3863, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 63, -1391.41, 2114.36, 62.1363, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 64, -1395.16, 2108.36, 62.6363, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 65, -1391.81, 2114.25, 61.7642, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 66, -1395.31, 2108.25, 62.2642, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 67, -1396.31, 2106.5, 62.5142, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 68, -1404.39, 2088.97, 62.0089, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 69, -1405.75, 2087.39, 62.0964, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 70, -1407.25, 2086.89, 62.0964, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 71, -1408.25, 2086.89, 62.3464, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 72, -1410.5, 2086.39, 62.3464, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 73, -1412.5, 2086.39, 62.5964, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 74, -1414, 2085.39, 62.5964, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 75, -1415.5, 2083.39, 62.5964, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 76, -1416.5, 2082.39, 62.5964, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 77, -1417.5, 2079.39, 62.5964, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 78, -1418, 2077.39, 62.5964, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 79, -1420, 2075.14, 62.5964, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 80, -1424.75, 2073.14, 62.3464, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 81, -1418.11, 2077.1, 62.5918, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 82, -1420.36, 2075.35, 62.5918, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 83, -1425.11, 2073.1, 62.3418, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 84, -1425.11, 2075.1, 62.3418, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 85, -1436.86, 2074.35, 62.8418, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 86, -1451.28, 2073.54, 62.71, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 87, -1464.78, 2075.54, 62.96, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 88, -1465.03, 2075.66, 62.8969, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 89, -1473.03, 2077.16, 63.1469, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 90, -1480.03, 2086.41, 62.3969, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 91, -1485.53, 2093.41, 61.8969, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 92, -1485.64, 2093.88, 61.824, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1227701, 93, -1487.89, 2096.38, 61.824, 0, 0, 'Melizza Brimbuzzle'),
|
||
(1724200, 1, -4699.27, -12419.8, 11.7, 0, 0, 'Archaeologist Adamant Ironheart'),
|
||
(1724201, 1, -4693.81, -12423.1, 11.8935, 0, 0, 'Archaeologist Adamant Ironheart'),
|
||
(1787500, 1, -1944.07, -11891.9, 48.6064, 0, 0, 'Hunter of the Hand'),
|
||
(1787500, 2, -1940.07, -11890.9, 47.8564, 0, 0, 'Hunter of the Hand'),
|
||
(1787500, 3, -1934.32, -11889.4, 47.3564, 0, 0, 'Hunter of the Hand'),
|
||
(1787500, 4, -1929.57, -11888.4, 46.6064, 0, 0, 'Hunter of the Hand'),
|
||
(1787500, 5, -1924.82, -11887.1, 46.1064, 0, 0, 'Hunter of the Hand'),
|
||
(1787500, 6, -1920.07, -11885.9, 45.3564, 0, 0, 'Hunter of the Hand'),
|
||
(1787500, 7, -1917.07, -11885.1, 44.6064, 0, 0, 'Hunter of the Hand'),
|
||
(1787500, 8, -1914.32, -11884.4, 44.1064, 0, 0, 'Hunter of the Hand'),
|
||
(1787500, 9, -1910.32, -11883.4, 42.6064, 0, 0, 'Hunter of the Hand'),
|
||
(1815200, 1, 1169.53, 8146.21, 19.4132, 0, 0, 'Baby Murloc'),
|
||
(1815201, 1, 1184.13, 8162.72, 18.7203, 0, 0, 'Baby Murloc'),
|
||
(1815202, 1, 1205.03, 8157.71, 18.4315, 0, 0, 'Baby Murloc'),
|
||
(1815203, 1, 1204.71, 8140.14, 18.7722, 0, 0, 'Baby Murloc'),
|
||
(1827530, 1, -1335.21, 6313.92, 45.5142, 0, 0, 'Kor\'kron Honor Guard - start movement at spawn area'),
|
||
(1827530, 2, -1370.96, 6349.6, 42.4444, 0, 0, ''),
|
||
(1827530, 3, -1388.86, 6366.9, 40.3741, 0, 0, ''),
|
||
(1827530, 4, -1412.88, 6389.24, 37.5789, 0, 0, ''),
|
||
(1827530, 5, -1439.27, 6416.66, 34.7893, 0, 0, ''),
|
||
(1827530, 6, -1461.66, 6438.39, 32.2328, 0, 0, ''),
|
||
(1827530, 7, -1477.93, 6453.51, 30.4757, 0, 0, ''),
|
||
(1827530, 8, -1492.94, 6469.55, 28.9347, 0, 0, ''),
|
||
(1827530, 9, -1506.93, 6498.09, 25.1076, 0, 0, ''),
|
||
(1827530, 10, -1511.49, 6515.69, 23.482, 0, 0, ''),
|
||
(1827530, 11, -1513.08, 6527.15, 22.4819, 0, 0, ''),
|
||
(1827530, 12, -1517.57, 6552.81, 21.6337, 0, 0, ''),
|
||
(1827530, 13, -1520.96, 6580.41, 20.6239, 0, 0, ''),
|
||
(1827530, 14, -1513.67, 6622.25, 21.3794, 0, 0, ''),
|
||
(1827530, 15, -1505.73, 6653.42, 23.8876, 0, 0, ''),
|
||
(1827530, 16, -1503.2, 6662.35, 24.2441, 0, 0, ''),
|
||
(1827530, 17, -1489.22, 6698.05, 24.5517, 0, 0, ''),
|
||
(1827530, 18, -1472.45, 6733.01, 25.155, 0, 0, ''),
|
||
(1827530, 19, -1456.33, 6762.94, 26.8497, 0, 0, ''),
|
||
(1827530, 20, -1447.99, 6777.4, 28.01, 0, 0, ''),
|
||
(1827530, 21, -1430.96, 6801.7, 28.0114, 0, 0, ''),
|
||
(1827530, 22, -1417.35, 6824.06, 27.2499, 0, 0, ''),
|
||
(1827530, 23, -1401.95, 6847.91, 27.6743, 0, 0, ''),
|
||
(1827530, 24, -1374.87, 6866.76, 30.0865, 0, 0, ''),
|
||
(1827530, 25, -1364.21, 6876.67, 30.6103, 0, 0, ''),
|
||
(1827530, 26, -1352.93, 6886.95, 30.9309, 0, 0, ''),
|
||
(1827530, 27, -1322.32, 6914.78, 32.4916, 0, 0, ''),
|
||
(1827530, 28, -1317.95, 6917.53, 32.9089, 0, 0, 'Kor\'kron Honor Guard - before the gates of Garadar'),
|
||
(1827540, 1, -1346.92, 6327.71, 43.987, 0, 0, 'Kor\'kron Honor Guard - start movement at spawn area'),
|
||
(1827540, 2, -1385.75, 6361.83, 40.8401, 0, 0, ''),
|
||
(1827540, 3, -1399.72, 6375.52, 39.0399, 0, 0, ''),
|
||
(1827540, 4, -1414.3, 6390.69, 37.1796, 0, 0, ''),
|
||
(1827540, 5, -1428.22, 6404.8, 36.0057, 0, 0, ''),
|
||
(1827540, 6, -1452.07, 6426.11, 33.0952, 0, 0, ''),
|
||
(1827540, 7, -1464.91, 6440.2, 31.7718, 0, 0, ''),
|
||
(1827540, 8, -1490.51, 6468.81, 28.8412, 0, 0, ''),
|
||
(1827540, 9, -1506.09, 6501.07, 24.8507, 0, 0, ''),
|
||
(1827540, 10, -1512.87, 6529.67, 22.5326, 0, 0, ''),
|
||
(1827540, 11, -1519.98, 6574.27, 21.0504, 0, 0, ''),
|
||
(1827540, 12, -1516.59, 6602.93, 21.3015, 0, 0, ''),
|
||
(1827540, 13, -1507.95, 6655.63, 23.9588, 0, 0, ''),
|
||
(1827540, 14, -1505.95, 6664.89, 24.4943, 0, 0, ''),
|
||
(1827540, 15, -1490.85, 6696.35, 24.3976, 0, 0, ''),
|
||
(1827540, 16, -1467.24, 6747.52, 25.8578, 0, 0, ''),
|
||
(1827540, 17, -1455.33, 6767.13, 27.2101, 0, 0, ''),
|
||
(1827540, 18, -1441.82, 6786.84, 28.3389, 0, 0, ''),
|
||
(1827540, 19, -1428.62, 6802.31, 27.7745, 0, 0, ''),
|
||
(1827540, 20, -1418.5, 6822.2, 27.2854, 0, 0, ''),
|
||
(1827540, 21, -1409.67, 6844.44, 27.4851, 0, 0, ''),
|
||
(1827540, 22, -1392.21, 6855.19, 28.6108, 0, 0, ''),
|
||
(1827540, 23, -1366.37, 6876.59, 30.3794, 0, 0, ''),
|
||
(1827540, 24, -1333.16, 6911.21, 31.6812, 0, 0, ''),
|
||
(1827540, 25, -1331.01, 6913.66, 31.8991, 0, 0, ''),
|
||
(1827540, 26, -1329.03, 6928.55, 32.1665, 0, 0, 'Kor\'kron Honor Guard - before the gates of Garadar'),
|
||
(1827550, 1, -1333.76, 6317.53, 44.7642, 0, 0, 'Kor\'kron Warrior - start movement at spawn area'),
|
||
(1827550, 2, -1363.91, 6343.13, 42.917, 0, 0, ''),
|
||
(1827550, 3, -1370.02, 6348.56, 42.3184, 0, 0, ''),
|
||
(1827550, 4, -1378.52, 6356.66, 41.4787, 0, 0, ''),
|
||
(1827550, 5, -1390.3, 6368.31, 40.2747, 0, 0, ''),
|
||
(1827550, 6, -1399.08, 6376.38, 39.2154, 0, 0, ''),
|
||
(1827550, 7, -1408.19, 6384.93, 38.1225, 0, 0, ''),
|
||
(1827550, 8, -1417.01, 6392.93, 37.1172, 0, 0, ''),
|
||
(1827550, 9, -1420.31, 6396.71, 36.5081, 0, 0, ''),
|
||
(1827550, 10, -1433.71, 6410.69, 35.3755, 0, 0, ''),
|
||
(1827550, 11, -1436.64, 6413.75, 34.5788, 0, 0, ''),
|
||
(1827550, 12, -1450.41, 6427.48, 33.3481, 0, 0, ''),
|
||
(1827550, 13, -1458.15, 6434.96, 32.6637, 0, 0, ''),
|
||
(1827550, 14, -1461.81, 6438.35, 32.017, 0, 0, ''),
|
||
(1827550, 15, -1471.09, 6446.86, 30.9089, 0, 0, ''),
|
||
(1827550, 16, -1484.46, 6459.56, 29.7656, 0, 0, ''),
|
||
(1827550, 17, -1491.49, 6467.95, 28.8459, 0, 0, ''),
|
||
(1827550, 18, -1499.08, 6476.82, 28.1244, 0, 0, ''),
|
||
(1827550, 19, -1502.82, 6487.98, 26.591, 0, 0, ''),
|
||
(1827550, 20, -1507.24, 6498.78, 25.0731, 0, 0, ''),
|
||
(1827550, 21, -1509.25, 6507.41, 24.0393, 0, 0, ''),
|
||
(1827550, 22, -1511.66, 6515.82, 23.0853, 0, 0, ''),
|
||
(1827550, 23, -1513.32, 6527.42, 22.3445, 0, 0, ''),
|
||
(1827550, 24, -1516.32, 6546.91, 21.6097, 0, 0, ''),
|
||
(1827550, 25, -1519.1, 6558.42, 21.1516, 0, 0, ''),
|
||
(1827550, 26, -1521.86, 6569.84, 20.69, 0, 0, ''),
|
||
(1827550, 27, -1521.07, 6580.76, 20.5764, 0, 0, ''),
|
||
(1827550, 28, -1521.41, 6593.63, 20.6136, 0, 0, ''),
|
||
(1827550, 29, -1518.83, 6604.96, 20.9653, 0, 0, ''),
|
||
(1827550, 30, -1515.4, 6616.24, 21.2183, 0, 0, ''),
|
||
(1827550, 31, -1512.26, 6626.47, 22.0251, 0, 0, ''),
|
||
(1827550, 32, -1509.62, 6637.62, 23.0454, 0, 0, ''),
|
||
(1827550, 33, -1508.07, 6643.55, 23.3106, 0, 0, ''),
|
||
(1827550, 34, -1505.01, 6655.95, 24.2037, 0, 0, ''),
|
||
(1827550, 35, -1499.99, 6670.88, 24.7143, 0, 0, ''),
|
||
(1827550, 36, -1495.02, 6683.65, 24.5692, 0, 0, ''),
|
||
(1827550, 37, -1490.67, 6694.65, 24.3192, 0, 0, ''),
|
||
(1827550, 38, -1485.9, 6705.44, 24.3102, 0, 0, ''),
|
||
(1827550, 39, -1480.96, 6716.09, 24.2427, 0, 0, ''),
|
||
(1827550, 40, -1476.01, 6726.78, 24.5875, 0, 0, ''),
|
||
(1827550, 41, -1473.61, 6731, 24.9583, 0, 0, ''),
|
||
(1827550, 42, -1468.32, 6741.46, 25.3899, 0, 0, ''),
|
||
(1827550, 43, -1464.55, 6748.06, 25.9854, 0, 0, ''),
|
||
(1827550, 44, -1458.85, 6758.31, 26.6134, 0, 0, ''),
|
||
(1827550, 45, -1453.86, 6767.14, 27.1245, 0, 0, ''),
|
||
(1827550, 46, -1444.2, 6783.81, 28.1824, 0, 0, ''),
|
||
(1827550, 47, -1437.69, 6794.88, 28.2691, 0, 0, ''),
|
||
(1827550, 48, -1431.5, 6801.29, 27.9012, 0, 0, ''),
|
||
(1827550, 49, -1421.83, 6812.32, 27.4745, 0, 0, ''),
|
||
(1827550, 50, -1417.68, 6823.27, 26.9745, 0, 0, ''),
|
||
(1827550, 51, -1412.78, 6834.06, 26.7866, 0, 0, ''),
|
||
(1827550, 52, -1405.64, 6843.26, 27.1477, 0, 0, ''),
|
||
(1827550, 53, -1399.68, 6850.85, 27.8909, 0, 0, ''),
|
||
(1827550, 54, -1395.24, 6853.68, 28.3816, 0, 0, ''),
|
||
(1827550, 55, -1381.86, 6862.52, 29.2046, 0, 0, ''),
|
||
(1827550, 56, -1375.53, 6867.13, 29.8038, 0, 0, ''),
|
||
(1827550, 57, -1364.12, 6876.72, 30.6363, 0, 0, ''),
|
||
(1827550, 58, -1352.06, 6887.74, 30.6812, 0, 0, ''),
|
||
(1827550, 59, -1344.63, 6896.47, 30.8887, 0, 0, ''),
|
||
(1827550, 60, -1341.48, 6900.03, 31.5356, 0, 0, ''),
|
||
(1827550, 61, -1329.53, 6909.88, 31.8761, 0, 0, ''),
|
||
(1827550, 62, -1320.01, 6914.57, 32.7706, 0, 0, 'Kor\'kron Warrior - before the gates of Garadar'),
|
||
(1827560, 1, -1329.35, 6321.17, 44.8128, 0, 0, 'Kor\'kron Warrior - start movement at spawn area'),
|
||
(1827560, 2, -1361.64, 6336.36, 43.0871, 0, 0, ''),
|
||
(1827560, 3, -1372.82, 6346.11, 42.0144, 0, 0, ''),
|
||
(1827560, 4, -1384.14, 6356.92, 40.8881, 0, 0, ''),
|
||
(1827560, 5, -1388.69, 6361.06, 40.4735, 0, 0, ''),
|
||
(1827560, 6, -1399.95, 6371.86, 39.028, 0, 0, ''),
|
||
(1827560, 7, -1407.79, 6379.15, 38.0183, 0, 0, ''),
|
||
(1827560, 8, -1419.11, 6389.89, 36.6692, 0, 0, ''),
|
||
(1827560, 9, -1423.2, 6394.18, 36.0192, 0, 0, ''),
|
||
(1827560, 10, -1434.26, 6405.52, 35.0453, 0, 0, ''),
|
||
(1827560, 11, -1439.7, 6411.31, 34.2342, 0, 0, ''),
|
||
(1827560, 12, -1447.91, 6419.52, 33.3556, 0, 0, ''),
|
||
(1827560, 13, -1455.81, 6426.94, 32.3861, 0, 0, ''),
|
||
(1827560, 14, -1464.23, 6435.1, 31.6623, 0, 0, ''),
|
||
(1827560, 15, -1474.72, 6445.1, 30.6614, 0, 0, ''),
|
||
(1827560, 16, -1481.8, 6451.78, 29.9213, 0, 0, ''),
|
||
(1827560, 17, -1491.77, 6462.49, 29.1906, 0, 0, ''),
|
||
(1827560, 18, -1501.55, 6473.98, 28.0988, 0, 0, ''),
|
||
(1827560, 19, -1505.85, 6485.06, 26.8376, 0, 0, ''),
|
||
(1827560, 20, -1509.41, 6493.93, 25.1576, 0, 0, ''),
|
||
(1827560, 21, -1511.95, 6502.63, 23.958, 0, 0, ''),
|
||
(1827560, 22, -1516.03, 6518.24, 22.9527, 0, 0, ''),
|
||
(1827560, 23, -1517.37, 6533.15, 22.1332, 0, 0, ''),
|
||
(1827560, 24, -1519.74, 6544.64, 21.3243, 0, 0, ''),
|
||
(1827560, 25, -1521.56, 6553.42, 21.1659, 0, 0, ''),
|
||
(1827560, 26, -1525.3, 6567.62, 20.69, 0, 0, ''),
|
||
(1827560, 27, -1525.08, 6580.3, 20.44, 0, 0, ''),
|
||
(1827560, 28, -1525.25, 6592.18, 20.4389, 0, 0, ''),
|
||
(1827560, 29, -1522.82, 6593.66, 20.6313, 0, 0, ''),
|
||
(1827560, 30, -1519.5, 6616.02, 21.0576, 0, 0, ''),
|
||
(1827560, 31, -1516.54, 6625.61, 21.7775, 0, 0, ''),
|
||
(1827560, 32, -1513.55, 6637.81, 22.7097, 0, 0, ''),
|
||
(1827560, 33, -1512.12, 6643.13, 23.0477, 0, 0, ''),
|
||
(1827560, 34, -1509.59, 6653.51, 23.8174, 0, 0, ''),
|
||
(1827560, 35, -1505.08, 6667.46, 24.4168, 0, 0, ''),
|
||
(1827560, 36, -1499.12, 6683.76, 24.4442, 0, 0, ''),
|
||
(1827560, 37, -1494.77, 6694.77, 24.2544, 0, 0, ''),
|
||
(1827560, 38, -1489.98, 6705.79, 24.6385, 0, 0, ''),
|
||
(1827560, 39, -1485.05, 6716.44, 24.324, 0, 0, ''),
|
||
(1827560, 40, -1480.09, 6727.13, 24.5125, 0, 0, ''),
|
||
(1827560, 41, -1476.94, 6733.17, 24.8285, 0, 0, ''),
|
||
(1827560, 42, -1472.81, 6741.39, 25.3093, 0, 0, ''),
|
||
(1827560, 43, -1466.33, 6753.2, 26.5233, 0, 0, ''),
|
||
(1827560, 44, -1463.65, 6757.48, 26.7638, 0, 0, ''),
|
||
(1827560, 45, -1456.65, 6770.11, 27.4998, 0, 0, ''),
|
||
(1827560, 46, -1451.99, 6777.81, 28.0887, 0, 0, ''),
|
||
(1827560, 47, -1441.73, 6795.63, 28.4637, 0, 0, ''),
|
||
(1827560, 48, -1436.47, 6801.09, 28.1938, 0, 0, ''),
|
||
(1827560, 49, -1427.71, 6811.35, 27.8099, 0, 0, ''),
|
||
(1827560, 50, -1421.77, 6823.58, 27.1493, 0, 0, ''),
|
||
(1827560, 51, -1416.88, 6834.37, 26.9118, 0, 0, ''),
|
||
(1827560, 52, -1409.53, 6844.57, 27.1372, 0, 0, ''),
|
||
(1827560, 53, -1402.18, 6853.8, 27.7806, 0, 0, ''),
|
||
(1827560, 54, -1392.78, 6860.6, 28.954, 0, 0, ''),
|
||
(1827560, 55, -1385.38, 6864.94, 29.1711, 0, 0, ''),
|
||
(1827560, 56, -1373.84, 6873.02, 29.7064, 0, 0, ''),
|
||
(1827560, 57, -1364.65, 6881.43, 30.0562, 0, 0, ''),
|
||
(1827560, 58, -1356.83, 6888.6, 30.6804, 0, 0, ''),
|
||
(1827560, 59, -1348.45, 6897.95, 30.8729, 0, 0, ''),
|
||
(1827560, 60, -1342.01, 6905.35, 31.534, 0, 0, ''),
|
||
(1827560, 61, -1330.48, 6914.28, 31.6961, 0, 0, ''),
|
||
(1827560, 62, -1327.21, 6915.98, 32.0548, 0, 0, ''),
|
||
(1827560, 63, -1319.09, 6921.4, 32.8296, 0, 0, ''),
|
||
(1827560, 64, -1316.29, 6921.04, 32.9875, 0, 0, 'Kor\'kron Warrior - before the gates of Garadar'),
|
||
(1827570, 1, -1325.3, 6324.27, 43.7884, 0, 0, 'Kor\'kron Warrior - start movement at spawn area'),
|
||
(1827570, 2, -1361.91, 6333.86, 42.9147, 0, 0, ''),
|
||
(1827570, 3, -1374.65, 6345.04, 42.2324, 0, 0, ''),
|
||
(1827570, 4, -1380.99, 6351.01, 41.4009, 0, 0, ''),
|
||
(1827570, 5, -1386.78, 6356.61, 40.5062, 0, 0, ''),
|
||
(1827570, 6, -1401.02, 6369.92, 39.2264, 0, 0, ''),
|
||
(1827570, 7, -1405.87, 6374.74, 38.5178, 0, 0, ''),
|
||
(1827570, 8, -1417.92, 6385.98, 37.1386, 0, 0, ''),
|
||
(1827570, 9, -1420.83, 6388.93, 36.3953, 0, 0, ''),
|
||
(1827570, 10, -1432.5, 6400.78, 35.2874, 0, 0, ''),
|
||
(1827570, 11, -1438.21, 6406.57, 34.5702, 0, 0, ''),
|
||
(1827570, 12, -1448.35, 6417.05, 33.4741, 0, 0, ''),
|
||
(1827570, 13, -1458.7, 6427.23, 32.2258, 0, 0, ''),
|
||
(1827570, 14, -1466.38, 6434.67, 31.2396, 0, 0, ''),
|
||
(1827570, 15, -1475.04, 6442.66, 30.7621, 0, 0, ''),
|
||
(1827570, 16, -1482.09, 6449.11, 30.0378, 0, 0, ''),
|
||
(1827570, 17, -1492.05, 6460.01, 29.5945, 0, 0, ''),
|
||
(1827570, 18, -1498.25, 6466.95, 29.0697, 0, 0, ''),
|
||
(1827570, 19, -1505.5, 6479.77, 27.4961, 0, 0, ''),
|
||
(1827570, 20, -1510.31, 6490.88, 25.7138, 0, 0, ''),
|
||
(1827570, 21, -1513.28, 6500.4, 23.8247, 0, 0, ''),
|
||
(1827570, 22, -1517.09, 6514.26, 23.0071, 0, 0, ''),
|
||
(1827570, 23, -1519.04, 6529.05, 22.0738, 0, 0, ''),
|
||
(1827570, 24, -1519.89, 6532.95, 21.642, 0, 0, ''),
|
||
(1827570, 25, -1523.68, 6552.21, 20.649, 0, 0, ''),
|
||
(1827570, 26, -1526.46, 6563.68, 20.6431, 0, 0, ''),
|
||
(1827570, 27, -1527.09, 6576.71, 20.44, 0, 0, ''),
|
||
(1827570, 28, -1527.25, 6588.6, 20.496, 0, 0, ''),
|
||
(1827570, 29, -1522.97, 6593.72, 20.7231, 0, 0, ''),
|
||
(1827570, 30, -1519.17, 6604.85, 21.0372, 0, 0, ''),
|
||
(1827570, 31, -1519.06, 6624, 21.665, 0, 0, ''),
|
||
(1827570, 32, -1517.82, 6626.51, 21.7934, 0, 0, ''),
|
||
(1827570, 33, -1515.17, 6637.85, 22.8116, 0, 0, ''),
|
||
(1827570, 34, -1512.43, 6650.39, 23.7075, 0, 0, ''),
|
||
(1827570, 35, -1508.85, 6662.67, 24.4682, 0, 0, ''),
|
||
(1827570, 36, -1502.34, 6681.21, 24.6262, 0, 0, ''),
|
||
(1827570, 37, -1497.99, 6692.21, 24.5152, 0, 0, ''),
|
||
(1827570, 38, -1493.34, 6703.43, 24.6326, 0, 0, ''),
|
||
(1827570, 39, -1488.41, 6714.08, 24.4432, 0, 0, ''),
|
||
(1827570, 40, -1483.45, 6724.77, 24.3956, 0, 0, ''),
|
||
(1827570, 41, -1479.77, 6731.99, 24.8067, 0, 0, ''),
|
||
(1827570, 42, -1474.44, 6742.43, 25.1943, 0, 0, ''),
|
||
(1827570, 43, -1472.17, 6746.61, 25.7476, 0, 0, ''),
|
||
(1827570, 44, -1467.68, 6754.61, 26.7286, 0, 0, ''),
|
||
(1827570, 45, -1458.2, 6771.54, 27.4872, 0, 0, ''),
|
||
(1827570, 46, -1452.3, 6781.78, 28.6878, 0, 0, ''),
|
||
(1827570, 47, -1446.89, 6790.88, 29.0572, 0, 0, ''),
|
||
(1827570, 48, -1437.4, 6803.47, 28.1359, 0, 0, ''),
|
||
(1827570, 49, -1436.55, 6803.94, 28.2954, 0, 0, ''),
|
||
(1827570, 50, -1427.78, 6816.6, 27.6759, 0, 0, ''),
|
||
(1827570, 51, -1420.21, 6831.98, 27.0995, 0, 0, ''),
|
||
(1827570, 52, -1413.35, 6843.06, 27.2622, 0, 0, ''),
|
||
(1827570, 53, -1406, 6852.3, 27.6003, 0, 0, ''),
|
||
(1827570, 54, -1396.47, 6860.55, 28.8135, 0, 0, ''),
|
||
(1827570, 55, -1391.94, 6862.94, 28.9678, 0, 0, ''),
|
||
(1827570, 56, -1378.51, 6871.8, 29.8481, 0, 0, ''),
|
||
(1827570, 57, -1368.65, 6880.53, 29.8314, 0, 0, ''),
|
||
(1827570, 58, -1363.03, 6885.77, 30.373, 0, 0, ''),
|
||
(1827570, 59, -1355.94, 6892.94, 31.1947, 0, 0, ''),
|
||
(1827570, 60, -1345.19, 6904.81, 31.7437, 0, 0, ''),
|
||
(1827570, 61, -1334.58, 6914.14, 31.6583, 0, 0, ''),
|
||
(1827570, 62, -1322.63, 6911.81, 32.5137, 0, 0, 'Kor\'kron Warrior - before the gates of Garadar'),
|
||
(1827580, 1, -1321.75, 6328.9, 41.6263, 0, 0, 'Kor\'kron Warrior - start movement at spawn area'),
|
||
(1827580, 2, -1363.82, 6335.64, 43.1801, 0, 0, ''),
|
||
(1827580, 3, -1367.53, 6339.69, 42.4947, 0, 0, ''),
|
||
(1827580, 4, -1380.59, 6351.53, 41.4011, 0, 0, ''),
|
||
(1827580, 5, -1384.64, 6355.61, 40.7598, 0, 0, ''),
|
||
(1827580, 6, -1394.61, 6365.19, 39.9352, 0, 0, ''),
|
||
(1827580, 7, -1406.17, 6375.75, 38.3701, 0, 0, ''),
|
||
(1827580, 8, -1413.23, 6382.48, 37.6844, 0, 0, ''),
|
||
(1827580, 9, -1422.3, 6391.2, 36.6082, 0, 0, ''),
|
||
(1827580, 10, -1431.17, 6400.62, 35.3494, 0, 0, ''),
|
||
(1827580, 11, -1437.4, 6406.9, 34.6661, 0, 0, ''),
|
||
(1827580, 12, -1443, 6412.43, 34.034, 0, 0, ''),
|
||
(1827580, 13, -1455.31, 6424.91, 32.8535, 0, 0, ''),
|
||
(1827580, 14, -1464.48, 6433.62, 31.6765, 0, 0, ''),
|
||
(1827580, 15, -1466.62, 6435.91, 31.2764, 0, 0, ''),
|
||
(1827580, 16, -1478.64, 6446.88, 30.3559, 0, 0, ''),
|
||
(1827580, 17, -1484.99, 6453.34, 29.772, 0, 0, ''),
|
||
(1827580, 18, -1496.3, 6465.88, 29.0777, 0, 0, ''),
|
||
(1827580, 19, -1504.33, 6478.23, 27.7221, 0, 0, ''),
|
||
(1827580, 20, -1509.02, 6489.26, 26.0363, 0, 0, ''),
|
||
(1827580, 21, -1512.6, 6499.55, 24.256, 0, 0, ''),
|
||
(1827580, 22, -1513.65, 6503.07, 23.5242, 0, 0, ''),
|
||
(1827580, 23, -1517.4, 6521.19, 22.6656, 0, 0, ''),
|
||
(1827580, 24, -1518.43, 6528.76, 21.9276, 0, 0, ''),
|
||
(1827580, 25, -1522.04, 6548.45, 20.9236, 0, 0, ''),
|
||
(1827580, 26, -1524.81, 6559.92, 20.5904, 0, 0, ''),
|
||
(1827580, 27, -1526.32, 6572.68, 20.5305, 0, 0, ''),
|
||
(1827580, 28, -1526.48, 6584.56, 20.4305, 0, 0, ''),
|
||
(1827580, 29, -1526.42, 6597.86, 20.69, 0, 0, ''),
|
||
(1827580, 30, -1519.96, 6605.21, 21.0099, 0, 0, ''),
|
||
(1827580, 31, -1519.59, 6620.32, 21.0576, 0, 0, ''),
|
||
(1827580, 32, -1517.53, 6626.11, 21.7447, 0, 0, ''),
|
||
(1827580, 33, -1515.49, 6634.92, 22.5574, 0, 0, ''),
|
||
(1827580, 34, -1512.44, 6647.41, 23.4037, 0, 0, ''),
|
||
(1827580, 35, -1509.4, 6658.88, 24.1039, 0, 0, ''),
|
||
(1827580, 36, -1503.16, 6677.19, 24.6174, 0, 0, ''),
|
||
(1827580, 37, -1498.81, 6688.19, 24.4888, 0, 0, ''),
|
||
(1827580, 38, -1494.4, 6699.46, 24.3192, 0, 0, ''),
|
||
(1827580, 39, -1489.46, 6710.11, 24.4178, 0, 0, ''),
|
||
(1827580, 40, -1484.51, 6720.8, 24.3597, 0, 0, ''),
|
||
(1827580, 41, -1480.98, 6728.06, 24.6756, 0, 0, ''),
|
||
(1827580, 42, -1476.51, 6736.51, 25.3096, 0, 0, ''),
|
||
(1827580, 43, -1472.12, 6745.33, 25.6624, 0, 0, ''),
|
||
(1827580, 44, -1466.02, 6756.48, 26.9297, 0, 0, ''),
|
||
(1827580, 45, -1458.72, 6769.36, 27.1441, 0, 0, ''),
|
||
(1827580, 46, -1453.23, 6778.67, 28.3225, 0, 0, ''),
|
||
(1827580, 47, -1450.31, 6783.54, 28.7496, 0, 0, ''),
|
||
(1827580, 48, -1439.5, 6800.01, 28.5634, 0, 0, ''),
|
||
(1827580, 49, -1436.33, 6803.38, 28.2796, 0, 0, ''),
|
||
(1827580, 50, -1427.07, 6816.09, 27.6851, 0, 0, ''),
|
||
(1827580, 51, -1421.5, 6827.61, 27.3265, 0, 0, ''),
|
||
(1827580, 52, -1415.31, 6839.46, 27.1623, 0, 0, ''),
|
||
(1827580, 53, -1407.96, 6848.69, 27.3872, 0, 0, ''),
|
||
(1827580, 54, -1401.46, 6855.69, 28.0879, 0, 0, ''),
|
||
(1827580, 55, -1389.88, 6863.91, 29.1686, 0, 0, ''),
|
||
(1827580, 56, -1382.77, 6867.55, 29.6189, 0, 0, ''),
|
||
(1827580, 57, -1371.15, 6877.27, 29.7313, 0, 0, ''),
|
||
(1827580, 58, -1362.21, 6885.48, 30.2513, 0, 0, ''),
|
||
(1827580, 59, -1355.52, 6892.04, 30.934, 0, 0, ''),
|
||
(1827580, 60, -1351.28, 6896.91, 31.4434, 0, 0, ''),
|
||
(1827580, 61, -1339.37, 6909.6, 31.7974, 0, 0, ''),
|
||
(1827580, 62, -1327.95, 6917.35, 32.1479, 0, 0, ''),
|
||
(1827580, 63, -1314.08, 6923.66, 33.3851, 0, 0, 'Kor\'kron Warrior - before the gates of Garadar'),
|
||
(1827590, 1, -1336.72, 6309.46, 46.2323, 0, 0, 'Kor\'kron Warrior - start movement at spawn area'),
|
||
(1827590, 2, -1356.15, 6332.3, 43.4011, 0, 0, ''),
|
||
(1827590, 3, -1364.42, 6340.5, 42.6986, 0, 0, ''),
|
||
(1827590, 4, -1371.57, 6347.12, 42.2151, 0, 0, ''),
|
||
(1827590, 5, -1380.57, 6356.03, 41.3463, 0, 0, ''),
|
||
(1827590, 6, -1392.04, 6366.9, 40.1548, 0, 0, ''),
|
||
(1827590, 7, -1399.84, 6374.24, 39.0708, 0, 0, ''),
|
||
(1827590, 8, -1409.9, 6383.49, 37.994, 0, 0, ''),
|
||
(1827590, 9, -1418.97, 6392.33, 36.7525, 0, 0, ''),
|
||
(1827590, 10, -1423.06, 6396.65, 36.0518, 0, 0, ''),
|
||
(1827590, 11, -1435.31, 6409.42, 35.1863, 0, 0, ''),
|
||
(1827590, 12, -1438.91, 6412.78, 34.3375, 0, 0, ''),
|
||
(1827590, 13, -1451.97, 6426.07, 33.1385, 0, 0, ''),
|
||
(1827590, 14, -1459.66, 6433.54, 32.4016, 0, 0, ''),
|
||
(1827590, 15, -1468.79, 6442.38, 31.2344, 0, 0, ''),
|
||
(1827590, 16, -1473.12, 6446.19, 30.6206, 0, 0, ''),
|
||
(1827590, 17, -1480.42, 6453.12, 29.8838, 0, 0, ''),
|
||
(1827590, 18, -1490.21, 6463.72, 29.0659, 0, 0, ''),
|
||
(1827590, 19, -1499.84, 6476.37, 28.0887, 0, 0, ''),
|
||
(1827590, 20, -1505.1, 6488.16, 26.3147, 0, 0, ''),
|
||
(1827590, 21, -1508.56, 6497.28, 24.9764, 0, 0, ''),
|
||
(1827590, 22, -1511.2, 6506.82, 23.9871, 0, 0, ''),
|
||
(1827590, 23, -1514.12, 6520.39, 22.9654, 0, 0, ''),
|
||
(1827590, 24, -1514.86, 6527.26, 22.5215, 0, 0, ''),
|
||
(1827590, 25, -1518.36, 6546.62, 21.3807, 0, 0, ''),
|
||
(1827590, 26, -1520.08, 6554.29, 21.2866, 0, 0, ''),
|
||
(1827590, 27, -1523.14, 6570.09, 20.69, 0, 0, ''),
|
||
(1827590, 28, -1522.83, 6579.91, 20.5603, 0, 0, ''),
|
||
(1827590, 29, -1524.18, 6594.42, 20.7082, 0, 0, ''),
|
||
(1827590, 30, -1520.75, 6605.7, 20.9326, 0, 0, ''),
|
||
(1827590, 31, -1517.35, 6616.88, 21.0576, 0, 0, ''),
|
||
(1827590, 32, -1514.48, 6626.12, 21.9044, 0, 0, ''),
|
||
(1827590, 33, -1511.41, 6638.48, 22.9036, 0, 0, ''),
|
||
(1827590, 34, -1510.28, 6642.4, 23.0046, 0, 0, ''),
|
||
(1827590, 35, -1507.21, 6655.43, 23.9882, 0, 0, ''),
|
||
(1827590, 36, -1502.89, 6668.72, 24.7168, 0, 0, ''),
|
||
(1827590, 37, -1496.86, 6684.58, 24.3794, 0, 0, ''),
|
||
(1827590, 38, -1492.65, 6695.74, 24.1942, 0, 0, ''),
|
||
(1827590, 39, -1487.72, 6706.39, 24.3592, 0, 0, ''),
|
||
(1827590, 40, -1482.76, 6717.08, 24.0267, 0, 0, ''),
|
||
(1827590, 41, -1479.38, 6724.28, 24.2706, 0, 0, ''),
|
||
(1827590, 42, -1474.64, 6733.74, 25.0756, 0, 0, ''),
|
||
(1827590, 43, -1469.98, 6743.02, 25.5512, 0, 0, ''),
|
||
(1827590, 44, -1466.78, 6748.47, 26.0432, 0, 0, ''),
|
||
(1827590, 45, -1460.67, 6759.35, 26.7346, 0, 0, ''),
|
||
(1827590, 46, -1455.62, 6768.27, 27.2509, 0, 0, ''),
|
||
(1827590, 47, -1447.45, 6782.42, 28.3694, 0, 0, ''),
|
||
(1827590, 48, -1438.87, 6795.96, 28.371, 0, 0, ''),
|
||
(1827590, 49, -1434.36, 6800.85, 28.02, 0, 0, ''),
|
||
(1827590, 50, -1424.34, 6813.51, 27.4582, 0, 0, ''),
|
||
(1827590, 51, -1419.46, 6824.31, 26.9745, 0, 0, ''),
|
||
(1827590, 52, -1414.5, 6835.44, 26.9521, 0, 0, ''),
|
||
(1827590, 53, -1407.15, 6844.67, 27.0922, 0, 0, ''),
|
||
(1827590, 54, -1401.38, 6852.38, 27.6915, 0, 0, ''),
|
||
(1827590, 55, -1391.1, 6859.36, 28.9475, 0, 0, ''),
|
||
(1827590, 56, -1383.2, 6863.23, 29.207, 0, 0, ''),
|
||
(1827590, 57, -1377.71, 6867.61, 29.6949, 0, 0, ''),
|
||
(1827590, 58, -1362.46, 6881.13, 30.496, 0, 0, ''),
|
||
(1827590, 59, -1353.83, 6889.06, 30.5562, 0, 0, ''),
|
||
(1827590, 60, -1346.1, 6897.9, 30.8667, 0, 0, ''),
|
||
(1827590, 61, -1344.1, 6900.31, 31.1985, 0, 0, ''),
|
||
(1827590, 62, -1325.03, 6908.24, 32.1665, 0, 0, 'Kor\'kron Warrior - before the gates of Garadar'),
|
||
(1827600, 1, -1339.82, 6305.84, 45.9031, 0, 0, 'Kor\'kron Warrior - start movement at spawn area'),
|
||
(1827600, 2, -1353.48, 6335, 43.6629, 0, 0, ''),
|
||
(1827600, 3, -1362.38, 6343.9, 42.9165, 0, 0, ''),
|
||
(1827600, 4, -1367.99, 6349.57, 42.4176, 0, 0, ''),
|
||
(1827600, 5, -1377.23, 6358.24, 41.5879, 0, 0, ''),
|
||
(1827600, 6, -1388.46, 6369.13, 40.4214, 0, 0, ''),
|
||
(1827600, 7, -1399.02, 6379.23, 39.0536, 0, 0, ''),
|
||
(1827600, 8, -1406.37, 6386.01, 38.2169, 0, 0, ''),
|
||
(1827600, 9, -1414.84, 6394, 37.2386, 0, 0, ''),
|
||
(1827600, 10, -1420.88, 6400.27, 36.3685, 0, 0, ''),
|
||
(1827600, 11, -1430.34, 6410.01, 35.601, 0, 0, ''),
|
||
(1827600, 12, -1440.76, 6420.68, 34.6067, 0, 0, ''),
|
||
(1827600, 13, -1445.65, 6425.55, 34.0351, 0, 0, ''),
|
||
(1827600, 14, -1452.06, 6431.74, 33.1847, 0, 0, ''),
|
||
(1827600, 15, -1461.73, 6441.12, 32.1221, 0, 0, ''),
|
||
(1827600, 16, -1468.27, 6447.4, 31.4397, 0, 0, ''),
|
||
(1827600, 17, -1482.44, 6460.69, 29.9448, 0, 0, ''),
|
||
(1827600, 18, -1488.62, 6467.91, 29.1313, 0, 0, ''),
|
||
(1827600, 19, -1493.09, 6474.17, 28.3697, 0, 0, ''),
|
||
(1827600, 20, -1501.13, 6489.08, 26.4147, 0, 0, ''),
|
||
(1827600, 21, -1504.18, 6497.06, 25.4574, 0, 0, ''),
|
||
(1827600, 22, -1507.24, 6508.1, 24.2015, 0, 0, ''),
|
||
(1827600, 23, -1509.34, 6516.58, 23.3781, 0, 0, ''),
|
||
(1827600, 24, -1510.84, 6531.01, 22.5149, 0, 0, ''),
|
||
(1827600, 25, -1514.37, 6547.58, 21.8433, 0, 0, ''),
|
||
(1827600, 26, -1516.34, 6556.98, 21.7165, 0, 0, ''),
|
||
(1827600, 27, -1518.61, 6568.8, 21.1698, 0, 0, ''),
|
||
(1827600, 28, -1518.76, 6576.45, 20.7382, 0, 0, ''),
|
||
(1827600, 29, -1520.25, 6593.23, 20.565, 0, 0, ''),
|
||
(1827600, 30, -1517.12, 6602.81, 21.3113, 0, 0, ''),
|
||
(1827600, 31, -1513.42, 6615.69, 20.9877, 0, 0, ''),
|
||
(1827600, 32, -1510.27, 6626.06, 22.0037, 0, 0, ''),
|
||
(1827600, 33, -1508.34, 6634.28, 23.1557, 0, 0, ''),
|
||
(1827600, 34, -1507.03, 6645.71, 23.4217, 0, 0, ''),
|
||
(1827600, 35, -1503.43, 6656.32, 24.2547, 0, 0, ''),
|
||
(1827600, 36, -1499.53, 6666.33, 24.6426, 0, 0, ''),
|
||
(1827600, 37, -1493.04, 6683.08, 24.7166, 0, 0, ''),
|
||
(1827600, 38, -1488.93, 6694.02, 24.4603, 0, 0, ''),
|
||
(1827600, 39, -1483.99, 6704.67, 24.6315, 0, 0, ''),
|
||
(1827600, 40, -1479.04, 6715.36, 24.4268, 0, 0, ''),
|
||
(1827600, 41, -1475.72, 6722.42, 24.5206, 0, 0, ''),
|
||
(1827600, 42, -1472.73, 6728.4, 25.4366, 0, 0, ''),
|
||
(1827600, 43, -1465.14, 6743.2, 25.4876, 0, 0, ''),
|
||
(1827600, 44, -1460.47, 6751.65, 26.2424, 0, 0, ''),
|
||
(1827600, 45, -1456.11, 6759.3, 26.5955, 0, 0, ''),
|
||
(1827600, 46, -1451.8, 6766.74, 27.275, 0, 0, ''),
|
||
(1827600, 47, -1441.83, 6783.81, 28.0191, 0, 0, ''),
|
||
(1827600, 48, -1435.78, 6793.26, 28.1441, 0, 0, ''),
|
||
(1827600, 49, -1427.95, 6802.21, 27.7719, 0, 0, ''),
|
||
(1827600, 50, -1420.6, 6811.82, 27.5995, 0, 0, ''),
|
||
(1827600, 51, -1416.27, 6821.47, 27.3221, 0, 0, ''),
|
||
(1827600, 52, -1411.29, 6832.88, 26.8998, 0, 0, ''),
|
||
(1827600, 53, -1404.95, 6840.65, 27.3362, 0, 0, ''),
|
||
(1827600, 54, -1402.68, 6843.91, 27.6754, 0, 0, ''),
|
||
(1827600, 55, -1393.61, 6852.47, 28.4778, 0, 0, ''),
|
||
(1827600, 56, -1381.98, 6859.23, 29.2978, 0, 0, ''),
|
||
(1827600, 57, -1374.51, 6865.04, 30.0235, 0, 0, ''),
|
||
(1827600, 58, -1361.95, 6876.1, 30.9143, 0, 0, ''),
|
||
(1827600, 59, -1350.74, 6886.36, 31.1034, 0, 0, ''),
|
||
(1827600, 60, -1343.01, 6895.2, 31.0961, 0, 0, ''),
|
||
(1827600, 61, -1339.52, 6899.67, 31.7179, 0, 0, ''),
|
||
(1827600, 62, -1329.86, 6907.14, 32.014, 0, 0, ''),
|
||
(1827600, 63, -1323.76, 6911.4, 32.4035, 0, 0, ''),
|
||
(1827600, 64, -1316.07, 6920.82, 33.4344, 0, 0, ''),
|
||
(1827600, 65, -1310.89, 6927.24, 33.4653, 0, 0, 'Kor\'kron Warrior - before the gates of Garadar'),
|
||
(1827610, 1, -1341.41, 6302.39, 45.428, 0, 0, 'Kor\'kron Warrior - start movement at spawn area'),
|
||
(1827610, 2, -1356.48, 6342.94, 43.6828, 0, 0, ''),
|
||
(1827610, 3, -1363.91, 6349.95, 42.8591, 0, 0, ''),
|
||
(1827610, 4, -1366.55, 6352.47, 42.1033, 0, 0, ''),
|
||
(1827610, 5, -1380.98, 6366.6, 41.2988, 0, 0, ''),
|
||
(1827610, 6, -1386.75, 6372, 40.4866, 0, 0, ''),
|
||
(1827610, 7, -1398.06, 6382.58, 39.4056, 0, 0, ''),
|
||
(1827610, 8, -1405.38, 6389.33, 38.2613, 0, 0, ''),
|
||
(1827610, 9, -1409.75, 6393.59, 37.3306, 0, 0, ''),
|
||
(1827610, 10, -1423.21, 6407.11, 36.6762, 0, 0, ''),
|
||
(1827610, 11, -1428.67, 6412.86, 35.937, 0, 0, ''),
|
||
(1827610, 12, -1433.39, 6417.77, 35.1549, 0, 0, ''),
|
||
(1827610, 13, -1448.79, 6433.09, 33.939, 0, 0, ''),
|
||
(1827610, 14, -1457.25, 6441.08, 32.9916, 0, 0, ''),
|
||
(1827610, 15, -1465.78, 6449.26, 32.037, 0, 0, ''),
|
||
(1827610, 16, -1468.85, 6452.03, 31.3884, 0, 0, ''),
|
||
(1827610, 17, -1480.48, 6463.5, 30.0385, 0, 0, ''),
|
||
(1827610, 18, -1488.48, 6472.71, 29.0319, 0, 0, ''),
|
||
(1827610, 19, -1492.57, 6479.3, 28.291, 0, 0, ''),
|
||
(1827610, 20, -1498.86, 6492, 26.4596, 0, 0, ''),
|
||
(1827610, 21, -1503.03, 6503.52, 24.9407, 0, 0, ''),
|
||
(1827610, 22, -1505.62, 6514.44, 24.0824, 0, 0, ''),
|
||
(1827610, 23, -1506.44, 6518.2, 23.335, 0, 0, ''),
|
||
(1827610, 24, -1509.16, 6539.38, 22.8829, 0, 0, ''),
|
||
(1827610, 25, -1511.31, 6548.73, 22.5092, 0, 0, ''),
|
||
(1827610, 26, -1514.71, 6562.37, 22.1924, 0, 0, ''),
|
||
(1827610, 27, -1515.34, 6570.03, 21.6797, 0, 0, ''),
|
||
(1827610, 28, -1515.47, 6574.36, 21.2842, 0, 0, ''),
|
||
(1827610, 29, -1516.48, 6594.84, 20.6502, 0, 0, ''),
|
||
(1827610, 30, -1516.9, 6604.51, 21.0576, 0, 0, ''),
|
||
(1827610, 31, -1514.44, 6616.55, 21.24, 0, 0, ''),
|
||
(1827610, 32, -1508.06, 6625.79, 21.9133, 0, 0, ''),
|
||
(1827610, 33, -1506.09, 6631.8, 23.2203, 0, 0, ''),
|
||
(1827610, 34, -1503.04, 6642.19, 23.8324, 0, 0, ''),
|
||
(1827610, 35, -1499.57, 6656.23, 24.7088, 0, 0, ''),
|
||
(1827610, 36, -1493.49, 6673.37, 25.0374, 0, 0, ''),
|
||
(1827610, 37, -1489.15, 6684.38, 25.1841, 0, 0, ''),
|
||
(1827610, 38, -1484.97, 6695.09, 24.8373, 0, 0, ''),
|
||
(1827610, 39, -1480.03, 6705.74, 24.9793, 0, 0, ''),
|
||
(1827610, 40, -1480.38, 6710.65, 24.6934, 0, 0, ''),
|
||
(1827610, 41, -1471.72, 6723.33, 25.1011, 0, 0, ''),
|
||
(1827610, 42, -1470.28, 6726.52, 25.6071, 0, 0, ''),
|
||
(1827610, 43, -1461.11, 6743.95, 25.8421, 0, 0, ''),
|
||
(1827610, 44, -1455.31, 6754.21, 26.2376, 0, 0, ''),
|
||
(1827610, 45, -1453.08, 6758.27, 26.8434, 0, 0, ''),
|
||
(1827610, 46, -1448.51, 6765.93, 27.4687, 0, 0, ''),
|
||
(1827610, 47, -1437.78, 6784.49, 27.8457, 0, 0, ''),
|
||
(1827610, 48, -1431.68, 6793.17, 28.2073, 0, 0, ''),
|
||
(1827610, 49, -1423.85, 6802.13, 27.9826, 0, 0, ''),
|
||
(1827610, 50, -1416.84, 6812.67, 27.4745, 0, 0, ''),
|
||
(1827610, 51, -1414.3, 6818.92, 27.3018, 0, 0, ''),
|
||
(1827610, 52, -1407.19, 6832.98, 26.7245, 0, 0, ''),
|
||
(1827610, 53, -1400.9, 6840.82, 28.2408, 0, 0, ''),
|
||
(1827610, 54, -1400.23, 6841.27, 28.2844, 0, 0, ''),
|
||
(1827610, 55, -1386.23, 6853.79, 29.5198, 0, 0, ''),
|
||
(1827610, 56, -1374.77, 6860.33, 30.5235, 0, 0, ''),
|
||
(1827610, 57, -1366.71, 6869.74, 30.7969, 0, 0, ''),
|
||
(1827610, 58, -1357.34, 6876.92, 31.3494, 0, 0, ''),
|
||
(1827610, 59, -1352.12, 6882.85, 31.6838, 0, 0, ''),
|
||
(1827610, 60, -1338.91, 6895.11, 31.5747, 0, 0, ''),
|
||
(1827610, 61, -1332.15, 6902.58, 31.8706, 0, 0, ''),
|
||
(1827610, 62, -1326.82, 6904.98, 32.1665, 0, 0, 'Kor\'kron Warrior - before the gates of Garadar'),
|
||
(1827620, 1, -1313.6, 6337.39, 37.4875, 0, 0, 'Kor\'kron Warrior - start movement at spawn area'),
|
||
(1827620, 2, -1359.69, 6346.81, 43.1964, 0, 0, ''),
|
||
(1827620, 3, -1364.92, 6352.55, 42.5948, 0, 0, ''),
|
||
(1827620, 4, -1369.9, 6357.03, 41.8591, 0, 0, ''),
|
||
(1827620, 5, -1381.82, 6368.41, 40.9967, 0, 0, ''),
|
||
(1827620, 6, -1391.92, 6377.79, 39.9671, 0, 0, ''),
|
||
(1827620, 7, -1400.53, 6385.86, 39.1028, 0, 0, ''),
|
||
(1827620, 8, -1406.36, 6391.12, 37.8944, 0, 0, ''),
|
||
(1827620, 9, -1413.88, 6398.69, 37.028, 0, 0, ''),
|
||
(1827620, 10, -1424.02, 6409.25, 36.3701, 0, 0, ''),
|
||
(1827620, 11, -1433.69, 6419, 35.5678, 0, 0, ''),
|
||
(1827620, 12, -1437.98, 6423.13, 34.9393, 0, 0, ''),
|
||
(1827620, 13, -1446.94, 6432.18, 33.9385, 0, 0, ''),
|
||
(1827620, 14, -1456.12, 6440.88, 33.0257, 0, 0, ''),
|
||
(1827620, 15, -1466.67, 6451, 31.7066, 0, 0, ''),
|
||
(1827620, 16, -1475.55, 6459.02, 30.8728, 0, 0, ''),
|
||
(1827620, 17, -1484.04, 6468.69, 29.5141, 0, 0, ''),
|
||
(1827620, 18, -1487.6, 6472.46, 29.0674, 0, 0, ''),
|
||
(1827620, 19, -1495.55, 6485.82, 27.7691, 0, 0, ''),
|
||
(1827620, 20, -1498.87, 6494.21, 26.5796, 0, 0, ''),
|
||
(1827620, 21, -1502.38, 6505.08, 25.1067, 0, 0, ''),
|
||
(1827620, 22, -1505.96, 6518.53, 23.6273, 0, 0, ''),
|
||
(1827620, 23, -1506.44, 6521.31, 23.2086, 0, 0, ''),
|
||
(1827620, 24, -1509.41, 6543.47, 22.9964, 0, 0, ''),
|
||
(1827620, 25, -1510.51, 6547.07, 22.543, 0, 0, ''),
|
||
(1827620, 26, -1514.97, 6566.46, 21.8892, 0, 0, ''),
|
||
(1827620, 27, -1514.89, 6574.35, 21.4341, 0, 0, ''),
|
||
(1827620, 28, -1515.18, 6579.39, 20.9364, 0, 0, ''),
|
||
(1827620, 29, -1514.62, 6598.5, 21.065, 0, 0, ''),
|
||
(1827620, 30, -1516.26, 6604.57, 21.0472, 0, 0, ''),
|
||
(1827620, 31, -1514.33, 6616.66, 21.3078, 0, 0, ''),
|
||
(1827620, 32, -1507.05, 6628.65, 22.352, 0, 0, ''),
|
||
(1827620, 33, -1502.05, 6643.44, 23.7092, 0, 0, ''),
|
||
(1827620, 34, -1501.1, 6647.11, 24.0263, 0, 0, ''),
|
||
(1827620, 35, -1497.41, 6660.16, 24.8511, 0, 0, ''),
|
||
(1827620, 36, -1492.36, 6674.19, 25.3945, 0, 0, ''),
|
||
(1827620, 37, -1487, 6687.87, 25.3192, 0, 0, ''),
|
||
(1827620, 38, -1482.62, 6698.46, 25.0923, 0, 0, ''),
|
||
(1827620, 39, -1477.69, 6709.1, 25.0755, 0, 0, ''),
|
||
(1827620, 40, -1476.32, 6716.77, 24.9791, 0, 0, ''),
|
||
(1827620, 41, -1470.69, 6724.65, 25.5325, 0, 0, ''),
|
||
(1827620, 42, -1469.2, 6727.64, 25.7196, 0, 0, ''),
|
||
(1827620, 43, -1458.5, 6747.12, 26.231, 0, 0, ''),
|
||
(1827620, 44, -1453.15, 6756.34, 26.5798, 0, 0, ''),
|
||
(1827620, 45, -1447.82, 6766.16, 27.6333, 0, 0, ''),
|
||
(1827620, 46, -1443.57, 6773.12, 27.9267, 0, 0, ''),
|
||
(1827620, 47, -1435.11, 6787.61, 28.1441, 0, 0, ''),
|
||
(1827620, 48, -1428.48, 6795.75, 28.3323, 0, 0, ''),
|
||
(1827620, 49, -1420.65, 6804.7, 27.9325, 0, 0, ''),
|
||
(1827620, 50, -1415.64, 6814.1, 27.7412, 0, 0, ''),
|
||
(1827620, 51, -1412.37, 6821.2, 27.2022, 0, 0, ''),
|
||
(1827620, 52, -1404.11, 6835.7, 26.984, 0, 0, ''),
|
||
(1827620, 53, -1399.67, 6841.12, 28.3839, 0, 0, ''),
|
||
(1827620, 54, -1389.8, 6851.24, 28.6921, 0, 0, ''),
|
||
(1827620, 55, -1383.24, 6854.67, 29.9294, 0, 0, ''),
|
||
(1827620, 56, -1374.69, 6860.17, 30.4327, 0, 0, ''),
|
||
(1827620, 57, -1361.51, 6864.02, 31.7169, 0, 0, ''),
|
||
(1827620, 58, -1360.47, 6870.77, 31.4648, 0, 0, ''),
|
||
(1827620, 59, -1343.44, 6888.85, 31.5562, 0, 0, ''),
|
||
(1827620, 60, -1335.71, 6897.69, 31.6812, 0, 0, ''),
|
||
(1827620, 61, -1328.34, 6904.11, 31.897, 0, 0, ''),
|
||
(1827620, 62, -1319.17, 6909.73, 32.7013, 0, 0, ''),
|
||
(1827620, 63, -1308.54, 6930.48, 33.4841, 0, 0, 'Kor\'kron Warrior - before the gates of Garadar'),
|
||
(1827630, 1, -1317.68, 6332.95, 39.394, 0, 0, 'Kor\'kron Warrior - start movement at spawn area'),
|
||
(1827630, 2, -1359.26, 6345.07, 43.3477, 0, 0, ''),
|
||
(1827630, 3, -1368.19, 6352.65, 42.4996, 0, 0, ''),
|
||
(1827630, 4, -1375.15, 6358.98, 41.6422, 0, 0, ''),
|
||
(1827630, 5, -1383.78, 6367.35, 40.957, 0, 0, ''),
|
||
(1827630, 6, -1396.65, 6379.48, 39.4655, 0, 0, ''),
|
||
(1827630, 7, -1403.28, 6385.55, 38.5535, 0, 0, ''),
|
||
(1827630, 8, -1412.6, 6394.29, 37.4895, 0, 0, ''),
|
||
(1827630, 9, -1418.6, 6400.48, 36.6892, 0, 0, ''),
|
||
(1827630, 10, -1427.22, 6409.63, 35.9276, 0, 0, ''),
|
||
(1827630, 11, -1437.63, 6420.15, 35.1682, 0, 0, ''),
|
||
(1827630, 12, -1445.19, 6427.7, 34.2669, 0, 0, ''),
|
||
(1827630, 13, -1450.92, 6433.2, 33.4747, 0, 0, ''),
|
||
(1827630, 14, -1458.86, 6440.64, 32.5041, 0, 0, ''),
|
||
(1827630, 15, -1468.67, 6449.95, 31.5604, 0, 0, ''),
|
||
(1827630, 16, -1480.04, 6460.68, 30.339, 0, 0, ''),
|
||
(1827630, 17, -1485.21, 6466.82, 29.4335, 0, 0, ''),
|
||
(1827630, 18, -1495.25, 6478.29, 28.2853, 0, 0, ''),
|
||
(1827630, 19, -1497.6, 6485.76, 27.175, 0, 0, ''),
|
||
(1827630, 20, -1503.67, 6500.33, 25.222, 0, 0, ''),
|
||
(1827630, 21, -1504.67, 6504.81, 24.5493, 0, 0, ''),
|
||
(1827630, 22, -1509.08, 6522.18, 23.1273, 0, 0, ''),
|
||
(1827630, 23, -1510.11, 6534.35, 22.4539, 0, 0, ''),
|
||
(1827630, 24, -1512.24, 6546.45, 22.0992, 0, 0, ''),
|
||
(1827630, 25, -1514.55, 6556.84, 22.0028, 0, 0, ''),
|
||
(1827630, 26, -1517.01, 6566.9, 21.354, 0, 0, ''),
|
||
(1827630, 27, -1517.12, 6576.43, 20.9015, 0, 0, ''),
|
||
(1827630, 28, -1517.53, 6592.28, 20.565, 0, 0, ''),
|
||
(1827630, 29, -1518.95, 6593.44, 20.6852, 0, 0, ''),
|
||
(1827630, 30, -1512.58, 6611.89, 21.364, 0, 0, ''),
|
||
(1827630, 31, -1508.72, 6624.95, 21.7395, 0, 0, ''),
|
||
(1827630, 32, -1506.41, 6634.52, 23.354, 0, 0, ''),
|
||
(1827630, 33, -1507.46, 6638.42, 23.1342, 0, 0, ''),
|
||
(1827630, 34, -1500.78, 6656.85, 24.5266, 0, 0, ''),
|
||
(1827630, 35, -1499.38, 6658.49, 24.5921, 0, 0, ''),
|
||
(1827630, 36, -1491.95, 6680.93, 24.9489, 0, 0, ''),
|
||
(1827630, 37, -1487.6, 6691.93, 24.6197, 0, 0, ''),
|
||
(1827630, 38, -1482.99, 6702.54, 24.9026, 0, 0, ''),
|
||
(1827630, 39, -1478.05, 6713.19, 24.7166, 0, 0, ''),
|
||
(1827630, 40, -1473.1, 6723.88, 24.8526, 0, 0, ''),
|
||
(1827630, 41, -1470.75, 6728.06, 25.6541, 0, 0, ''),
|
||
(1827630, 42, -1464.13, 6741.16, 25.6028, 0, 0, ''),
|
||
(1827630, 43, -1458.54, 6751.23, 25.9876, 0, 0, ''),
|
||
(1827630, 44, -1455.16, 6756.96, 26.5944, 0, 0, ''),
|
||
(1827630, 45, -1451.7, 6763.03, 27.2419, 0, 0, ''),
|
||
(1827630, 46, -1441.03, 6781.61, 27.7691, 0, 0, ''),
|
||
(1827630, 47, -1435.08, 6791.72, 28.1441, 0, 0, ''),
|
||
(1827630, 48, -1427.69, 6799.77, 28.0823, 0, 0, ''),
|
||
(1827630, 49, -1419.86, 6808.73, 27.7245, 0, 0, ''),
|
||
(1827630, 50, -1416.22, 6817.65, 27.4612, 0, 0, ''),
|
||
(1827630, 51, -1410.87, 6829.03, 26.8873, 0, 0, ''),
|
||
(1827630, 52, -1403.51, 6839.73, 27.2622, 0, 0, ''),
|
||
(1827630, 53, -1401.93, 6841.43, 27.7558, 0, 0, ''),
|
||
(1827630, 54, -1390.28, 6852.67, 28.8115, 0, 0, ''),
|
||
(1827630, 55, -1384.66, 6856.31, 29.3601, 0, 0, ''),
|
||
(1827630, 56, -1369.81, 6866.48, 30.7002, 0, 0, ''),
|
||
(1827630, 57, -1363.65, 6872.15, 31.2179, 0, 0, ''),
|
||
(1827630, 58, -1350.49, 6883.95, 31.4238, 0, 0, ''),
|
||
(1827630, 59, -1342.65, 6892.87, 31.2507, 0, 0, ''),
|
||
(1827630, 60, -1334.91, 6901.71, 31.6484, 0, 0, ''),
|
||
(1827630, 61, -1329.68, 6901.37, 32.0425, 0, 0, 'Kor\'kron Warrior - before the gates of Garadar'),
|
||
(1827640, 1, -1346.4, 6323.44, 44.1311, 0, 0, 'Kor\'kron Warrior - start movement at spawn area'),
|
||
(1827640, 2, -1375.75, 6352.64, 41.8134, 0, 0, ''),
|
||
(1827640, 3, -1386.41, 6362.12, 40.7629, 0, 0, ''),
|
||
(1827640, 4, -1394.86, 6370.75, 39.6482, 0, 0, ''),
|
||
(1827640, 5, -1402.95, 6378.72, 38.6411, 0, 0, ''),
|
||
(1827640, 6, -1408.65, 6384.41, 37.8554, 0, 0, ''),
|
||
(1827640, 7, -1416.05, 6392.42, 36.9577, 0, 0, ''),
|
||
(1827640, 8, -1424.23, 6400.86, 35.8921, 0, 0, ''),
|
||
(1827640, 9, -1438.51, 6414.22, 34.7319, 0, 0, ''),
|
||
(1827640, 10, -1447.23, 6422.04, 33.9389, 0, 0, ''),
|
||
(1827640, 11, -1455.3, 6429.05, 32.7209, 0, 0, ''),
|
||
(1827640, 12, -1458.61, 6432.95, 32.3049, 0, 0, ''),
|
||
(1827640, 13, -1467.95, 6443.74, 31.2249, 0, 0, ''),
|
||
(1827640, 14, -1475.27, 6451.74, 30.4942, 0, 0, ''),
|
||
(1827640, 15, -1487.13, 6465.03, 29.4199, 0, 0, ''),
|
||
(1827640, 16, -1494.22, 6473.05, 28.6001, 0, 0, ''),
|
||
(1827640, 17, -1498.58, 6483.97, 27.5084, 0, 0, ''),
|
||
(1827640, 18, -1502.86, 6493.58, 25.859, 0, 0, ''),
|
||
(1827640, 19, -1508.28, 6506.33, 24.16, 0, 0, ''),
|
||
(1827640, 20, -1509.04, 6510.97, 23.5473, 0, 0, ''),
|
||
(1827640, 21, -1511.6, 6522.4, 22.6852, 0, 0, ''),
|
||
(1827640, 22, -1514.62, 6536.92, 22.0285, 0, 0, ''),
|
||
(1827640, 23, -1517.41, 6553.44, 21.2557, 0, 0, ''),
|
||
(1827640, 24, -1519.01, 6565.21, 21.0371, 0, 0, ''),
|
||
(1827640, 25, -1519.76, 6571.95, 20.8631, 0, 0, ''),
|
||
(1827640, 26, -1519.18, 6588.37, 20.44, 0, 0, ''),
|
||
(1827640, 27, -1517.3, 6600.12, 20.9326, 0, 0, ''),
|
||
(1827640, 28, -1515.43, 6611.83, 21.1826, 0, 0, ''),
|
||
(1827640, 29, -1513.56, 6623.59, 21.451, 0, 0, ''),
|
||
(1827640, 30, -1512.84, 6627.28, 21.8899, 0, 0, ''),
|
||
(1827640, 31, -1510.81, 6637.1, 22.8831, 0, 0, ''),
|
||
(1827640, 32, -1508.53, 6651.39, 23.6996, 0, 0, ''),
|
||
(1827640, 33, -1506.26, 6664.81, 24.5883, 0, 0, ''),
|
||
(1827640, 34, -1498.99, 6679.93, 24.3489, 0, 0, ''),
|
||
(1827640, 35, -1493.87, 6690.64, 24.3192, 0, 0, ''),
|
||
(1827640, 36, -1488.8, 6701.26, 24.3956, 0, 0, ''),
|
||
(1827640, 37, -1484.89, 6712.44, 24.1456, 0, 0, ''),
|
||
(1827640, 38, -1480.61, 6723.45, 24.2706, 0, 0, ''),
|
||
(1827640, 39, -1475.71, 6732.93, 24.9554, 0, 0, ''),
|
||
(1827640, 40, -1470.24, 6742.17, 25.2282, 0, 0, ''),
|
||
(1827640, 41, -1463.48, 6753.48, 26.435, 0, 0, ''),
|
||
(1827640, 42, -1461.19, 6757.31, 26.6043, 0, 0, ''),
|
||
(1827640, 43, -1454.66, 6768.04, 27.3549, 0, 0, ''),
|
||
(1827640, 44, -1446.97, 6779.56, 28.1712, 0, 0, ''),
|
||
(1827640, 45, -1439.7, 6790.03, 28.2691, 0, 0, ''),
|
||
(1827640, 46, -1431.82, 6798.76, 27.9573, 0, 0, ''),
|
||
(1827640, 47, -1425.26, 6805.85, 27.7477, 0, 0, ''),
|
||
(1827640, 48, -1419.95, 6818.38, 27.1811, 0, 0, ''),
|
||
(1827640, 49, -1415.99, 6828.37, 27.0278, 0, 0, ''),
|
||
(1827640, 50, -1411.3, 6840.22, 27.0122, 0, 0, ''),
|
||
(1827640, 51, -1406.99, 6850.98, 27.5122, 0, 0, ''),
|
||
(1827640, 52, -1395.88, 6852.98, 28.066, 0, 0, ''),
|
||
(1827640, 53, -1386.5, 6858.12, 29.0453, 0, 0, ''),
|
||
(1827640, 54, -1377.48, 6865.98, 29.5562, 0, 0, ''),
|
||
(1827640, 55, -1369.06, 6873.78, 30.0534, 0, 0, ''),
|
||
(1827640, 56, -1359.18, 6883.3, 30.6647, 0, 0, ''),
|
||
(1827640, 57, -1350.45, 6892.71, 30.5562, 0, 0, ''),
|
||
(1827640, 58, -1343.19, 6900.4, 31.3177, 0, 0, ''),
|
||
(1827640, 59, -1334.4, 6909.83, 31.3332, 0, 0, ''),
|
||
(1827640, 60, -1332.97, 6914.57, 31.7593, 0, 0, ''),
|
||
(1827640, 61, -1327.05, 6931.75, 31.9987, 0, 0, 'Kor\'kron Warrior - before the gates of Garadar'),
|
||
(1827650, 1, -1343.66, 6326.06, 44.25, 0, 0, 'Kor\'kron Warrior - start movement at spawn area'),
|
||
(1827650, 2, -1378.53, 6350.31, 41.6669, 0, 0, ''),
|
||
(1827650, 3, -1388.36, 6359.08, 40.542, 0, 0, ''),
|
||
(1827650, 4, -1398.77, 6369.11, 39.555, 0, 0, ''),
|
||
(1827650, 5, -1406.18, 6376.54, 38.3722, 0, 0, ''),
|
||
(1827650, 6, -1412.92, 6383.47, 37.5902, 0, 0, ''),
|
||
(1827650, 7, -1418.57, 6389.21, 36.7554, 0, 0, ''),
|
||
(1827650, 8, -1431.26, 6402.66, 35.6151, 0, 0, ''),
|
||
(1827650, 9, -1439.4, 6409.98, 34.48, 0, 0, ''),
|
||
(1827650, 10, -1445, 6414.72, 33.9434, 0, 0, ''),
|
||
(1827650, 11, -1456.04, 6424.47, 32.7231, 0, 0, ''),
|
||
(1827650, 12, -1459.96, 6429.11, 32.038, 0, 0, ''),
|
||
(1827650, 13, -1468.07, 6438.09, 31.0007, 0, 0, ''),
|
||
(1827650, 14, -1478.44, 6449.61, 30.1971, 0, 0, ''),
|
||
(1827650, 15, -1486.32, 6458.42, 29.5919, 0, 0, ''),
|
||
(1827650, 16, -1492.91, 6465.67, 28.9787, 0, 0, ''),
|
||
(1827650, 17, -1500.02, 6478.22, 27.6464, 0, 0, ''),
|
||
(1827650, 18, -1506.21, 6491.39, 25.7586, 0, 0, ''),
|
||
(1827650, 19, -1510.74, 6502.49, 24.1348, 0, 0, ''),
|
||
(1827650, 20, -1511.52, 6505.47, 23.7321, 0, 0, ''),
|
||
(1827650, 21, -1515.01, 6520.88, 22.8459, 0, 0, ''),
|
||
(1827650, 22, -1517.08, 6529.95, 21.9438, 0, 0, ''),
|
||
(1827650, 23, -1520.71, 6551.22, 21.3664, 0, 0, ''),
|
||
(1827650, 24, -1522.64, 6563.3, 20.8514, 0, 0, ''),
|
||
(1827650, 25, -1524.23, 6575, 20.565, 0, 0, ''),
|
||
(1827650, 26, -1523.21, 6587.59, 20.44, 0, 0, ''),
|
||
(1827650, 27, -1521.32, 6599.34, 20.815, 0, 0, ''),
|
||
(1827650, 28, -1519.46, 6611.05, 21.0576, 0, 0, ''),
|
||
(1827650, 29, -1517.59, 6622.81, 21.2595, 0, 0, ''),
|
||
(1827650, 30, -1516.89, 6626.5, 21.7407, 0, 0, ''),
|
||
(1827650, 31, -1514.85, 6638.13, 22.8307, 0, 0, ''),
|
||
(1827650, 32, -1511.57, 6656.43, 24.1394, 0, 0, ''),
|
||
(1827650, 33, -1510.8, 6661.1, 24.4818, 0, 0, ''),
|
||
(1827650, 34, -1503.07, 6680.33, 24.6084, 0, 0, ''),
|
||
(1827650, 35, -1497.96, 6691.04, 24.3865, 0, 0, ''),
|
||
(1827650, 36, -1492.88, 6701.66, 24.4905, 0, 0, ''),
|
||
(1827650, 37, -1489, 6712.54, 24.3293, 0, 0, ''),
|
||
(1827650, 38, -1484.71, 6723.54, 24.3956, 0, 0, ''),
|
||
(1827650, 39, -1479.31, 6734.66, 24.9664, 0, 0, ''),
|
||
(1827650, 40, -1474.19, 6743.02, 25.4392, 0, 0, ''),
|
||
(1827650, 41, -1468.8, 6752.16, 26.6339, 0, 0, ''),
|
||
(1827650, 42, -1466.02, 6756.52, 26.8236, 0, 0, ''),
|
||
(1827650, 43, -1457.2, 6771.32, 27.5684, 0, 0, ''),
|
||
(1827650, 44, -1452.71, 6778, 28.1131, 0, 0, ''),
|
||
(1827650, 45, -1443.59, 6791.21, 28.5699, 0, 0, ''),
|
||
(1827650, 46, -1435.6, 6800.37, 28.0954, 0, 0, ''),
|
||
(1827650, 47, -1431.06, 6805.12, 27.9027, 0, 0, ''),
|
||
(1827650, 48, -1424.05, 6818.49, 27.3291, 0, 0, ''),
|
||
(1827650, 49, -1419.75, 6829.42, 26.9745, 0, 0, ''),
|
||
(1827650, 50, -1415.4, 6840.35, 27.173, 0, 0, ''),
|
||
(1827650, 51, -1411.09, 6851.12, 27.5122, 0, 0, ''),
|
||
(1827650, 52, -1398.21, 6856.16, 28.3871, 0, 0, ''),
|
||
(1827650, 53, -1395.16, 6857.69, 28.7536, 0, 0, ''),
|
||
(1827650, 54, -1382.8, 6866.73, 29.6178, 0, 0, ''),
|
||
(1827650, 55, -1370.54, 6877.84, 29.6791, 0, 0, ''),
|
||
(1827650, 56, -1362.02, 6885.83, 30.3062, 0, 0, ''),
|
||
(1827650, 57, -1356.17, 6892.38, 30.7645, 0, 0, ''),
|
||
(1827650, 58, -1351.74, 6897.01, 31.2651, 0, 0, ''),
|
||
(1827650, 59, -1338.17, 6911.45, 31.4959, 0, 0, ''),
|
||
(1827650, 60, -1334.68, 6918.35, 32.1995, 0, 0, ''),
|
||
(1827650, 61, -1331.26, 6925.24, 32.0076, 0, 0, 'Kor\'kron Warrior - before the gates of Garadar'),
|
||
(1827660, 1, -1341.66, 6328.95, 44.3995, 0, 0, 'Kor\'kron Warrior - start movement at spawn area'),
|
||
(1827660, 2, -1380.61, 6349.27, 41.5878, 0, 0, ''),
|
||
(1827660, 3, -1385.34, 6353.74, 40.9392, 0, 0, ''),
|
||
(1827660, 4, -1397.23, 6364.83, 40.1236, 0, 0, ''),
|
||
(1827660, 5, -1403.98, 6371.51, 39.0748, 0, 0, ''),
|
||
(1827660, 6, -1412.69, 6380.29, 37.909, 0, 0, ''),
|
||
(1827660, 7, -1420.84, 6389.01, 36.8026, 0, 0, ''),
|
||
(1827660, 8, -1430.49, 6398.68, 35.754, 0, 0, ''),
|
||
(1827660, 9, -1436.73, 6404.8, 34.7849, 0, 0, ''),
|
||
(1827660, 10, -1442.95, 6410.32, 33.9302, 0, 0, ''),
|
||
(1827660, 11, -1456.23, 6421.83, 32.7563, 0, 0, ''),
|
||
(1827660, 12, -1464.76, 6431.27, 31.7391, 0, 0, ''),
|
||
(1827660, 13, -1466.82, 6433.49, 31.0858, 0, 0, ''),
|
||
(1827660, 14, -1480.38, 6448.64, 30.4152, 0, 0, ''),
|
||
(1827660, 15, -1484.74, 6453.45, 29.7832, 0, 0, ''),
|
||
(1827660, 16, -1494.13, 6463.98, 29.1858, 0, 0, ''),
|
||
(1827660, 17, -1501.11, 6475.72, 28.1276, 0, 0, ''),
|
||
(1827660, 18, -1506.5, 6487.33, 26.4983, 0, 0, ''),
|
||
(1827660, 19, -1511.44, 6498.42, 24.5681, 0, 0, ''),
|
||
(1827660, 20, -1513.39, 6505.98, 23.7474, 0, 0, ''),
|
||
(1827660, 21, -1516.66, 6518.94, 22.7264, 0, 0, ''),
|
||
(1827660, 22, -1519.55, 6532.54, 21.6988, 0, 0, ''),
|
||
(1827660, 23, -1521.61, 6544.36, 21.182, 0, 0, ''),
|
||
(1827660, 24, -1524.19, 6559.5, 20.6646, 0, 0, ''),
|
||
(1827660, 25, -1525.79, 6571.2, 20.565, 0, 0, ''),
|
||
(1827660, 26, -1525.8, 6584.4, 20.44, 0, 0, ''),
|
||
(1827660, 27, -1523.91, 6596.16, 20.6663, 0, 0, ''),
|
||
(1827660, 28, -1519.33, 6600.69, 20.9326, 0, 0, ''),
|
||
(1827660, 29, -1520.17, 6619.62, 21.0576, 0, 0, ''),
|
||
(1827660, 30, -1518.73, 6626.78, 21.8037, 0, 0, ''),
|
||
(1827660, 31, -1517.42, 6633.77, 22.5575, 0, 0, ''),
|
||
(1827660, 32, -1514.69, 6651.23, 24.0842, 0, 0, ''),
|
||
(1827660, 33, -1513.44, 6656.19, 24.4621, 0, 0, ''),
|
||
(1827660, 34, -1506.46, 6678, 24.8607, 0, 0, ''),
|
||
(1827660, 35, -1501.34, 6688.71, 24.6989, 0, 0, ''),
|
||
(1827660, 36, -1496.27, 6699.33, 24.4336, 0, 0, ''),
|
||
(1827660, 37, -1492.89, 6708.46, 25.2211, 0, 0, ''),
|
||
(1827660, 38, -1487.91, 6720.98, 24.9152, 0, 0, ''),
|
||
(1827660, 39, -1482.9, 6732.65, 25.0303, 0, 0, ''),
|
||
(1827660, 40, -1476.82, 6742.84, 25.4461, 0, 0, ''),
|
||
(1827660, 41, -1473.39, 6748.4, 26.2156, 0, 0, ''),
|
||
(1827660, 42, -1469.61, 6754.55, 27.1584, 0, 0, ''),
|
||
(1827660, 43, -1465.29, 6766.6, 27.8325, 0, 0, ''),
|
||
(1827660, 44, -1455.3, 6778.65, 28.6234, 0, 0, ''),
|
||
(1827660, 45, -1453.14, 6781.72, 28.857, 0, 0, ''),
|
||
(1827660, 46, -1439.53, 6799.18, 28.5389, 0, 0, ''),
|
||
(1827660, 47, -1436.49, 6802.1, 28.2517, 0, 0, ''),
|
||
(1827660, 48, -1427.27, 6815.93, 27.5, 0, 0, ''),
|
||
(1827660, 49, -1422.96, 6826.86, 27.2924, 0, 0, ''),
|
||
(1827660, 50, -1418.63, 6837.81, 27.2846, 0, 0, ''),
|
||
(1827660, 51, -1413.37, 6841.08, 27.2622, 0, 0, ''),
|
||
(1827660, 52, -1403.03, 6854.75, 27.8947, 0, 0, ''),
|
||
(1827660, 53, -1391.11, 6862.24, 28.9684, 0, 0, ''),
|
||
(1827660, 54, -1385.77, 6866.77, 29.4607, 0, 0, ''),
|
||
(1827660, 55, -1378.88, 6873.12, 29.879, 0, 0, ''),
|
||
(1827660, 56, -1365.9, 6885.01, 29.9771, 0, 0, ''),
|
||
(1827660, 57, -1363.38, 6887.82, 30.5018, 0, 0, ''),
|
||
(1827660, 58, -1354.93, 6896.6, 31.2955, 0, 0, ''),
|
||
(1827660, 59, -1343.92, 6902.88, 31.2645, 0, 0, ''),
|
||
(1827660, 60, -1336.66, 6915.72, 31.8479, 0, 0, ''),
|
||
(1827660, 61, -1325.15, 6934.72, 31.5966, 0, 0, 'Kor\'kron Warrior - before the gates of Garadar'),
|
||
(1827670, 1, -1342.18, 6320.71, 44.544, 0, 0, 'Kor\'kron Warrior - start movement at spawn area'),
|
||
(1827670, 2, -1372.27, 6342.79, 42.4683, 0, 0, ''),
|
||
(1827670, 3, -1383.51, 6352.7, 41.295, 0, 0, ''),
|
||
(1827670, 4, -1387.6, 6356.55, 40.4812, 0, 0, ''),
|
||
(1827670, 5, -1401.68, 6370.03, 39.388, 0, 0, ''),
|
||
(1827670, 6, -1406.58, 6375.13, 38.4015, 0, 0, ''),
|
||
(1827670, 7, -1418.74, 6387.83, 36.8916, 0, 0, ''),
|
||
(1827670, 8, -1427.17, 6396.3, 35.9618, 0, 0, ''),
|
||
(1827670, 9, -1435.58, 6404.82, 34.919, 0, 0, ''),
|
||
(1827670, 10, -1438.6, 6407.3, 34.2909, 0, 0, ''),
|
||
(1827670, 11, -1449.02, 6416.47, 33.4328, 0, 0, ''),
|
||
(1827670, 12, -1458.15, 6425.44, 32.3981, 0, 0, ''),
|
||
(1827670, 13, -1465.06, 6432.76, 31.5185, 0, 0, ''),
|
||
(1827670, 14, -1477.1, 6446.08, 30.6721, 0, 0, ''),
|
||
(1827670, 15, -1481.97, 6451.62, 29.9896, 0, 0, ''),
|
||
(1827670, 16, -1490.9, 6461.44, 29.2496, 0, 0, ''),
|
||
(1827670, 17, -1499.37, 6473.49, 28.3951, 0, 0, ''),
|
||
(1827670, 18, -1502.82, 6481.42, 27.1989, 0, 0, ''),
|
||
(1827670, 19, -1508.67, 6494.02, 25.3214, 0, 0, ''),
|
||
(1827670, 20, -1513.49, 6508.12, 23.6843, 0, 0, ''),
|
||
(1827670, 21, -1515.78, 6518.23, 23.1263, 0, 0, ''),
|
||
(1827670, 22, -1518.48, 6530.77, 21.9826, 0, 0, ''),
|
||
(1827670, 23, -1518.96, 6532.78, 21.6178, 0, 0, ''),
|
||
(1827670, 24, -1522.94, 6555.59, 20.7493, 0, 0, ''),
|
||
(1827670, 25, -1524.54, 6567.29, 20.69, 0, 0, ''),
|
||
(1827670, 26, -1525.73, 6580.3, 20.44, 0, 0, ''),
|
||
(1827670, 27, -1523.85, 6592.05, 20.565, 0, 0, ''),
|
||
(1827670, 28, -1521.97, 6603.76, 20.8076, 0, 0, ''),
|
||
(1827670, 29, -1520.1, 6615.52, 21.0576, 0, 0, ''),
|
||
(1827670, 30, -1518.2, 6626.26, 21.8383, 0, 0, ''),
|
||
(1827670, 31, -1516.17, 6638.45, 22.8, 0, 0, ''),
|
||
(1827670, 32, -1515.4, 6643.26, 23.212, 0, 0, ''),
|
||
(1827670, 33, -1512.42, 6658.97, 24.618, 0, 0, ''),
|
||
(1827670, 34, -1508.42, 6670.81, 25.097, 0, 0, ''),
|
||
(1827670, 35, -1502.44, 6684.76, 24.7055, 0, 0, ''),
|
||
(1827670, 36, -1497.37, 6695.38, 24.4407, 0, 0, ''),
|
||
(1827670, 37, -1493, 6705.94, 24.8935, 0, 0, ''),
|
||
(1827670, 38, -1488.71, 6716.95, 24.9501, 0, 0, ''),
|
||
(1827670, 39, -1484.35, 6728.82, 25.1011, 0, 0, ''),
|
||
(1827670, 40, -1480.35, 6735.33, 25.3439, 0, 0, ''),
|
||
(1827670, 41, -1473.34, 6747.31, 25.8503, 0, 0, ''),
|
||
(1827670, 42, -1467.82, 6756.48, 27.1092, 0, 0, ''),
|
||
(1827670, 43, -1465.28, 6766.77, 27.7524, 0, 0, ''),
|
||
(1827670, 44, -1455.38, 6777.4, 28.3497, 0, 0, ''),
|
||
(1827670, 45, -1441.77, 6795.74, 28.6455, 0, 0, ''),
|
||
(1827670, 46, -1435.94, 6801.63, 28.2096, 0, 0, ''),
|
||
(1827670, 47, -1428.65, 6811.19, 27.9757, 0, 0, ''),
|
||
(1827670, 48, -1423.78, 6822.84, 27.3495, 0, 0, ''),
|
||
(1827670, 49, -1419.47, 6833.79, 27.1372, 0, 0, ''),
|
||
(1827670, 50, -1415.16, 6844.57, 27.3872, 0, 0, ''),
|
||
(1827670, 51, -1404.54, 6854.38, 27.6004, 0, 0, ''),
|
||
(1827670, 52, -1398.6, 6856.84, 28.2918, 0, 0, ''),
|
||
(1827670, 53, -1388.4, 6863.49, 29.2133, 0, 0, ''),
|
||
(1827670, 54, -1381.44, 6869.97, 29.5867, 0, 0, ''),
|
||
(1827670, 55, -1368.36, 6881.73, 29.8163, 0, 0, ''),
|
||
(1827670, 56, -1362.99, 6887.22, 30.4394, 0, 0, ''),
|
||
(1827670, 57, -1357.2, 6893.19, 31.0511, 0, 0, ''),
|
||
(1827670, 58, -1346.38, 6904.45, 31.8028, 0, 0, ''),
|
||
(1827670, 59, -1336.48, 6911.62, 31.3558, 0, 0, ''),
|
||
(1827670, 60, -1333.5, 6921.92, 32.0661, 0, 0, 'Kor\'kron Warrior - before the gates of Garadar'),
|
||
(1827680, 1, -1339.96, 6323.31, 44.4758, 0, 0, 'Kor\'kron Warrior - start movement at spawn area'),
|
||
(1827680, 2, -1368.23, 6343.5, 42.3884, 0, 0, ''),
|
||
(1827680, 3, -1376.41, 6350.43, 41.5188, 0, 0, ''),
|
||
(1827680, 4, -1385.08, 6358.32, 40.8587, 0, 0, ''),
|
||
(1827680, 5, -1396.86, 6369.95, 39.5888, 0, 0, ''),
|
||
(1827680, 6, -1404.48, 6377.44, 38.5138, 0, 0, ''),
|
||
(1827680, 7, -1414.66, 6388.14, 37.2041, 0, 0, ''),
|
||
(1827680, 8, -1418.35, 6391.63, 36.7619, 0, 0, ''),
|
||
(1827680, 9, -1431.22, 6405, 35.3933, 0, 0, ''),
|
||
(1827680, 10, -1438.44, 6411.54, 34.6907, 0, 0, ''),
|
||
(1827680, 11, -1444.18, 6416.55, 34.016, 0, 0, ''),
|
||
(1827680, 12, -1456.31, 6427.81, 32.5702, 0, 0, ''),
|
||
(1827680, 13, -1464.31, 6436.55, 31.7301, 0, 0, ''),
|
||
(1827680, 14, -1469, 6441.72, 30.996, 0, 0, ''),
|
||
(1827680, 15, -1477.4, 6451.25, 30.2896, 0, 0, ''),
|
||
(1827680, 16, -1485.23, 6460, 29.5703, 0, 0, ''),
|
||
(1827680, 17, -1495.83, 6472.95, 28.3931, 0, 0, ''),
|
||
(1827680, 18, -1499.17, 6480.52, 27.4149, 0, 0, ''),
|
||
(1827680, 19, -1505.23, 6493.86, 25.5102, 0, 0, ''),
|
||
(1827680, 20, -1509.71, 6505.81, 24.0403, 0, 0, ''),
|
||
(1827680, 21, -1510.59, 6509.88, 23.6478, 0, 0, ''),
|
||
(1827680, 22, -1513.83, 6524.12, 22.761, 0, 0, ''),
|
||
(1827680, 23, -1515.9, 6532.98, 21.9034, 0, 0, ''),
|
||
(1827680, 24, -1519.47, 6553.4, 21.2557, 0, 0, ''),
|
||
(1827680, 25, -1521.06, 6565.1, 20.8807, 0, 0, ''),
|
||
(1827680, 26, -1522.51, 6575.8, 20.7099, 0, 0, ''),
|
||
(1827680, 27, -1521.16, 6588.95, 20.44, 0, 0, ''),
|
||
(1827680, 28, -1519.28, 6600.6, 20.9326, 0, 0, ''),
|
||
(1827680, 29, -1517.41, 6612.42, 21.0576, 0, 0, ''),
|
||
(1827680, 30, -1515.52, 6624.05, 21.5057, 0, 0, ''),
|
||
(1827680, 31, -1514.58, 6628.74, 21.9098, 0, 0, ''),
|
||
(1827680, 32, -1512.57, 6640.29, 22.8536, 0, 0, ''),
|
||
(1827680, 33, -1510.56, 6652.71, 23.6812, 0, 0, ''),
|
||
(1827680, 34, -1507.51, 6664.1, 24.4008, 0, 0, ''),
|
||
(1827680, 35, -1500.74, 6681.02, 24.5017, 0, 0, ''),
|
||
(1827680, 36, -1495.67, 6691.64, 24.3192, 0, 0, ''),
|
||
(1827680, 37, -1491.03, 6702.34, 24.3956, 0, 0, ''),
|
||
(1827680, 38, -1486.74, 6713.35, 24.1569, 0, 0, ''),
|
||
(1827680, 39, -1483, 6724.94, 24.7239, 0, 0, ''),
|
||
(1827680, 40, -1476.96, 6735.04, 24.9149, 0, 0, ''),
|
||
(1827680, 41, -1473.48, 6740.94, 25.3962, 0, 0, ''),
|
||
(1827680, 42, -1466.01, 6753.58, 26.5714, 0, 0, ''),
|
||
(1827680, 43, -1462.96, 6758.39, 26.7637, 0, 0, ''),
|
||
(1827680, 44, -1455.81, 6770.2, 27.4926, 0, 0, ''),
|
||
(1827680, 45, -1451.97, 6775.79, 27.84, 0, 0, ''),
|
||
(1827680, 46, -1441.28, 6791.67, 28.2691, 0, 0, ''),
|
||
(1827680, 47, -1433.29, 6800.19, 27.9062, 0, 0, ''),
|
||
(1827680, 48, -1428.88, 6805.1, 27.8018, 0, 0, ''),
|
||
(1827680, 49, -1421.81, 6819.23, 27.2245, 0, 0, ''),
|
||
(1827680, 50, -1417.53, 6830.17, 26.8234, 0, 0, ''),
|
||
(1827680, 51, -1413.23, 6840.95, 27.1372, 0, 0, ''),
|
||
(1827680, 52, -1405.41, 6850.37, 27.5122, 0, 0, ''),
|
||
(1827680, 53, -1398.09, 6853.63, 28.1562, 0, 0, ''),
|
||
(1827680, 54, -1392.86, 6856.94, 28.6752, 0, 0, ''),
|
||
(1827680, 55, -1380.59, 6866.38, 29.4249, 0, 0, ''),
|
||
(1827680, 56, -1368.13, 6877.63, 29.8399, 0, 0, ''),
|
||
(1827680, 57, -1359.9, 6885.62, 30.3062, 0, 0, ''),
|
||
(1827680, 58, -1351.92, 6894.13, 30.6103, 0, 0, ''),
|
||
(1827680, 59, -1345.9, 6900.38, 31.3503, 0, 0, ''),
|
||
(1827680, 60, -1333.7, 6908.6, 31.2734, 0, 0, ''),
|
||
(1827680, 61, -1333.24, 6917.5, 31.9057, 0, 0, ''),
|
||
(1827680, 62, -1332.71, 6919.74, 32.0853, 0, 0, ''),
|
||
(1827680, 63, -1324.53, 6934.59, 31.7551, 0, 0, ''),
|
||
(1827680, 64, -1322.31, 6938.5, 31.1221, 0, 0, 'Kor\'kron Warrior - before the gates of Garadar'),
|
||
(1827690, 1, -1337.86, 6326.29, 44.6321, 0, 0, 'Kor\'kron Warrior - start movement at spawn area'),
|
||
(1827690, 2, -1364.77, 6345.73, 42.8071, 0, 0, ''),
|
||
(1827690, 3, -1373.72, 6353.52, 41.9977, 0, 0, ''),
|
||
(1827690, 4, -1387.28, 6366.06, 40.5937, 0, 0, ''),
|
||
(1827690, 5, -1392.8, 6371.44, 39.7709, 0, 0, ''),
|
||
(1827690, 6, -1403.06, 6381.82, 38.7381, 0, 0, ''),
|
||
(1827690, 7, -1410.47, 6389.75, 37.6349, 0, 0, ''),
|
||
(1827690, 8, -1414.64, 6393.96, 36.7886, 0, 0, ''),
|
||
(1827690, 9, -1423.64, 6402.97, 36.0511, 0, 0, ''),
|
||
(1827690, 10, -1432.66, 6411.81, 35.1728, 0, 0, ''),
|
||
(1827690, 11, -1445.96, 6423.38, 33.9552, 0, 0, ''),
|
||
(1827690, 12, -1454.44, 6431.73, 33.0252, 0, 0, ''),
|
||
(1827690, 13, -1462.44, 6440.47, 32.0354, 0, 0, ''),
|
||
(1827690, 14, -1470.03, 6449.05, 31.415, 0, 0, ''),
|
||
(1827690, 15, -1475.17, 6454.82, 30.954, 0, 0, ''),
|
||
(1827690, 16, -1483.7, 6464.27, 29.8011, 0, 0, ''),
|
||
(1827690, 17, -1491.68, 6474.14, 28.8178, 0, 0, ''),
|
||
(1827690, 18, -1496.74, 6485.05, 27.3991, 0, 0, ''),
|
||
(1827690, 19, -1499.74, 6492.02, 26.3475, 0, 0, ''),
|
||
(1827690, 20, -1505.32, 6505.56, 24.591, 0, 0, ''),
|
||
(1827690, 21, -1508.12, 6517.34, 23.4314, 0, 0, ''),
|
||
(1827690, 22, -1509.33, 6522.25, 23.0039, 0, 0, ''),
|
||
(1827690, 23, -1512.36, 6536.44, 22.1783, 0, 0, ''),
|
||
(1827690, 24, -1515.41, 6553.95, 21.5943, 0, 0, ''),
|
||
(1827690, 25, -1517, 6565.65, 21.2784, 0, 0, ''),
|
||
(1827690, 26, -1517.7, 6570.25, 21.0307, 0, 0, ''),
|
||
(1827690, 27, -1517.11, 6588.3, 20.5743, 0, 0, ''),
|
||
(1827690, 28, -1515.58, 6598.08, 21.3478, 0, 0, ''),
|
||
(1827690, 29, -1514.09, 6610.3, 21.3248, 0, 0, ''),
|
||
(1827690, 30, -1511.48, 6623.33, 21.5452, 0, 0, ''),
|
||
(1827690, 31, -1509.91, 6632.76, 22.8093, 0, 0, ''),
|
||
(1827690, 32, -1509.06, 6635.81, 23.0661, 0, 0, ''),
|
||
(1827690, 33, -1506.28, 6652.98, 23.7856, 0, 0, ''),
|
||
(1827690, 34, -1502.88, 6666.35, 24.5972, 0, 0, ''),
|
||
(1827690, 35, -1497.04, 6679.25, 24.6641, 0, 0, ''),
|
||
(1827690, 36, -1491.96, 6689.87, 24.3192, 0, 0, ''),
|
||
(1827690, 37, -1487.2, 6700.85, 24.3687, 0, 0, ''),
|
||
(1827690, 38, -1482.92, 6711.86, 24.0223, 0, 0, ''),
|
||
(1827690, 39, -1479.48, 6722.84, 24.2706, 0, 0, ''),
|
||
(1827690, 40, -1473.85, 6732.23, 25.085, 0, 0, ''),
|
||
(1827690, 41, -1470.53, 6737.68, 25.3308, 0, 0, ''),
|
||
(1827690, 42, -1464.45, 6748.05, 25.8916, 0, 0, ''),
|
||
(1827690, 43, -1459.44, 6756.29, 26.5287, 0, 0, ''),
|
||
(1827690, 44, -1452.88, 6767.21, 27.2775, 0, 0, ''),
|
||
(1827690, 45, -1449.32, 6772.24, 27.6604, 0, 0, ''),
|
||
(1827690, 46, -1438.28, 6788.86, 28.1441, 0, 0, ''),
|
||
(1827690, 47, -1430.28, 6797.39, 28.0826, 0, 0, ''),
|
||
(1827690, 48, -1422.31, 6806.8, 27.6064, 0, 0, ''),
|
||
(1827690, 49, -1417.99, 6817.73, 27.1591, 0, 0, ''),
|
||
(1827690, 50, -1414.6, 6826.73, 27.0187, 0, 0, ''),
|
||
(1827690, 51, -1409.42, 6839.42, 27.0122, 0, 0, ''),
|
||
(1827690, 52, -1403.78, 6846.31, 27.6379, 0, 0, ''),
|
||
(1827690, 53, -1396.69, 6849.87, 28.0853, 0, 0, ''),
|
||
(1827690, 54, -1385.11, 6857.05, 29.3216, 0, 0, ''),
|
||
(1827690, 55, -1375.62, 6865.09, 29.9502, 0, 0, ''),
|
||
(1827690, 56, -1370.57, 6869.67, 30.1885, 0, 0, ''),
|
||
(1827690, 57, -1356.91, 6882.81, 30.6646, 0, 0, ''),
|
||
(1827690, 58, -1348.93, 6891.33, 30.6005, 0, 0, ''),
|
||
(1827690, 59, -1341.65, 6899.07, 31.4022, 0, 0, ''),
|
||
(1827690, 60, -1333.32, 6905.1, 31.7303, 0, 0, ''),
|
||
(1827690, 61, -1335.74, 6918.61, 32.0024, 0, 0, 'Kor\'kron Warrior - before the gates of Garadar'),
|
||
(1827700, 1, -1338.36, 6318.15, 45.0107, 0, 0, 'Kor\'kron Warrior - start movement at spawn area'),
|
||
(1827700, 2, -1366.54, 6351.1, 42.684, 0, 0, ''),
|
||
(1827700, 3, -1371.53, 6355.52, 42.0982, 0, 0, ''),
|
||
(1827700, 4, -1385.44, 6368.98, 40.6408, 0, 0, ''),
|
||
(1827700, 5, -1395.11, 6378.12, 39.688, 0, 0, ''),
|
||
(1827700, 6, -1401.88, 6385.12, 38.7265, 0, 0, ''),
|
||
(1827700, 7, -1408.55, 6392.33, 37.7611, 0, 0, ''),
|
||
(1827700, 8, -1416.72, 6400.79, 36.9354, 0, 0, ''),
|
||
(1827700, 9, -1425.9, 6409.82, 36.2452, 0, 0, ''),
|
||
(1827700, 10, -1434.81, 6417.92, 35.3893, 0, 0, ''),
|
||
(1827700, 11, -1443.6, 6425.72, 34.3296, 0, 0, ''),
|
||
(1827700, 12, -1449.08, 6431.05, 33.5638, 0, 0, ''),
|
||
(1827700, 13, -1457.52, 6439.9, 32.7052, 0, 0, ''),
|
||
(1827700, 14, -1465.88, 6449.28, 31.8225, 0, 0, ''),
|
||
(1827700, 15, -1475.26, 6459.55, 30.8891, 0, 0, ''),
|
||
(1827700, 16, -1482.35, 6467.57, 29.9904, 0, 0, ''),
|
||
(1827700, 17, -1490.46, 6478.49, 28.9525, 0, 0, ''),
|
||
(1827700, 18, -1495.56, 6489.77, 27.2401, 0, 0, ''),
|
||
(1827700, 19, -1498.95, 6497.49, 26.4205, 0, 0, ''),
|
||
(1827700, 20, -1502.9, 6509.29, 24.5968, 0, 0, ''),
|
||
(1827700, 21, -1504.44, 6515.89, 24.0905, 0, 0, ''),
|
||
(1827700, 22, -1508.09, 6532.02, 22.9365, 0, 0, ''),
|
||
(1827700, 23, -1511.05, 6545.22, 22.4798, 0, 0, ''),
|
||
(1827700, 24, -1511.19, 6547.37, 22.4665, 0, 0, ''),
|
||
(1827700, 25, -1513.87, 6567.74, 22.3615, 0, 0, ''),
|
||
(1827700, 26, -1514.56, 6574.31, 21.569, 0, 0, ''),
|
||
(1827700, 27, -1513.59, 6590.41, 20.8719, 0, 0, ''),
|
||
(1827700, 28, -1511.71, 6602.13, 21.0251, 0, 0, ''),
|
||
(1827700, 29, -1515.46, 6610.35, 21.3261, 0, 0, ''),
|
||
(1827700, 30, -1508.02, 6624.96, 21.9939, 0, 0, ''),
|
||
(1827700, 31, -1507.31, 6630.81, 22.8838, 0, 0, ''),
|
||
(1827700, 32, -1502.06, 6645.73, 23.8487, 0, 0, ''),
|
||
(1827700, 33, -1501.96, 6648.02, 24.027, 0, 0, ''),
|
||
(1827700, 34, -1498.54, 6668.55, 24.9235, 0, 0, ''),
|
||
(1827700, 35, -1493.06, 6680.28, 24.9132, 0, 0, ''),
|
||
(1827700, 36, -1487.99, 6690.9, 24.6392, 0, 0, ''),
|
||
(1827700, 37, -1483.32, 6702.17, 24.9474, 0, 0, ''),
|
||
(1827700, 38, -1479.03, 6713.18, 24.4283, 0, 0, ''),
|
||
(1827700, 39, -1475.43, 6723.5, 24.5206, 0, 0, ''),
|
||
(1827700, 40, -1472.07, 6728.46, 25.2394, 0, 0, ''),
|
||
(1827700, 41, -1463.46, 6743.59, 25.5598, 0, 0, ''),
|
||
(1827700, 42, -1457.32, 6753.72, 26.0462, 0, 0, ''),
|
||
(1827700, 43, -1453.89, 6759.4, 26.7276, 0, 0, ''),
|
||
(1827700, 44, -1449.56, 6766.19, 27.4009, 0, 0, ''),
|
||
(1827700, 45, -1440.57, 6779.78, 27.7691, 0, 0, ''),
|
||
(1827700, 46, -1434.18, 6788.64, 28.1441, 0, 0, ''),
|
||
(1827700, 47, -1426.19, 6797.18, 28.2785, 0, 0, ''),
|
||
(1827700, 48, -1418.42, 6808.1, 27.7923, 0, 0, ''),
|
||
(1827700, 49, -1415.96, 6815.12, 27.5146, 0, 0, ''),
|
||
(1827700, 50, -1411.45, 6825.97, 26.9746, 0, 0, ''),
|
||
(1827700, 51, -1405.52, 6840.69, 27.0371, 0, 0, ''),
|
||
(1827700, 52, -1402.43, 6841.92, 27.6587, 0, 0, ''),
|
||
(1827700, 53, -1392.36, 6848.61, 28.4933, 0, 0, ''),
|
||
(1827700, 54, -1383.23, 6854.8, 29.8069, 0, 0, ''),
|
||
(1827700, 55, -1373.1, 6863.21, 30.309, 0, 0, ''),
|
||
(1827700, 56, -1365.27, 6870.64, 30.8986, 0, 0, ''),
|
||
(1827700, 57, -1352.81, 6882.59, 31.1589, 0, 0, ''),
|
||
(1827700, 58, -1344.83, 6891.1, 31.1191, 0, 0, ''),
|
||
(1827700, 59, -1336.76, 6899.71, 31.6812, 0, 0, ''),
|
||
(1827700, 60, -1326.48, 6909.89, 32.3162, 0, 0, ''),
|
||
(1827700, 61, -1325.03, 6921.41, 31.7239, 0, 0, ''),
|
||
(1827700, 62, -1321.3, 6936.86, 31.4009, 0, 0, ''),
|
||
(1827700, 63, -1320.95, 6938.08, 31.3483, 0, 0, ''),
|
||
(1827700, 64, -1320.08, 6941.82, 31.0778, 0, 0, 'Kor\'kron Warrior - before the gates of Garadar'),
|
||
(1827710, 1, -1336.1, 6321.05, 44.6394, 0, 0, 'Kor\'kron Warrior - start movement at spawn area'),
|
||
(1827710, 2, -1370.5, 6355.8, 42.2506, 0, 0, ''),
|
||
(1827710, 3, -1380.13, 6364.81, 41.5426, 0, 0, ''),
|
||
(1827710, 4, -1386.94, 6371.18, 40.7081, 0, 0, ''),
|
||
(1827710, 5, -1397, 6380.99, 39.5892, 0, 0, ''),
|
||
(1827710, 6, -1403.39, 6387.95, 38.5037, 0, 0, ''),
|
||
(1827710, 7, -1413.58, 6398.45, 37.258, 0, 0, ''),
|
||
(1827710, 8, -1422.06, 6406.96, 36.7312, 0, 0, ''),
|
||
(1827710, 9, -1430.37, 6414.89, 35.839, 0, 0, ''),
|
||
(1827710, 10, -1433.17, 6417.46, 35.1651, 0, 0, ''),
|
||
(1827710, 11, -1447.67, 6430.2, 34.0624, 0, 0, ''),
|
||
(1827710, 12, -1450.41, 6433.35, 33.5263, 0, 0, ''),
|
||
(1827710, 13, -1460.51, 6444.11, 32.5418, 0, 0, ''),
|
||
(1827710, 14, -1467.07, 6451.26, 31.7657, 0, 0, ''),
|
||
(1827710, 15, -1475.9, 6461.51, 30.5903, 0, 0, ''),
|
||
(1827710, 16, -1486.51, 6473.29, 29.3391, 0, 0, ''),
|
||
(1827710, 17, -1491.51, 6482.73, 28.3336, 0, 0, ''),
|
||
(1827710, 18, -1496.43, 6493.94, 26.9105, 0, 0, ''),
|
||
(1827710, 19, -1500.69, 6503.52, 25.3449, 0, 0, ''),
|
||
(1827710, 20, -1502.96, 6512.6, 24.7424, 0, 0, ''),
|
||
(1827710, 21, -1506.21, 6526, 23.5078, 0, 0, ''),
|
||
(1827710, 22, -1508.05, 6535.49, 22.9978, 0, 0, ''),
|
||
(1827710, 23, -1510.25, 6546.97, 22.5452, 0, 0, ''),
|
||
(1827710, 24, -1512.07, 6560.22, 22.8352, 0, 0, ''),
|
||
(1827710, 25, -1513.47, 6569.84, 22.2129, 0, 0, ''),
|
||
(1827710, 26, -1513.81, 6575.56, 21.3366, 0, 0, ''),
|
||
(1827710, 27, -1512.24, 6594.29, 21.0968, 0, 0, ''),
|
||
(1827710, 28, -1510.37, 6606.01, 20.9897, 0, 0, ''),
|
||
(1827710, 29, -1509.37, 6612.41, 21.3332, 0, 0, ''),
|
||
(1827710, 30, -1506.95, 6625.79, 21.8996, 0, 0, ''),
|
||
(1827710, 31, -1504.62, 6639.59, 23.5605, 0, 0, ''),
|
||
(1827710, 32, -1503.59, 6646.04, 23.8718, 0, 0, ''),
|
||
(1827710, 33, -1501.31, 6658.85, 24.6823, 0, 0, ''),
|
||
(1827710, 34, -1497.47, 6668.72, 24.9393, 0, 0, ''),
|
||
(1827710, 35, -1490.68, 6683.62, 25.0003, 0, 0, ''),
|
||
(1827710, 36, -1485.6, 6694.24, 24.863, 0, 0, ''),
|
||
(1827710, 37, -1481.19, 6705.68, 24.8409, 0, 0, ''),
|
||
(1827710, 38, -1476.9, 6716.69, 24.6652, 0, 0, ''),
|
||
(1827710, 39, -1472.74, 6726.6, 24.9788, 0, 0, ''),
|
||
(1827710, 40, -1471.71, 6727.62, 25.4966, 0, 0, ''),
|
||
(1827710, 41, -1460.75, 6746.67, 25.8465, 0, 0, ''),
|
||
(1827710, 42, -1456.74, 6753.44, 26.3156, 0, 0, ''),
|
||
(1827710, 43, -1452.21, 6760.69, 26.8078, 0, 0, ''),
|
||
(1827710, 44, -1445.25, 6771.42, 27.5695, 0, 0, ''),
|
||
(1827710, 45, -1437.66, 6782.68, 27.7691, 0, 0, ''),
|
||
(1827710, 46, -1430.97, 6791.02, 28.3323, 0, 0, ''),
|
||
(1827710, 47, -1429.99, 6797.28, 28.0962, 0, 0, ''),
|
||
(1827710, 48, -1417.09, 6810.67, 27.8619, 0, 0, ''),
|
||
(1827710, 49, -1414.66, 6817.46, 27.3581, 0, 0, ''),
|
||
(1827710, 50, -1409.45, 6829.34, 26.9736, 0, 0, ''),
|
||
(1827710, 51, -1404.38, 6841.55, 27.3208, 0, 0, ''),
|
||
(1827710, 52, -1401.4, 6842.54, 27.8775, 0, 0, ''),
|
||
(1827710, 53, -1389.5, 6849.63, 29.0597, 0, 0, ''),
|
||
(1827710, 54, -1375.87, 6859.64, 30.3839, 0, 0, ''),
|
||
(1827710, 55, -1372.46, 6862.98, 30.5783, 0, 0, ''),
|
||
(1827710, 56, -1357.81, 6876.39, 31.2017, 0, 0, ''),
|
||
(1827710, 57, -1349.53, 6885.05, 31.4071, 0, 0, ''),
|
||
(1827710, 58, -1341.55, 6893.56, 31.3428, 0, 0, ''),
|
||
(1827710, 59, -1333.48, 6902.18, 31.6484, 0, 0, ''),
|
||
(1827710, 60, -1337.2, 6915.83, 31.8606, 0, 0, 'Kor\'kron Warrior - before the gates of Garadar'),
|
||
(1827720, 1, -1333.94, 6323.75, 44.8534, 0, 0, 'Kor\'kron Warrior - start movement at spawn area'),
|
||
(1827720, 2, -1372.98, 6355.6, 42.1772, 0, 0, ''),
|
||
(1827720, 3, -1380.7, 6362.48, 41.3888, 0, 0, ''),
|
||
(1827720, 4, -1393.17, 6374.48, 39.9179, 0, 0, ''),
|
||
(1827720, 5, -1402.02, 6383.17, 38.7765, 0, 0, ''),
|
||
(1827720, 6, -1406.12, 6387.85, 38.1073, 0, 0, ''),
|
||
(1827720, 7, -1412.97, 6394.52, 37.0957, 0, 0, ''),
|
||
(1827720, 8, -1421.72, 6403.78, 36.4021, 0, 0, ''),
|
||
(1827720, 9, -1433.08, 6414.56, 35.4697, 0, 0, ''),
|
||
(1827720, 10, -1443.61, 6423.72, 34.3649, 0, 0, ''),
|
||
(1827720, 11, -1452.46, 6431.77, 33.2746, 0, 0, ''),
|
||
(1827720, 12, -1456.17, 6436.21, 32.6898, 0, 0, ''),
|
||
(1827720, 13, -1467.68, 6449.08, 31.6122, 0, 0, ''),
|
||
(1827720, 14, -1468.97, 6450.54, 31.2223, 0, 0, ''),
|
||
(1827720, 15, -1480.56, 6463.54, 30.0947, 0, 0, ''),
|
||
(1827720, 16, -1489.66, 6473.82, 28.7717, 0, 0, ''),
|
||
(1827720, 17, -1493.37, 6481.85, 28.1543, 0, 0, ''),
|
||
(1827720, 18, -1499.81, 6495.99, 26.265, 0, 0, ''),
|
||
(1827720, 19, -1503.46, 6504.89, 24.8764, 0, 0, ''),
|
||
(1827720, 20, -1504.96, 6512.26, 23.917, 0, 0, ''),
|
||
(1827720, 21, -1506.79, 6519.46, 23.3535, 0, 0, ''),
|
||
(1827720, 22, -1511.3, 6540.13, 22.4965, 0, 0, ''),
|
||
(1827720, 23, -1513.4, 6552.57, 21.8355, 0, 0, ''),
|
||
(1827720, 24, -1515, 6564.34, 22.0574, 0, 0, ''),
|
||
(1827720, 25, -1515.5, 6569.12, 21.4177, 0, 0, ''),
|
||
(1827720, 26, -1515.8, 6579.86, 20.8433, 0, 0, ''),
|
||
(1827720, 27, -1513.71, 6598.12, 21.065, 0, 0, ''),
|
||
(1827720, 28, -1515.31, 6600, 21.0576, 0, 0, ''),
|
||
(1827720, 29, -1514.25, 6616.75, 21.1817, 0, 0, ''),
|
||
(1827720, 30, -1508.64, 6631.32, 22.7814, 0, 0, ''),
|
||
(1827720, 31, -1510.23, 6634.84, 22.6085, 0, 0, ''),
|
||
(1827720, 32, -1505.24, 6651.35, 23.9668, 0, 0, ''),
|
||
(1827720, 33, -1503.26, 6661.04, 24.2379, 0, 0, ''),
|
||
(1827720, 34, -1497.55, 6674.14, 24.9518, 0, 0, ''),
|
||
(1827720, 35, -1491, 6687.71, 24.554, 0, 0, ''),
|
||
(1827720, 36, -1485.92, 6698.33, 24.5692, 0, 0, ''),
|
||
(1827720, 37, -1481.81, 6709.74, 24.4101, 0, 0, ''),
|
||
(1827720, 38, -1477.52, 6720.74, 24.4056, 0, 0, ''),
|
||
(1827720, 39, -1472.88, 6730.48, 25.195, 0, 0, ''),
|
||
(1827720, 40, -1468.46, 6737.82, 25.6772, 0, 0, ''),
|
||
(1827720, 41, -1460.65, 6750.78, 25.8965, 0, 0, ''),
|
||
(1827720, 42, -1457.14, 6756.59, 26.4395, 0, 0, ''),
|
||
(1827720, 43, -1452.09, 6764.84, 27.1441, 0, 0, ''),
|
||
(1827720, 44, -1442.27, 6779.77, 27.9569, 0, 0, ''),
|
||
(1827720, 45, -1437.29, 6786.76, 27.8575, 0, 0, ''),
|
||
(1827720, 46, -1429.97, 6795.1, 28.2073, 0, 0, ''),
|
||
(1827720, 47, -1421.98, 6803.65, 28.0237, 0, 0, ''),
|
||
(1827720, 48, -1418.86, 6812.07, 27.6968, 0, 0, ''),
|
||
(1827720, 49, -1413.82, 6823.54, 27.1134, 0, 0, ''),
|
||
(1827720, 50, -1408.24, 6837.48, 26.8872, 0, 0, ''),
|
||
(1827720, 51, -1404.64, 6846.63, 27.4494, 0, 0, ''),
|
||
(1827720, 52, -1396.57, 6848.58, 27.9887, 0, 0, ''),
|
||
(1827720, 53, -1387.11, 6853.48, 29.2365, 0, 0, ''),
|
||
(1827720, 54, -1375.79, 6862.61, 29.8334, 0, 0, ''),
|
||
(1827720, 55, -1373.31, 6864.99, 30.3576, 0, 0, ''),
|
||
(1827720, 56, -1361.35, 6876.02, 31.1377, 0, 0, ''),
|
||
(1827720, 57, -1348.59, 6889.05, 30.9143, 0, 0, ''),
|
||
(1827720, 58, -1340.61, 6897.56, 31.3502, 0, 0, ''),
|
||
(1827720, 59, -1332.54, 6906.17, 31.5737, 0, 0, ''),
|
||
(1827720, 60, -1327.8, 6915.72, 32.1437, 0, 0, ''),
|
||
(1827720, 61, -1318.26, 6944.24, 31.368, 0, 0, 'Kor\'kron Warrior - before the gates of Garadar'),
|
||
(1961000, 1, 2984.46, 3699.44, 142.647, 0, 0, 'Irradiated Worker'),
|
||
(1961000, 2, 2982.82, 3701.98, 142.641, 0, 0, 'Irradiated Worker'),
|
||
(1961000, 3, 2980.69, 3704.22, 142.516, 0, 0, 'Irradiated Worker'),
|
||
(1961000, 4, 2979.41, 3706.95, 142.516, 0, 0, 'Irradiated Worker'),
|
||
(1961000, 5, 2972.23, 3710.49, 142.57, 0, 0, 'Irradiated Worker'),
|
||
(1961000, 6, 2975.73, 3712.64, 142.391, 0, 0, 'Irradiated Worker'),
|
||
(1961000, 7, 2978.26, 3714.2, 142.391, 0, 0, 'Irradiated Worker'),
|
||
(1961000, 8, 2980.5, 3716.54, 142.391, 0, 0, 'Irradiated Worker'),
|
||
(1961000, 9, 2983.39, 3717.42, 142.46, 0, 0, 'Irradiated Worker'),
|
||
(1961000, 10, 2988.86, 3715.1, 143.092, 0, 0, 'Irradiated Worker'),
|
||
(1961000, 11, 2990.2, 3717.81, 143.077, 0, 0, 'Irradiated Worker'),
|
||
(1961000, 12, 2991.54, 3720.53, 143.189, 0, 0, 'Irradiated Worker'),
|
||
(1961000, 13, 2992.89, 3723.26, 143.494, 0, 0, 'Irradiated Worker'),
|
||
(1961000, 14, 2993.46, 3724.4, 143.632, 0, 0, 'Irradiated Worker'),
|
||
(1961000, 15, 2997.08, 3726.94, 143.853, 0, 0, 'Irradiated Worker'),
|
||
(1961001, 1, 2982.83, 3701.96, 142.641, 0, 0, 'Irradiated Worker'),
|
||
(1961001, 2, 2981.2, 3704.5, 142.516, 0, 0, 'Irradiated Worker'),
|
||
(1961001, 3, 2979.42, 3706.94, 142.516, 0, 0, 'Irradiated Worker'),
|
||
(1961001, 4, 2978.14, 3709.66, 142.363, 0, 0, 'Irradiated Worker'),
|
||
(1961001, 5, 2974.79, 3712.06, 142.257, 0, 0, 'Irradiated Worker'),
|
||
(1961001, 6, 2978.28, 3714.21, 142.391, 0, 0, 'Irradiated Worker'),
|
||
(1961001, 7, 2980.81, 3715.77, 142.391, 0, 0, 'Irradiated Worker'),
|
||
(1961001, 8, 2983.37, 3717.42, 142.458, 0, 0, 'Irradiated Worker'),
|
||
(1961001, 9, 2986.25, 3718.3, 142.679, 0, 0, 'Irradiated Worker'),
|
||
(1961001, 10, 2990.19, 3717.79, 143.079, 0, 0, 'Irradiated Worker'),
|
||
(1961001, 11, 2991.53, 3720.5, 143.187, 0, 0, 'Irradiated Worker'),
|
||
(1961001, 12, 2992.87, 3723.22, 143.49, 0, 0, 'Irradiated Worker'),
|
||
(1961001, 13, 2994.22, 3725.95, 143.692, 0, 0, 'Irradiated Worker'),
|
||
(1961001, 14, 2994.79, 3727.09, 143.829, 0, 0, 'Irradiated Worker'),
|
||
(1961001, 15, 2993.27, 3728.82, 144.037, 0, 0, 'Irradiated Worker'),
|
||
(1961002, 1, 2976.52, 3713.12, 142.391, 0, 0, 'Irradiated Worker'),
|
||
(1961002, 2, 2976.68, 3713.48, 142.677, 0, 0, 'Irradiated Worker'),
|
||
(1961002, 3, 2991.18, 3719.8, 143.145, 0, 0, 'Irradiated Worker'),
|
||
(1961002, 4, 2996.11, 3729.78, 143.988, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 1, 2995.45, 3728.86, 144.042, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 2, 2993.67, 3726.41, 143.748, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 3, 2992.5, 3723.4, 143.512, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 4, 2990.97, 3722.04, 143.203, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 5, 2987.99, 3719.38, 142.763, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 6, 2983.94, 3718.58, 142.527, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 7, 2982.99, 3715.74, 142.461, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 8, 2980.01, 3713.13, 142.628, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 9, 2980.16, 3711.08, 142.688, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 10, 2980.46, 3707.1, 142.523, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 11, 2980.06, 3704.01, 142.268, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 12, 2980.81, 3701.12, 142.641, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 13, 2983.23, 3692.62, 143.048, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 14, 2986.02, 3691.54, 142.949, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 15, 2988.53, 3688.7, 142.885, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 16, 2994.54, 3689.01, 143.455, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 17, 2997.56, 3689.18, 143.631, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 18, 3000.59, 3689.34, 143.631, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 19, 3003.6, 3689.8, 143.631, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 20, 3006.64, 3689.78, 143.631, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 21, 3009.67, 3689.76, 143.631, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 22, 3012.7, 3689.74, 143.631, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 23, 3015.75, 3690.37, 143.631, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 24, 3018.77, 3690.02, 143.631, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 25, 3021.78, 3689.66, 143.631, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 26, 3024.79, 3689.31, 143.631, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 27, 3027.82, 3689.12, 143.631, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 28, 3030.81, 3688.72, 143.276, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 29, 3033.77, 3688.14, 143.048, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 30, 3036.72, 3687.55, 142.964, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 31, 3039.85, 3684.93, 142.766, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 32, 3042.66, 3686.02, 142.713, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 33, 3045.46, 3687.12, 142.645, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 34, 3048.52, 3687.69, 142.345, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 35, 3051.2, 3689.11, 142.526, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 36, 3053.87, 3690.53, 140.503, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 37, 3056.6, 3691.82, 142.894, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 38, 3058.23, 3692.76, 143.255, 0, 0, 'Irradiated Worker'),
|
||
(1961003, 39, 3058.29, 3692.8, 143.258, 0, 0, 'Irradiated Worker'),
|
||
(2000110, 1, 2315.69, -5998.78, 2.62002, 0, 0, NULL),
|
||
(2000110, 2, 2315.94, -5997.28, 2.12002, 0, 0, NULL),
|
||
(2000110, 3, 2316.2, -5997.02, 2.25691, 0, 0, NULL),
|
||
(2000110, 4, 2316.45, -5995.27, 2.00691, 0, 0, NULL),
|
||
(2000110, 5, 2316.45, -5993.02, 2.00691, 0, 0, NULL),
|
||
(2000110, 6, 2316.7, -5991.02, 2.00691, 0, 0, NULL),
|
||
(2000110, 7, 2316.61, -5990.38, 1.74378, 0, 0, NULL),
|
||
(2000110, 8, 2316.3, -5992.46, 2.60143, 0, 0, NULL),
|
||
(2000110, 9, 2315.8, -5994.96, 1.85143, 0, 0, NULL),
|
||
(2000110, 10, 2315.55, -5997.21, 2.35143, 0, 0, NULL),
|
||
(2000110, 11, 2315.55, -5998.21, 2.60143, 0, 0, NULL),
|
||
(2000110, 12, 2314.8, -6002.71, 2.10143, 0, 0, NULL),
|
||
(2000110, 13, 2314.5, -6004.03, 1.95909, 0, 0, NULL),
|
||
(2021800, 1, 2918.93, 4180.71, 161.867, 0, 0, 'Manforge B\'naar cast point 1'),
|
||
(2021801, 1, 2911.8, 4196.94, 161.883, 0, 0, 'Manforge B\'naar cast point 2'),
|
||
(2021802, 1, 2417.71, 2748.97, 132.416, 0, 0, 'Manforge Coruu cast point 1'),
|
||
(2021803, 1, 2424.12, 2765.2, 132.368, 0, 0, 'Manforge Coruu cast point 2'),
|
||
(2021804, 1, 2969.34, 2175.69, 163.198, 0, 0, 'Manforge Duru cast point 1'),
|
||
(2021805, 1, 2986.23, 2184.67, 163.204, 0, 0, 'Manforge Duru cast point 2'),
|
||
(2043900, 1, 4004.42, 4033.56, 192.624, 0, 0, 'Manforge Ara cast point 1'),
|
||
(2043901, 1, 4024.73, 4027.47, 192.56, 0, 0, 'Manforge Ara cast point 2'),
|
||
(2117000, 1, -1166.15, 2232.44, 154.481, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 1 WP 1'),
|
||
(2117000, 2, -1166.44, 2233.4, 154.481, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 1 WP 2'),
|
||
(2117000, 3, -1162.91, 2207.57, 140.908, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 1 WP 3'),
|
||
(2117000, 4, -1165.15, 2160.38, 126.13, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 1 WP 4'),
|
||
(2117000, 5, -1171.2, 2119.91, 110.074, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 1 WP 5'),
|
||
(2117000, 6, -1152.6, 2108.96, 101.907, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 1 WP 6'),
|
||
(2117000, 7, -1126.18, 2129.6, 118.657, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 1 WP 7'),
|
||
(2117000, 8, -1113.31, 2146.84, 135.13, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 1 WP 8'),
|
||
(2117000, 9, -1105.45, 2173.65, 171.018, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 1 WP 9'),
|
||
(2117000, 10, -1107.9, 2202.19, 195.935, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 1 WP 10'),
|
||
(2117001, 1, -1166.15, 2232.44, 154.481, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 2 WP 1'),
|
||
(2117001, 2, -1166.44, 2233.4, 154.481, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 2 WP 2'),
|
||
(2117001, 3, -1182.96, 2208.79, 125.38, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 2 WP 3'),
|
||
(2117001, 4, -1182.29, 2161.91, 114.241, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 2 WP 4'),
|
||
(2117001, 5, -1175.9, 2113.83, 105.185, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 2 WP 5'),
|
||
(2117001, 6, -1152.6, 2108.96, 104.546, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 2 WP 6'),
|
||
(2117001, 7, -1126.18, 2129.6, 117.018, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 2 WP 7'),
|
||
(2117001, 8, -1097.3, 2159.93, 136.074, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 2 WP 8'),
|
||
(2117001, 9, -1084.76, 2185.17, 157.88, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 2 WP 9'),
|
||
(2117001, 10, -1074.36, 2208.39, 178.13, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 2 WP 10'),
|
||
(2117002, 1, -1166.15, 2232.44, 154.481, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 3 WP 1'),
|
||
(2117002, 2, -1166.44, 2233.4, 154.481, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 3 WP 2'),
|
||
(2117002, 3, -1150.55, 2194.86, 120.93, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 3 WP 3'),
|
||
(2117002, 4, -1151.81, 2161.05, 110.986, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 3 WP 4'),
|
||
(2117002, 5, -1152.94, 2131.73, 105.958, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 3 WP 5'),
|
||
(2117002, 6, -1151.15, 2107.6, 99.458, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 3 WP 6'),
|
||
(2117002, 7, -1165.41, 2089.04, 115.68, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 3 WP 7'),
|
||
(2117002, 8, -1174.07, 2083.78, 125.069, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 3 WP 8'),
|
||
(2117002, 9, -1205.33, 2083.08, 164.097, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 3 WP 9'),
|
||
(2117002, 10, -1232.79, 2084.87, 183.402, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 3 WP 10'),
|
||
(2117002, 11, -1264.57, 2093.13, 197.514, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 3 WP 11'),
|
||
(2117003, 1, -1166.15, 2232.44, 154.481, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 4 WP 1'),
|
||
(2117003, 2, -1166.44, 2233.4, 154.481, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 4 WP 2'),
|
||
(2117003, 3, -1152.79, 2211.29, 120.93, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 4 WP 3'),
|
||
(2117003, 4, -1146.58, 2178.45, 110.986, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 4 WP 4'),
|
||
(2117003, 5, -1155.94, 2146.78, 105.958, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 4 WP 5'),
|
||
(2117003, 6, -1151.15, 2107.6, 99.6803, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 4 WP 6'),
|
||
(2117003, 7, -1142.79, 2094.16, 103.541, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 4 WP 7'),
|
||
(2117003, 8, -1136.9, 2085.38, 109.125, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 4 WP 8'),
|
||
(2117003, 9, -1119.04, 2071.98, 118.875, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 4 WP 9'),
|
||
(2117003, 10, -1103.59, 2050.4, 128.208, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 4 WP 10'),
|
||
(2117003, 11, -1080.57, 2022.38, 137.514, 0, 0, 'Honor Hold Gryphon Brigadier, South Path 4 WP 11'),
|
||
(2131500, 1, -3810.77, 1074.14, 125.56, 0, 0, 'Ruul the Darkener'),
|
||
(2131500, 2, -3839.98, 1071.58, 118.499, 0, 0, ''),
|
||
(2131500, 3, -3867.75, 1062.55, 106.879, 0, 0, ''),
|
||
(2131500, 4, -3896.48, 1041.89, 85.963, 0, 0, ''),
|
||
(2131500, 5, -3923.94, 1020.87, 60.165, 0, 0, ''),
|
||
(2131500, 6, -3946.8, 1009.01, 42.2177, 0, 0, ''),
|
||
(2131500, 7, -3981.31, 987.115, 15.5192, 0, 0, ''),
|
||
(2131500, 8, -3988.65, 978.964, 14.183, 0, 0, ''),
|
||
(2131500, 9, -3994.63, 970.492, 13.4223, 0, 0, ''),
|
||
(2131500, 10, -3999.27, 963.359, 11.8978, 0, 0, ''),
|
||
(2131500, 11, -4002.65, 956.702, 13.1709, 0, 0, ''),
|
||
(2131500, 12, -4006.13, 948.931, 14.0756, 0, 0, ''),
|
||
(2131500, 13, -4009.08, 941.564, 13.9254, 0, 0, ''),
|
||
(2131500, 14, -4012.38, 932.841, 12.7417, 0, 0, ''),
|
||
(2131500, 15, -4015.21, 924.932, 11.9336, 0, 0, ''),
|
||
(2131500, 16, -4018.21, 916.585, 11.4392, 0, 0, ''),
|
||
(2131500, 17, -4021.09, 908.568, 9.90932, 0, 0, ''),
|
||
(2131500, 18, -4023.53, 901.509, 8.09585, 0, 0, ''),
|
||
(2131500, 19, -4025.94, 893.223, 6.46008, 0, 0, ''),
|
||
(2131500, 20, -4027.94, 885.911, 6.6277, 0, 0, ''),
|
||
(2131500, 21, -4030.02, 878.134, 5.05458, 0, 0, ''),
|
||
(2131500, 22, -4031.69, 871.699, 4.27596, 0, 0, ''),
|
||
(2131500, 23, -4033.41, 864.072, 4.70797, 0, 0, ''),
|
||
(2131500, 24, -4034.91, 855.929, 4.55505, 0, 0, ''),
|
||
(2131500, 25, -4036.04, 849.376, 3.86906, 0, 0, ''),
|
||
(2131500, 26, -4037.32, 842.018, 2.85057, 0, 0, ''),
|
||
(2131500, 27, -4038.59, 834.424, 1.48921, 0, 0, ''),
|
||
(2131500, 28, -4039.96, 825.306, 1.31322, 0, 0, ''),
|
||
(2131500, 29, -4041.57, 816.706, 2.23125, 0, 0, ''),
|
||
(2131500, 30, -4043.16, 808.102, 2.51651, 0, 0, ''),
|
||
(2131500, 31, -4044.74, 799.141, 2.17118, 0, 0, ''),
|
||
(2131500, 32, -4046.31, 789.718, 2.22293, 0, 0, ''),
|
||
(2131500, 33, -4048.57, 778.75, 2.56021, 0, 0, ''),
|
||
(2131500, 34, -4050.58, 769.518, 2.58665, 0, 0, ''),
|
||
(2131500, 35, -4052.51, 760.737, 2.30316, 0, 0, ''),
|
||
(2131500, 36, -4054.78, 751.808, 1.35838, 0, 0, ''),
|
||
(2131500, 37, -4059.46, 742.17, 0.61918, 0, 0, ''),
|
||
(2131500, 38, -4065.09, 733.178, 0.61918, 0, 0, ''),
|
||
(2131500, 39, -4071.71, 723.998, 0.71151, 0, 0, ''),
|
||
(2131500, 40, -4077.79, 715.879, 1.83836, 0, 0, ''),
|
||
(2131500, 41, -4084.31, 706.928, 2.53091, 0, 0, ''),
|
||
(2131500, 42, -4090.45, 698.544, 2.5732, 0, 0, ''),
|
||
(2131500, 43, -4096.37, 690.448, 2.95817, 0, 0, ''),
|
||
(2131500, 44, -4102.31, 681.796, 2.67915, 0, 0, ''),
|
||
(2131500, 45, -4108.59, 672.95, 1.73231, 0, 0, ''),
|
||
(2131500, 46, -4115.71, 663.703, 2.73044, 0, 0, ''),
|
||
(2131500, 47, -4122.24, 655.339, 3.09841, 0, 0, ''),
|
||
(2131500, 48, -4128.94, 646.224, 4.00574, 0, 0, ''),
|
||
(2131500, 49, -4134.55, 637.621, 3.6254, 0, 0, ''),
|
||
(2131500, 50, -4139.81, 628.014, 4.27954, 0, 0, ''),
|
||
(2131500, 51, -4143, 617.558, 3.6599, 0, 0, ''),
|
||
(2131500, 52, -4145, 609.041, 4.80565, 0, 0, ''),
|
||
(2131500, 53, -4147.11, 597.93, 6.45364, 0, 0, ''),
|
||
(2131500, 54, -4149.08, 586.674, 8.64551, 0, 0, ''),
|
||
(2131500, 55, -4152.33, 575.23, 9.68845, 0, 0, ''),
|
||
(2131500, 56, -4156.26, 563.385, 11.2971, 0, 0, ''),
|
||
(2131500, 57, -4160.94, 552.97, 13.1934, 0, 0, ''),
|
||
(2131500, 58, -4165.42, 542.826, 15.6237, 0, 0, ''),
|
||
(2131500, 59, -4171.16, 531.23, 19.8849, 0, 0, ''),
|
||
(2131500, 60, -4174.9, 523.848, 22.9552, 0, 0, ''),
|
||
(2131500, 61, -4171.16, 531.23, 19.8849, 0, 0, ''),
|
||
(2131500, 62, -4165.42, 542.826, 15.6237, 0, 0, ''),
|
||
(2131500, 63, -4160.94, 552.97, 13.1934, 0, 0, ''),
|
||
(2131500, 64, -4156.26, 563.385, 11.2971, 0, 0, ''),
|
||
(2131500, 65, -4152.33, 575.23, 9.68845, 0, 0, ''),
|
||
(2131500, 66, -4149.08, 586.674, 8.64551, 0, 0, ''),
|
||
(2131500, 67, -4147.11, 597.93, 6.45364, 0, 0, ''),
|
||
(2131500, 68, -4145, 609.041, 4.80565, 0, 0, ''),
|
||
(2131500, 69, -4143, 617.558, 3.6599, 0, 0, ''),
|
||
(2131500, 70, -4139.81, 628.014, 4.27954, 0, 0, ''),
|
||
(2131500, 71, -4134.55, 637.621, 3.6254, 0, 0, ''),
|
||
(2131500, 72, -4128.94, 646.224, 4.00574, 0, 0, ''),
|
||
(2131500, 73, -4122.24, 655.339, 3.09841, 0, 0, ''),
|
||
(2131500, 74, -4115.71, 663.703, 2.73044, 0, 0, ''),
|
||
(2131500, 75, -4108.59, 672.95, 1.73231, 0, 0, ''),
|
||
(2131500, 76, -4102.31, 681.796, 2.67915, 0, 0, ''),
|
||
(2131500, 77, -4096.37, 690.448, 2.95817, 0, 0, ''),
|
||
(2131500, 78, -4090.45, 698.544, 2.5732, 0, 0, ''),
|
||
(2131500, 79, -4084.31, 706.928, 2.53091, 0, 0, ''),
|
||
(2131500, 80, -4077.79, 715.879, 1.83836, 0, 0, ''),
|
||
(2131500, 81, -4071.71, 723.998, 0.71151, 0, 0, ''),
|
||
(2131500, 82, -4065.09, 733.178, 0.61918, 0, 0, ''),
|
||
(2131500, 83, -4059.46, 742.17, 0.61918, 0, 0, ''),
|
||
(2131500, 84, -4054.78, 751.808, 1.35838, 0, 0, ''),
|
||
(2131500, 85, -4052.51, 760.737, 2.30316, 0, 0, ''),
|
||
(2131500, 86, -4050.58, 769.518, 2.58665, 0, 0, ''),
|
||
(2131500, 87, -4048.57, 778.75, 2.56021, 0, 0, ''),
|
||
(2131500, 88, -4046.31, 789.718, 2.22293, 0, 0, ''),
|
||
(2131500, 89, -4044.74, 799.141, 2.17118, 0, 0, ''),
|
||
(2131500, 90, -4043.16, 808.102, 2.51651, 0, 0, ''),
|
||
(2131500, 91, -4041.57, 816.706, 2.23125, 0, 0, ''),
|
||
(2131500, 92, -4039.96, 825.306, 1.31322, 0, 0, ''),
|
||
(2131500, 93, -4038.59, 834.424, 1.48921, 0, 0, ''),
|
||
(2131500, 94, -4037.32, 842.018, 2.85057, 0, 0, ''),
|
||
(2131500, 95, -4036.04, 849.376, 3.86906, 0, 0, ''),
|
||
(2131500, 96, -4034.91, 855.929, 4.55505, 0, 0, ''),
|
||
(2131500, 97, -4033.41, 864.072, 4.70797, 0, 0, ''),
|
||
(2131500, 98, -4031.69, 871.699, 4.27596, 0, 0, ''),
|
||
(2131500, 99, -4030.02, 878.134, 5.05458, 0, 0, ''),
|
||
(2131500, 100, -4027.94, 885.911, 6.6277, 0, 0, ''),
|
||
(2131500, 101, -4025.94, 893.223, 6.46008, 0, 0, ''),
|
||
(2131500, 102, -4023.53, 901.509, 8.09585, 0, 0, ''),
|
||
(2131500, 103, -4021.09, 908.568, 9.90932, 0, 0, ''),
|
||
(2131500, 104, -4018.21, 916.585, 11.4392, 0, 0, ''),
|
||
(2131500, 105, -4015.21, 924.932, 11.9336, 0, 0, ''),
|
||
(2131500, 106, -4012.38, 932.841, 12.7417, 0, 0, ''),
|
||
(2131500, 107, -4009.08, 941.564, 13.9254, 0, 0, ''),
|
||
(2131500, 108, -4006.13, 948.931, 14.0756, 0, 0, ''),
|
||
(2131500, 109, -4002.65, 956.702, 13.1709, 0, 0, ''),
|
||
(2131500, 110, -3999.27, 963.359, 11.8978, 0, 0, ''),
|
||
(2131500, 111, -3994.63, 970.492, 13.4223, 0, 0, ''),
|
||
(2131500, 112, -3988.65, 978.964, 14.183, 0, 0, ''),
|
||
(2131500, 113, -3981.31, 987.115, 15.5192, 0, 0, ''),
|
||
(2131500, 114, -3946.8, 1009.01, 42.2177, 0, 0, ''),
|
||
(2131500, 115, -3923.94, 1020.87, 60.165, 0, 0, ''),
|
||
(2131500, 116, -3896.48, 1041.89, 85.963, 0, 0, ''),
|
||
(2131500, 117, -3867.75, 1062.55, 106.879, 0, 0, ''),
|
||
(2131500, 118, -3839.98, 1071.58, 118.499, 0, 0, ''),
|
||
(2131500, 119, -3810.77, 1074.14, 125.56, 0, 0, ''),
|
||
(2131500, 120, -3761.74, 1081.67, 125.316, 0, 0, ''),
|
||
(2168500, 1, -3600.32, 1898.6, 47.3654, 0, 0, 'Oronok Torn-heart (Path 2)'),
|
||
(2168600, 1, -3597.45, 1895.45, 47.3654, 0, 0, 'Borak, Son of Oronok (Path 2)'),
|
||
(2168700, 1, -3603.95, 1895.17, 47.3654, 0, 0, 'Gromtor, Son of Oronok (Path 2)'),
|
||
(2210200, 1, -3243.46, 281.49, 137.111, 0, 0, ''),
|
||
(2210200, 2, -3241.79, 298.108, 137.055, 0, 0, ''),
|
||
(2210200, 3, -3258.93, 306.993, 136.986, 0, 0, ''),
|
||
(2210200, 4, -3269.23, 294.214, 136.989, 0, 0, ''),
|
||
(2210200, 5, -3265.87, 279.522, 137.01, 0, 0, ''),
|
||
(2210200, 6, -3243.46, 281.49, 137.111, 0, 0, ''),
|
||
(2210200, 7, -3220.84, 303.139, 137.045, 0, 0, ''),
|
||
(2210201, 1, -3243.46, 281.49, 137.111, 0, 0, ''),
|
||
(2210201, 2, -3241.79, 298.108, 137.055, 0, 0, ''),
|
||
(2210201, 3, -3258.93, 306.993, 136.986, 0, 0, ''),
|
||
(2210201, 4, -3269.23, 294.214, 136.989, 0, 0, ''),
|
||
(2210201, 5, -3263.77, 268.623, 137.019, 0, 0, ''),
|
||
(2210201, 6, -3254.17, 266.099, 137.088, 0, 0, ''),
|
||
(2210201, 7, -3248.72, 278.363, 137.108, 0, 0, ''),
|
||
(2210202, 1, -3243.46, 281.49, 137.111, 0, 0, ''),
|
||
(2210202, 2, -3228.1, 292.874, 137.111, 0, 0, ''),
|
||
(2210203, 1, -3240.07, 346.884, 127.5, 0, 0, ''),
|
||
(2210203, 2, -3230.84, 332.969, 128.183, 0, 0, ''),
|
||
(2210203, 3, -3230.15, 308.479, 136.995, 0, 0, ''),
|
||
(2210203, 4, -3243.53, 293.283, 137.067, 0, 0, ''),
|
||
(2210203, 5, -3243, 278.767, 137.121, 0, 0, ''),
|
||
(2210203, 6, -3253.34, 265.224, 137.095, 0, 0, ''),
|
||
(2210203, 7, -3266.03, 269.369, 137, 0, 0, ''),
|
||
(2210203, 8, -3270.26, 295.106, 136.985, 0, 0, ''),
|
||
(2210203, 9, -3256.06, 301.488, 137.038, 0, 0, ''),
|
||
(2210203, 10, -3251.09, 292.567, 137.079, 0, 0, ''),
|
||
(2210204, 1, -3240.07, 346.884, 127.5, 0, 0, ''),
|
||
(2210204, 2, -3230.84, 332.969, 128.183, 0, 0, ''),
|
||
(2210204, 3, -3230.15, 308.479, 136.995, 0, 0, ''),
|
||
(2210204, 4, -3241.79, 298.108, 137.055, 0, 0, ''),
|
||
(2210204, 5, -3258.93, 306.993, 136.986, 0, 0, ''),
|
||
(2210204, 6, -3269.23, 294.214, 136.989, 0, 0, ''),
|
||
(2210204, 7, -3264.68, 284.52, 137.014, 0, 0, ''),
|
||
(2210204, 8, -3258.65, 285.294, 137.031, 0, 0, ''),
|
||
(2240400, 1, -739.33, 1922.59, 100.958, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 1 WP'),
|
||
(2240400, 2, -738.335, 1922.69, 100.958, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 1 WP'),
|
||
(2240400, 3, -750.117, 1929.09, 99.479, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 1 WP'),
|
||
(2240400, 4, -774.873, 1952.79, 99.479, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 1 WP'),
|
||
(2240400, 5, -786.857, 1972.59, 99.479, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 1 WP'),
|
||
(2240400, 6, -799.943, 2000.45, 78.9513, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 1 WP'),
|
||
(2240400, 7, -806.104, 2017.68, 73.3679, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 1 WP'),
|
||
(2240400, 8, -819.273, 2032.52, 73.1735, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 1 WP'),
|
||
(2240400, 9, -831.757, 2046.86, 80.6179, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 1 WP'),
|
||
(2240400, 10, -844.098, 2058.49, 83.6458, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 1 WP'),
|
||
(2240400, 11, -859.039, 2080.07, 95.7846, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 1 WP'),
|
||
(2240400, 12, -883.338, 2095.61, 107.562, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 1 WP'),
|
||
(2240401, 1, -739.33, 1922.59, 100.958, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 2 WP'),
|
||
(2240401, 2, -738.335, 1922.69, 100.958, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 2 WP'),
|
||
(2240401, 3, -750.117, 1929.09, 99.479, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 2 WP'),
|
||
(2240401, 4, -773.302, 1941.18, 99.479, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 2 WP'),
|
||
(2240401, 5, -792.357, 1953.98, 99.479, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 2 WP'),
|
||
(2240401, 6, -812.739, 1993.08, 78.9513, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 2 WP'),
|
||
(2240401, 7, -823.251, 2008.55, 73.3679, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 2 WP'),
|
||
(2240401, 8, -823.464, 2030.83, 73.1735, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 2 WP'),
|
||
(2240401, 9, -812.504, 2051.15, 80.6179, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 2 WP'),
|
||
(2240401, 10, -775.508, 2066, 83.6458, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 2 WP'),
|
||
(2240401, 11, -728.439, 2072.98, 87.729, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 2 WP'),
|
||
(2240402, 1, -739.33, 1922.59, 100.958, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 3 WP'),
|
||
(2240402, 2, -738.335, 1922.69, 100.958, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 3 WP'),
|
||
(2240402, 3, -750.117, 1929.09, 99.479, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 3 WP'),
|
||
(2240402, 4, -773.302, 1941.18, 99.479, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 3 WP'),
|
||
(2240402, 5, -798.551, 1950.06, 99.479, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 3 WP'),
|
||
(2240402, 6, -822.979, 1966.3, 78.9513, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 3 WP'),
|
||
(2240402, 7, -829.121, 1999.82, 73.3679, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 3 WP'),
|
||
(2240402, 8, -823.464, 2030.83, 73.1735, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 3 WP'),
|
||
(2240402, 9, -822.024, 2049.51, 80.6179, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 3 WP'),
|
||
(2240402, 10, -838.626, 2088.11, 83.6458, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 3 WP'),
|
||
(2240402, 11, -857.725, 2123.35, 87.729, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 3 WP'),
|
||
(2240402, 12, -856.735, 2157.76, 99.9512, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 3 WP'),
|
||
(2240403, 1, -739.33, 1922.59, 100.958, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 4 WP'),
|
||
(2240403, 2, -738.335, 1922.69, 100.958, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 4 WP'),
|
||
(2240403, 3, -750.117, 1929.09, 99.479, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 4 WP'),
|
||
(2240403, 4, -773.302, 1941.18, 99.479, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 4 WP'),
|
||
(2240403, 5, -792.357, 1953.98, 99.479, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 4 WP'),
|
||
(2240403, 6, -812.739, 1993.08, 78.9513, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 4 WP'),
|
||
(2240403, 7, -823.251, 2008.55, 73.3679, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 4 WP'),
|
||
(2240403, 8, -823.464, 2030.83, 73.1735, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 4 WP'),
|
||
(2240403, 9, -812.504, 2051.15, 80.6179, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 4 WP'),
|
||
(2240403, 10, -838.626, 2088.11, 83.6458, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 4 WP'),
|
||
(2240403, 11, -857.725, 2123.35, 87.729, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 4 WP'),
|
||
(2240403, 12, -891.104, 2149.23, 87.729, 0, 0, 'Honor Hold Gryphon Brigadier, North Path 4 WP'),
|
||
(2240500, 1, -739.33, 1922.59, 100.958, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 1 WP'),
|
||
(2240500, 2, -738.335, 1922.69, 100.958, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 1 WP'),
|
||
(2240500, 3, -750.117, 1929.09, 99.479, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 1 WP'),
|
||
(2240500, 4, -779.029, 1934.05, 99.479, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 1 WP'),
|
||
(2240500, 5, -805.923, 1932.24, 104.229, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 1 WP'),
|
||
(2240500, 6, -837.349, 1926.67, 101.09, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 1 WP'),
|
||
(2240500, 7, -862.734, 1923.36, 97.618, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 1 WP'),
|
||
(2240500, 8, -897.917, 1921.76, 99.5902, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 1 WP'),
|
||
(2240500, 9, -914.859, 1930.44, 97.6736, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 1 WP'),
|
||
(2240500, 10, -932.51, 1940.81, 109.062, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 1 WP'),
|
||
(2240500, 11, -945.128, 1950.6, 122.785, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 1 WP'),
|
||
(2240500, 12, -966.256, 1954.87, 135.812, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 1 WP'),
|
||
(2240500, 13, -993.241, 1956.07, 157.451, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 1 WP'),
|
||
(2240501, 1, -739.33, 1922.59, 100.958, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 2 WP'),
|
||
(2240501, 2, -738.335, 1922.69, 100.958, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 2 WP'),
|
||
(2240501, 3, -750.117, 1929.09, 99.479, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 2 WP'),
|
||
(2240501, 4, -780.662, 1927.18, 99.479, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 2 WP'),
|
||
(2240501, 5, -811.286, 1921.43, 104.229, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 2 WP'),
|
||
(2240501, 6, -834.978, 1920.71, 101.09, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 2 WP'),
|
||
(2240501, 7, -866.052, 1916.7, 97.618, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 2 WP'),
|
||
(2240501, 8, -895.76, 1922.27, 99.5902, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 2 WP'),
|
||
(2240501, 9, -923.193, 1916.77, 97.6736, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 2 WP'),
|
||
(2240501, 10, -948.404, 1901.38, 98.9791, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 2 WP'),
|
||
(2240501, 11, -966.732, 1893.37, 110.007, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 2 WP'),
|
||
(2240501, 12, -989.969, 1893.08, 135.812, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 2 WP'),
|
||
(2240501, 13, -1025.91, 1875.03, 164.979, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 2 WP'),
|
||
(2240502, 1, -739.33, 1922.59, 100.958, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 3 WP'),
|
||
(2240502, 2, -738.335, 1922.69, 100.958, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 3 WP'),
|
||
(2240502, 3, -750.117, 1929.09, 99.479, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 3 WP'),
|
||
(2240502, 4, -773.302, 1941.18, 99.479, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 3 WP'),
|
||
(2240502, 5, -799.021, 1938.27, 104.229, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 3 WP'),
|
||
(2240502, 6, -821.945, 1929.91, 101.09, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 3 WP'),
|
||
(2240502, 7, -847.097, 1925.13, 97.618, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 3 WP'),
|
||
(2240502, 8, -884.163, 1919.39, 99.5902, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 3 WP'),
|
||
(2240502, 9, -910.097, 1918.05, 97.6736, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 3 WP'),
|
||
(2240502, 10, -931.74, 1901.31, 98.9791, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 3 WP'),
|
||
(2240502, 11, -938.863, 1883.56, 110.007, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 3 WP'),
|
||
(2240502, 12, -948.27, 1857.24, 135.812, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 3 WP'),
|
||
(2240503, 1, -739.33, 1922.59, 100.958, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 4 WP'),
|
||
(2240503, 2, -738.335, 1922.69, 100.958, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 4 WP'),
|
||
(2240503, 3, -750.117, 1929.09, 99.479, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 4 WP'),
|
||
(2240503, 4, -773.302, 1941.18, 99.479, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 4 WP'),
|
||
(2240503, 5, -799.021, 1938.27, 104.229, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 4 WP'),
|
||
(2240503, 6, -821.945, 1929.91, 101.09, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 4 WP'),
|
||
(2240503, 7, -847.097, 1925.13, 97.618, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 4 WP'),
|
||
(2240503, 8, -884.163, 1919.39, 99.5902, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 4 WP'),
|
||
(2240503, 9, -898.538, 1920.82, 97.6736, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 4 WP'),
|
||
(2240503, 10, -909.067, 1943.9, 98.9791, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 4 WP'),
|
||
(2240503, 11, -882.724, 1983.16, 110.007, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 4 WP'),
|
||
(2240503, 12, -857.7, 1997.67, 135.812, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 4 WP'),
|
||
(2240503, 13, -834.738, 1999.24, 151.173, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 4 WP'),
|
||
(2240503, 14, -797.808, 1990.24, 154.701, 0, 0, 'Honor Hold Gryphon Brigadier, Forge Path 4 WP'),
|
||
(2240600, 1, -739.33, 1922.59, 100.958, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 1 WP 1'),
|
||
(2240600, 2, -738.335, 1922.69, 100.958, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 1 WP 2'),
|
||
(2240600, 3, -750.117, 1929.09, 115.785, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 1 WP 3'),
|
||
(2240600, 4, -780.604, 1912.87, 111.451, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 1 WP 4'),
|
||
(2240600, 5, -812.356, 1903.76, 119.896, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 1 WP 5'),
|
||
(2240600, 6, -844.337, 1894.09, 121.118, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 1 WP 6'),
|
||
(2240600, 7, -875.87, 1888.31, 134.007, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 1 WP 7'),
|
||
(2240600, 8, -908.748, 1889.96, 139.368, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 1 WP 8'),
|
||
(2240600, 9, -936.43, 1891.45, 135.562, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 1 WP 9'),
|
||
(2240600, 10, -956.945, 1888.21, 129.84, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 1 WP 10'),
|
||
(2240600, 11, -976.423, 1879.73, 128.313, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 1 WP 11'),
|
||
(2240600, 12, -999.743, 1861.68, 156.951, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 1 WP 12'),
|
||
(2240600, 13, -1019.37, 1838.22, 181.423, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 1 WP 13'),
|
||
(2240600, 14, -1015.93, 1818.59, 198.423, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 1 WP 14'),
|
||
(2240600, 15, -1003.39, 1791.96, 211.84, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 1 WP 15'),
|
||
(2240601, 1, -739.33, 1922.59, 100.958, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 2 WP 1'),
|
||
(2240601, 2, -738.335, 1922.69, 100.958, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 2 WP 2'),
|
||
(2240601, 3, -750.117, 1929.09, 115.785, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 2 WP 3'),
|
||
(2240601, 4, -780.604, 1912.87, 111.451, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 2 WP 4'),
|
||
(2240601, 5, -812.356, 1903.76, 119.896, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 2 WP 5'),
|
||
(2240601, 6, -844.337, 1894.09, 121.118, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 2 WP 6'),
|
||
(2240601, 7, -875.87, 1888.31, 134.007, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 2 WP 7'),
|
||
(2240601, 8, -905.619, 1885.85, 139.368, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 2 WP 8'),
|
||
(2240601, 9, -933.749, 1881.11, 135.562, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 2 WP 9'),
|
||
(2240601, 10, -957.059, 1876.28, 129.84, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 2 WP 10'),
|
||
(2240601, 11, -976.423, 1879.73, 128.313, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 2 WP 11'),
|
||
(2240601, 12, -1001.6, 1896.85, 136.09, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 2 WP 12'),
|
||
(2240601, 13, -1026.94, 1912.22, 153.896, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 2 WP 13'),
|
||
(2240601, 14, -1046.06, 1925.07, 168.284, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 2 WP 14'),
|
||
(2240601, 15, -1065.9, 1940.89, 183.062, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 2 WP 15'),
|
||
(2240602, 1, -739.33, 1922.59, 100.958, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 3 WP 1'),
|
||
(2240602, 2, -738.335, 1922.69, 100.958, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 3 WP 2'),
|
||
(2240602, 3, -750.117, 1929.09, 115.785, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 3 WP 3'),
|
||
(2240602, 4, -780.604, 1912.87, 111.451, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 3 WP 4'),
|
||
(2240602, 5, -812.356, 1903.76, 119.896, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 3 WP 5'),
|
||
(2240602, 6, -852.649, 1887.49, 134.729, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 3 WP 6'),
|
||
(2240602, 7, -885.863, 1878.92, 144.84, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 3 WP 7'),
|
||
(2240602, 8, -910.213, 1876.21, 149.118, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 3 WP 8'),
|
||
(2240602, 9, -933.766, 1874.89, 145.979, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 3 WP 9'),
|
||
(2240602, 10, -957.059, 1876.28, 129.84, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 3 WP 10'),
|
||
(2240602, 11, -976.423, 1879.73, 128.313, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 3 WP 11'),
|
||
(2240602, 12, -1003.33, 1901.21, 136.09, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 3 WP 12'),
|
||
(2240602, 13, -1019.15, 1920.59, 153.896, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 3 WP 13'),
|
||
(2240602, 14, -1035.73, 1937.61, 168.284, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 3 WP 14'),
|
||
(2240602, 15, -1055.79, 1959.02, 183.062, 0, 0, 'Honor Hold Gryphon Brigadier, Foothill Path 3 WP 15'),
|
||
(2328300, 1, -5163.22, 645.611, 77.39, 0, 0, 'Lady Sinestra'),
|
||
(2328400, 1, -5155.74, 636.084, 80.5373, 0, 0, 'Lady Sinestra'),
|
||
(2328400, 2, -5130.9, 609.521, 83.9969, 0, 0, 'Lady Sinestra'),
|
||
(2328400, 3, -5113.64, 604.067, 84.9935, 0, 0, 'Lady Sinestra'),
|
||
(2328400, 4, -5093.57, 586.983, 86.4673, 0, 0, 'Lady Sinestra'),
|
||
(2328400, 5, -5113.7, 604.714, 85.0217, 0, 0, 'Lady Sinestra'),
|
||
(2328400, 6, -5134.05, 612.112, 83.5305, 0, 0, 'Lady Sinestra'),
|
||
(2328400, 7, -5163.21, 645.577, 77.394, 0, 0, 'Lady Sinestra'),
|
||
(2344000, 1, -8450.69, -4176.05, -199.007, 0, 0, 'Time Watcher'),
|
||
(2344000, 2, -8449.39, -4160.06, -209.985, 0, 0, 'Time Watcher'),
|
||
(2344000, 3, -8448.97, -4158.05, -208.872, 0, 0, 'Time Watcher'),
|
||
(2344000, 4, -8436.92, -4107.06, -209.588, 0, 0, 'Time Watcher'),
|
||
(2344000, 5, -8393.62, -4071.73, -209.588, 0, 0, 'Time Watcher'),
|
||
(2344000, 6, -8349.18, -4058.92, -209.033, 0, 0, 'Time Watcher'),
|
||
(2344001, 1, -8340.62, -4344.33, -199.383, 0, 0, 'Time Watcher'),
|
||
(2344001, 2, -8314.34, -4348.68, -209.549, 0, 0, 'Time Watcher'),
|
||
(2344001, 3, -8246.21, -4344.39, -205.16, 0, 0, 'Time Watcher'),
|
||
(2344001, 4, -8207.16, -4307.92, -196.205, 0, 0, 'Time Watcher'),
|
||
(2344001, 5, -8186.44, -4259.73, -183.949, 0, 0, 'Time Watcher'),
|
||
(2344001, 6, -8188.97, -4211.27, -174.057, 0, 0, 'Time Watcher'),
|
||
(2344001, 7, -8169.54, -4167.97, -165.149, 0, 0, 'Time Watcher'),
|
||
(2404400, 1, 1875.43, -6090.37, 17.1647, 0, 0, 'Winterskorn Guard'),
|
||
(2404400, 2, 1872.01, -6118.74, 21.1188, 0, 0, 'Winterskorn Guard'),
|
||
(2404400, 3, 1871.45, -6121.62, 22.1513, 0, 0, 'Winterskorn Guard'),
|
||
(2404400, 4, 1870.97, -6123.6, 23.0285, 0, 0, 'Winterskorn Guard'),
|
||
(2404400, 5, 1870.27, -6129.77, 23.7014, 0, 0, 'Winterskorn Guard'),
|
||
(2404400, 6, 1868.96, -6133.23, 23.7071, 0, 0, 'Winterskorn Guard'),
|
||
(2404400, 7, 1869.78, -6135.36, 23.6908, 0, 0, 'Winterskorn Guard'),
|
||
(2404401, 1, 1872.46, -6087.84, 16.1443, 0, 0, 'Winterskorn Guard'),
|
||
(2404401, 2, 1875.46, -6089.59, 16.8943, 0, 0, 'Winterskorn Guard'),
|
||
(2404401, 3, 1874.7, -6092.1, 16.9207, 0, 0, 'Winterskorn Guard'),
|
||
(2404401, 4, 1870.7, -6117.12, 20.6659, 0, 0, 'Winterskorn Guard'),
|
||
(2404401, 5, 1870.08, -6119.84, 21.7851, 0, 0, 'Winterskorn Guard'),
|
||
(2404401, 6, 1869.59, -6122.63, 22.4812, 0, 0, 'Winterskorn Guard'),
|
||
(2404401, 7, 1869.2, -6126.33, 23.5593, 0, 0, 'Winterskorn Guard'),
|
||
(2404402, 1, 1869.44, -6101.17, 17.9098, 0, 0, 'Winterskorn Guard'),
|
||
(2404402, 2, 1868.04, -6112.88, 19.764, 0, 0, 'Winterskorn Guard'),
|
||
(2404402, 3, 1867.52, -6115.75, 20.5917, 0, 0, 'Winterskorn Guard'),
|
||
(2404402, 4, 1866.82, -6117.84, 21.2947, 0, 0, 'Winterskorn Guard'),
|
||
(2404402, 5, 1866.27, -6120.75, 21.8297, 0, 0, 'Winterskorn Guard'),
|
||
(2404402, 6, 1865.87, -6124.45, 22.9288, 0, 0, 'Winterskorn Guard'),
|
||
(2404403, 1, 1865.73, -6101.42, 17.5182, 0, 0, 'Winterskorn Guard'),
|
||
(2404403, 2, 1865.29, -6105.1, 18.3474, 0, 0, 'Winterskorn Guard'),
|
||
(2404403, 3, 1864.67, -6110.87, 19.5032, 0, 0, 'Winterskorn Guard'),
|
||
(2404403, 4, 1864.29, -6113.65, 19.8951, 0, 0, 'Winterskorn Guard'),
|
||
(2404403, 5, 1863.77, -6115.76, 20.6548, 0, 0, 'Winterskorn Guard'),
|
||
(2404403, 6, 1863.1, -6118.5, 21.3386, 0, 0, 'Winterskorn Guard'),
|
||
(2404403, 7, 1862.85, -6120.25, 22.0886, 0, 0, 'Winterskorn Guard'),
|
||
(2404403, 8, 1862.58, -6121.74, 22.4535, 0, 0, 'Winterskorn Guard'),
|
||
(2404403, 9, 1862.18, -6125.5, 23.3062, 0, 0, 'Winterskorn Guard'),
|
||
(2522000, 1, 2253.64, 5195.47, 11.4006, 0, 0, 'Civilian Recruit'),
|
||
(2522000, 2, 2254.1, 5196.36, 11.4006, 0, 0, 'Civilian Recruit'),
|
||
(2522000, 3, 2277.82, 5238.72, 11.451, 0, 0, 'Civilian Recruit'),
|
||
(2522000, 4, 2279.22, 5241.41, 11.451, 0, 0, 'Civilian Recruit'),
|
||
(2522000, 5, 2280.84, 5244.22, 11.4572, 0, 0, 'Civilian Recruit'),
|
||
(2522000, 6, 2282.6, 5245.74, 11.3635, 0, 0, 'Civilian Recruit'),
|
||
(2522000, 7, 2284.87, 5246.3, 11.451, 0, 0, 'Civilian Recruit'),
|
||
(2522000, 8, 2287.47, 5245.93, 11.451, 0, 0, 'Civilian Recruit'),
|
||
(2522000, 9, 2289.47, 5244.9, 11.451, 0, 0, 'Civilian Recruit'),
|
||
(2522000, 10, 2291.77, 5243.93, 11.451, 0, 0, 'Civilian Recruit'),
|
||
(2522000, 11, 2294.13, 5242.71, 11.451, 0, 0, 'Civilian Recruit'),
|
||
(2522000, 12, 2296.28, 5241.78, 11.401, 0, 0, 'Civilian Recruit'),
|
||
(2522000, 13, 2303.02, 5253.31, 11.5058, 0, 0, 'Civilian Recruit'),
|
||
(2522000, 14, 2308.73, 5256.93, 11.5058, 0, 0, 'Civilian Recruit'),
|
||
(2522000, 15, 2320.83, 5259.26, 11.2558, 0, 0, 'Civilian Recruit'),
|
||
(2522001, 1, 2296.56, 5246.85, 11.404, 0, 0, 'Civilian Recruit'),
|
||
(2522001, 2, 2292.45, 5254.65, 11.388, 0, 0, 'Civilian Recruit'),
|
||
(2522001, 3, 2285.2, 5253.81, 11.234, 0, 0, 'Civilian Recruit'),
|
||
(2522001, 4, 2277.2, 5253.5, 11.276, 0, 0, 'Civilian Recruit'),
|
||
(2522001, 5, 2269.23, 5256.37, 7.161, 0, 0, 'Civilian Recruit'),
|
||
(2522001, 6, 2261.54, 5259.82, 7.163, 0, 0, 'Civilian Recruit'),
|
||
(2522001, 7, 2258.66, 5260.92, 7.359, 0, 0, 'Civilian Recruit'),
|
||
(2522001, 8, 2252, 5263.71, 11.654, 0, 0, 'Civilian Recruit'),
|
||
(2522001, 9, 2242.16, 5267.34, 11.658, 0, 0, 'Civilian Recruit'),
|
||
(2522001, 10, 2234.74, 5269.07, 7.347, 0, 0, 'Civilian Recruit'),
|
||
(2522001, 11, 2224.12, 5274.07, 7.163, 0, 0, 'Civilian Recruit'),
|
||
(2522001, 12, 2216.15, 5276.91, 11.278, 0, 0, 'Civilian Recruit'),
|
||
(2522001, 13, 2214.97, 5278.05, 11.281, 0, 0, 'Civilian Recruit'),
|
||
(2522001, 14, 2213.54, 5282.75, 10.813, 0, 0, 'Civilian Recruit'),
|
||
(2522001, 15, 2214.52, 5288.73, 10.604, 0, 0, 'Civilian Recruit'),
|
||
(2522001, 16, 2212.03, 5291.22, 10.618, 0, 0, 'Civilian Recruit'),
|
||
(2522001, 17, 2205.3, 5292.44, 15.717, 0, 0, 'Civilian Recruit'),
|
||
(2522001, 18, 2197.44, 5295.87, 22.238, 0, 0, 'Civilian Recruit'),
|
||
(2522001, 19, 2194.67, 5296.06, 21.897, 0, 0, 'Civilian Recruit'),
|
||
(2522001, 20, 2192.11, 5293.87, 22.002, 0, 0, 'Civilian Recruit'),
|
||
(2522001, 21, 2188.32, 5286.67, 22.058, 0, 0, 'Civilian Recruit'),
|
||
(2522001, 22, 2184.88, 5284.93, 22.058, 0, 0, 'Civilian Recruit'),
|
||
(2522001, 23, 2182.7, 5284.85, 22.058, 0, 0, 'Civilian Recruit'),
|
||
(2522001, 24, 2178.03, 5285.95, 24.625, 0, 0, 'Civilian Recruit'),
|
||
(2522001, 25, 2169.74, 5289.78, 24.665, 0, 0, 'Civilian Recruit'),
|
||
(2522001, 26, 2163.19, 5290.49, 24.665, 0, 0, 'Civilian Recruit'),
|
||
(2522001, 27, 2158.47, 5291.99, 24.665, 0, 0, 'Civilian Recruit'),
|
||
(2523400, 1, 2261.39, 5305.25, 21.6818, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523400, 2, 2259.96, 5295.58, 20.0898, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523400, 3, 2260, 5287, 15.4909, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523400, 4, 2257.71, 5281.93, 12.0934, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523400, 5, 2261.76, 5286.73, 15.7673, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523400, 6, 2260.9, 5294.65, 19.9527, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523400, 7, 2263.46, 5304.82, 21.7292, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523400, 8, 2265.7, 5314.69, 22.4381, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523401, 1, 2248.88, 5255.39, 36.4589, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523401, 2, 2246.62, 5256.64, 37.2089, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523401, 3, 2244.62, 5258.64, 36.4589, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523401, 4, 2241.62, 5258.39, 37.2089, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523401, 5, 2238.62, 5259.39, 36.4589, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523401, 6, 2232.96, 5260.39, 35.7183, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523401, 7, 2235.38, 5260.14, 36.2089, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523401, 8, 2239.38, 5259.14, 36.4589, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523401, 9, 2241.62, 5258.64, 37.2089, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523401, 10, 2244.62, 5258.64, 36.4589, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523401, 11, 2247.12, 5256.39, 37.2089, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523401, 12, 2249.12, 5255.39, 36.4589, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523401, 13, 2253.79, 5252.39, 35.6994, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523402, 1, 2212.3, 5281.93, 10.8259, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523402, 2, 2211.7, 5275.36, 10.8259, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523402, 3, 2224.38, 5268.12, 7.16619, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523402, 4, 2235.35, 5264.7, 8.60625, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523402, 5, 2244.24, 5262.41, 11.8163, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523402, 6, 2248.37, 5259.46, 11.7849, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523402, 7, 2247.78, 5252.42, 11.9668, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523402, 8, 2246.38, 5249.14, 15.5344, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523402, 9, 2243.87, 5243.42, 21.4974, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523402, 10, 2245.98, 5248.25, 16.5162, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523402, 11, 2248.44, 5255.79, 11.8694, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523402, 12, 2248.4, 5261.32, 11.747, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523402, 13, 2228.01, 5267.48, 7.16457, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523402, 14, 2215.57, 5274.18, 11.1356, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523402, 15, 2213.56, 5283.1, 10.8259, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523402, 16, 2218.24, 5291.42, 10.7009, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523402, 17, 2224.21, 5293.65, 10.8259, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523402, 18, 2220.03, 5292.01, 10.7009, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523403, 1, 2232.03, 5289.31, 11.1143, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523403, 2, 2229.51, 5285.92, 11.2207, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523403, 3, 2231.24, 5285.13, 11.2266, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523403, 4, 2229.85, 5285.71, 11.2241, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523403, 5, 2228.48, 5291.18, 11.1367, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523403, 6, 2226.17, 5291.41, 10.9509, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523403, 7, 2223.73, 5291.46, 10.8259, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523403, 8, 2218.56, 5293.64, 10.7009, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523403, 9, 2213.53, 5285.79, 10.7009, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523403, 10, 2208.85, 5275.45, 10.8259, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523403, 11, 2206.38, 5260.24, 10.5892, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523403, 12, 2211.11, 5256.54, 10.7142, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523403, 13, 2219.19, 5252.96, 11.3361, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523403, 14, 2216.95, 5251.28, 11.261, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523403, 15, 2215.49, 5248.68, 11.4461, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523403, 16, 2217.45, 5248.06, 11.4383, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523403, 17, 2213.41, 5251.71, 10.9642, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523403, 18, 2207.36, 5257.07, 10.7142, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523403, 19, 2205.43, 5262.28, 10.5892, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523403, 20, 2208.18, 5274.88, 10.8259, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523403, 21, 2214.61, 5286.97, 10.8259, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523403, 22, 2219.42, 5292.91, 10.7009, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523403, 23, 2224.72, 5291.44, 10.8259, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523403, 24, 2228.35, 5291.14, 10.9509, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523403, 25, 2233.5, 5291.67, 11.2177, 0, 0, 'Stormfleet Deckhand'),
|
||
(2523700, 1, 2836.88, 6186.15, 84.9327, 0, 0, 'Garrosh Hellscream (Path 1)'),
|
||
(2523700, 2, 2835.62, 6183.71, 84.9327, 0, 0, 'Garrosh Hellscream (Path 1)'),
|
||
(2523700, 3, 2838.32, 6187.36, 84.6827, 0, 0, 'Garrosh Hellscream (Path 1)'),
|
||
(2523701, 1, 2834.37, 6182.8, 84.9327, 0, 0, 'Garrosh Hellscream (Path 2)'),
|
||
(2523701, 2, 2833.12, 6185.05, 84.9327, 0, 0, 'Garrosh Hellscream (Path 2)'),
|
||
(2523701, 3, 2832.88, 6185.25, 84.9327, 0, 0, 'Garrosh Hellscream (Path 2)'),
|
||
(2523701, 4, 2834.38, 6184, 84.9327, 0, 0, 'Garrosh Hellscream (Path 2)'),
|
||
(2523701, 5, 2838.32, 6187.36, 84.6827, 0, 0, 'Garrosh Hellscream (Path 2)'),
|
||
(2549600, 1, 2943.3, 6805.71, 6.86362, 0, 0, 'Kvaldir Mist Lord'),
|
||
(2549600, 2, 2946.38, 6808.99, 6.89997, 0, 0, 'Kvaldir Mist Lord'),
|
||
(2549600, 3, 2952.22, 6815.03, 5.49191, 0, 0, 'Kvaldir Mist Lord'),
|
||
(2549600, 4, 2956.26, 6811.33, 5.7004, 0, 0, 'Kvaldir Mist Lord'),
|
||
(2549600, 5, 2959.27, 6809.55, 5.73998, 0, 0, 'Kvaldir Mist Lord'),
|
||
(2549600, 6, 2958.56, 6804.6, 6.10027, 0, 0, 'Kvaldir Mist Lord'),
|
||
(2549600, 7, 2958.36, 6799.58, 6.55177, 0, 0, 'Kvaldir Mist Lord'),
|
||
(2549600, 8, 2953.32, 6798.66, 6.69609, 0, 0, 'Kvaldir Mist Lord'),
|
||
(2572900, 1, 3123.36, 6575.42, 78.3303, 0, 0, 'Shadowstalker Getry'),
|
||
(2572900, 2, 3126.64, 6584.8, 77.6568, 0, 0, 'Shadowstalker Getry'),
|
||
(2572900, 3, 3127.3, 6589.03, 79.7077, 0, 0, 'Shadowstalker Getry'),
|
||
(2572900, 4, 3118.87, 6590.16, 83.4022, 0, 0, 'Shadowstalker Getry'),
|
||
(2572900, 5, 3117.81, 6583.02, 86.2196, 0, 0, 'Shadowstalker Getry'),
|
||
(2572900, 6, 3123.86, 6582.14, 88.7861, 0, 0, 'Shadowstalker Getry'),
|
||
(2572900, 7, 3125.11, 6590.98, 91.3785, 0, 0, 'Shadowstalker Getry'),
|
||
(2572900, 8, 3115.41, 6595.68, 91.3621, 0, 0, 'Shadowstalker Getry'),
|
||
(2572900, 9, 3109.21, 6587.15, 91.3691, 0, 0, 'Shadowstalker Getry'),
|
||
(2572900, 10, 3113.42, 6576.81, 97.0907, 0, 0, 'Shadowstalker Getry'),
|
||
(2643700, 1, 3872.9, 1594.42, 90.0797, 0, 0, 'Taunka Soldier'),
|
||
(2643701, 1, 3880.85, 1591.76, 90.9863, 0, 0, 'Taunka Soldier'),
|
||
(2643702, 1, 3874.77, 1589.4, 90.3903, 0, 0, 'Taunka Soldier'),
|
||
(2643703, 1, 3877.77, 1588.82, 90.9233, 0, 0, 'Taunka Soldier'),
|
||
(2643704, 1, 3876.75, 1597.52, 90.6906, 0, 0, 'Taunka Soldier'),
|
||
(2643705, 1, 3879.27, 1595.72, 90.7812, 0, 0, 'Taunka Soldier'),
|
||
(2643706, 1, 3873.47, 1597.84, 90.1854, 0, 0, 'Taunka Soldier'),
|
||
(2658200, 1, 4680.19, -2044.68, 189.441, 0, 0, NULL),
|
||
(2658200, 2, 4662.73, -2045.93, 184.189, 0, 0, NULL),
|
||
(2658200, 3, 4651.83, -2051.77, 184.368, 0, 0, NULL),
|
||
(2658200, 4, 4643.71, -2060.59, 184.18, 0, 0, NULL),
|
||
(2658200, 5, 4635.04, -2061.83, 184.1, 0, 0, NULL),
|
||
(2658200, 6, 4617.55, -2061.84, 184.182, 0, 0, NULL),
|
||
(2658200, 7, 4596.55, -2061.57, 184.186, 0, 0, NULL),
|
||
(2658200, 8, 4579.06, -2061.36, 184.186, 0, 0, NULL),
|
||
(2658200, 9, 4562.37, -2062.32, 184.167, 0, 0, NULL),
|
||
(2658200, 10, 4551.87, -2062.12, 178.315, 0, 0, NULL),
|
||
(2658200, 11, 4534.37, -2062.09, 168.354, 0, 0, NULL),
|
||
(2658200, 12, 4523.88, -2061.96, 162.377, 0, 0, NULL),
|
||
(2658200, 13, 4509.88, -2062.05, 160.823, 0, 0, NULL),
|
||
(2658200, 14, 4498.51, -2063.27, 160.823, 0, 0, NULL),
|
||
(2658200, 15, 4490.23, -2069.98, 160.823, 0, 0, NULL),
|
||
(2658200, 16, 4492.74, -2078.85, 160.823, 0, 0, NULL),
|
||
(2658200, 17, 4496.31, -2094.72, 160.8, 0, 0, NULL),
|
||
(2658200, 18, 4506.59, -2103.06, 160.831, 0, 0, NULL),
|
||
(2658200, 19, 4518.52, -2110.39, 160.833, 0, 0, NULL),
|
||
(2658200, 20, 4533.43, -2119.56, 160.845, 0, 0, NULL),
|
||
(2658200, 21, 4545.35, -2130.19, 160.842, 0, 0, NULL),
|
||
(2658201, 1, 4692.36, -2045.14, 195.516, 0, 0, NULL),
|
||
(2658201, 2, 4674.86, -2044.91, 186.46, 0, 0, NULL),
|
||
(2658201, 3, 4671.36, -2044.89, 185.043, 0, 0, NULL),
|
||
(2658201, 4, 4659.89, -2044.58, 184.318, 0, 0, NULL),
|
||
(2658201, 5, 4648.06, -2033.35, 184.184, 0, 0, NULL),
|
||
(2658201, 6, 4641.49, -2028.73, 183.862, 0, 0, NULL),
|
||
(2658201, 7, 4630.25, -2028.22, 184.182, 0, 0, NULL),
|
||
(2658201, 8, 4612.76, -2028.2, 184.185, 0, 0, NULL),
|
||
(2658201, 9, 4591.76, -2027.91, 184.189, 0, 0, NULL),
|
||
(2658201, 10, 4574.26, -2027.67, 184.185, 0, 0, NULL),
|
||
(2658201, 11, 4563.76, -2027.47, 184.166, 0, 0, NULL),
|
||
(2658201, 12, 4556.77, -2027.4, 180.928, 0, 0, NULL),
|
||
(2658201, 13, 4539.27, -2027.25, 170.966, 0, 0, NULL),
|
||
(2658201, 14, 4525.27, -2027.07, 162.997, 0, 0, NULL),
|
||
(2658201, 15, 4511.28, -2026.61, 160.823, 0, 0, NULL),
|
||
(2658201, 16, 4494.03, -2024.8, 160.824, 0, 0, NULL),
|
||
(2658201, 17, 4488.19, -2012.02, 161.055, 0, 0, NULL),
|
||
(2658201, 18, 4492.56, -1993.64, 160.824, 0, 0, NULL),
|
||
(2658201, 19, 4503.51, -1980.34, 160.824, 0, 0, NULL),
|
||
(2658201, 20, 4517.17, -1973.46, 160.824, 0, 0, NULL),
|
||
(2663500, 1, -358.149, -591.396, 4.8929, 0, 0, 'Risen Drakkari Warrior'),
|
||
(2663500, 2, -355.111, -588.661, 7.43521, 0, 0, 'Risen Drakkari Warrior'),
|
||
(2663500, 3, -351.322, -585.026, 10.995, 0, 0, 'Risen Drakkari Warrior'),
|
||
(2663500, 4, -345.376, -579.253, 11.012, 0, 0, 'Risen Drakkari Warrior'),
|
||
(2663500, 5, -343.792, -579.642, 11.012, 0, 0, 'Risen Drakkari Warrior'),
|
||
(2663500, 6, -346.169, -582.965, 11.012, 0, 0, 'Risen Drakkari Warrior'),
|
||
(2663500, 7, -350.619, -586.543, 10.6995, 0, 0, 'Risen Drakkari Warrior'),
|
||
(2663500, 8, -356.449, -591.583, 5.55874, 0, 0, 'Risen Drakkari Warrior'),
|
||
(2663500, 9, -363.399, -595.822, 2.26113, 0, 0, 'Risen Drakkari Warrior'),
|
||
(2663501, 1, -361.498, -611.317, 2.82481, 0, 0, 'Risen Drakkari Warrior'),
|
||
(2663501, 2, -358.749, -613.483, 4.91993, 0, 0, 'Risen Drakkari Warrior'),
|
||
(2663501, 3, -351.531, -619.59, 11.0096, 0, 0, 'Risen Drakkari Warrior'),
|
||
(2663501, 4, -349.112, -623.42, 11.0119, 0, 0, 'Risen Drakkari Warrior'),
|
||
(2663501, 5, -347.686, -624.43, 11.0119, 0, 0, 'Risen Drakkari Warrior'),
|
||
(2663501, 6, -346.433, -620.963, 11.0119, 0, 0, 'Risen Drakkari Warrior'),
|
||
(2663501, 7, -350.655, -617.858, 10.8491, 0, 0, 'Risen Drakkari Warrior'),
|
||
(2663501, 8, -356.367, -613.813, 6.09785, 0, 0, 'Risen Drakkari Warrior'),
|
||
(2663501, 9, -366.529, -607.86, 2.26056, 0, 0, 'Risen Drakkari Warrior'),
|
||
(2664500, 1, 4153.73, 5344.67, 29.3407, 0, 0, 'Fizzcrank Engineering Crew wp 1'),
|
||
(2664500, 2, 4152.79, 5345.6, 29.6297, 0, 0, 'Fizzcrank Engineering Crew wp 1'),
|
||
(2664500, 3, 4157.79, 5346.6, 29.6297, 0, 0, 'Fizzcrank Engineering Crew wp 1'),
|
||
(2664500, 4, 4160.79, 5343.1, 30.3797, 0, 0, 'Fizzcrank Engineering Crew wp 1'),
|
||
(2664500, 5, 4158.29, 5341.35, 29.6297, 0, 0, 'Fizzcrank Engineering Crew wp 1'),
|
||
(2664500, 6, 4156.34, 5341.52, 29.4187, 0, 0, 'Fizzcrank Engineering Crew wp 1'),
|
||
(2664500, 7, 4158.54, 5340.62, 29.5669, 0, 0, 'Fizzcrank Engineering Crew wp 1'),
|
||
(2664500, 8, 4159.29, 5338.12, 29.0669, 0, 0, 'Fizzcrank Engineering Crew wp 1'),
|
||
(2664500, 9, 4157.04, 5336.12, 29.0669, 0, 0, 'Fizzcrank Engineering Crew wp 1'),
|
||
(2664500, 10, 4152.73, 5336.72, 28.7152, 0, 0, 'Fizzcrank Engineering Crew wp 1'),
|
||
(2664500, 11, 4152.22, 5335.37, 29.058, 0, 0, 'Fizzcrank Engineering Crew wp 1'),
|
||
(2664500, 12, 4150.22, 5335.87, 29.058, 0, 0, 'Fizzcrank Engineering Crew wp 1'),
|
||
(2664500, 13, 4148.97, 5337.87, 29.308, 0, 0, 'Fizzcrank Engineering Crew wp 1'),
|
||
(2664500, 14, 4149.72, 5343.52, 28.9009, 0, 0, 'Fizzcrank Engineering Crew wp 1'),
|
||
(2664500, 15, 4148.82, 5340.95, 29.4656, 0, 0, 'Fizzcrank Engineering Crew wp 1'),
|
||
(2664500, 16, 4149.32, 5336.7, 29.2156, 0, 0, 'Fizzcrank Engineering Crew wp 1'),
|
||
(2664500, 17, 4154.32, 5334.2, 29.2156, 0, 0, 'Fizzcrank Engineering Crew wp 1'),
|
||
(2664500, 18, 4158.57, 5336.7, 28.9656, 0, 0, 'Fizzcrank Engineering Crew wp 1'),
|
||
(2664500, 19, 4160.82, 5343.2, 30.2156, 0, 0, 'Fizzcrank Engineering Crew wp 1'),
|
||
(2664500, 20, 4158.07, 5347.2, 29.7156, 0, 0, 'Fizzcrank Engineering Crew wp 1'),
|
||
(2664500, 21, 4153.92, 5347.38, 29.0303, 0, 0, 'Fizzcrank Engineering Crew wp 1'),
|
||
(2664501, 1, 4147, 5327.73, 29.3272, 0, 0, 'Fizzcrank Engineering Crew wp 2'),
|
||
(2664501, 2, 4149.25, 5326.73, 29.0772, 0, 0, 'Fizzcrank Engineering Crew wp 2'),
|
||
(2664501, 3, 4151.5, 5329.48, 29.3272, 0, 0, 'Fizzcrank Engineering Crew wp 2'),
|
||
(2664501, 4, 4150.25, 5330.73, 29.3272, 0, 0, 'Fizzcrank Engineering Crew wp 2'),
|
||
(2664501, 5, 4148.83, 5329.6, 28.9719, 0, 0, 'Fizzcrank Engineering Crew wp 2'),
|
||
(2664501, 6, 4150.05, 5331.48, 29.3232, 0, 0, 'Fizzcrank Engineering Crew wp 2'),
|
||
(2664501, 7, 4152.05, 5333.48, 29.0732, 0, 0, 'Fizzcrank Engineering Crew wp 2'),
|
||
(2664501, 8, 4150.8, 5335.73, 29.0732, 0, 0, 'Fizzcrank Engineering Crew wp 2'),
|
||
(2664501, 9, 4147.55, 5336.48, 29.0732, 0, 0, 'Fizzcrank Engineering Crew wp 2'),
|
||
(2664501, 10, 4143.78, 5335.35, 28.6746, 0, 0, 'Fizzcrank Engineering Crew wp 2'),
|
||
(2664501, 11, 4146.73, 5336.82, 29.2076, 0, 0, 'Fizzcrank Engineering Crew wp 2'),
|
||
(2664501, 12, 4150.98, 5335.57, 29.2076, 0, 0, 'Fizzcrank Engineering Crew wp 2'),
|
||
(2664501, 13, 4153.23, 5331.32, 28.9576, 0, 0, 'Fizzcrank Engineering Crew wp 2'),
|
||
(2664501, 14, 4150.48, 5326.82, 28.7076, 0, 0, 'Fizzcrank Engineering Crew wp 2'),
|
||
(2664501, 15, 4144.73, 5324.57, 29.4576, 0, 0, 'Fizzcrank Engineering Crew wp 2'),
|
||
(2664501, 16, 4141.48, 5326.82, 29.2076, 0, 0, 'Fizzcrank Engineering Crew wp 2'),
|
||
(2664501, 17, 4139.69, 5329.79, 28.7406, 0, 0, 'Fizzcrank Engineering Crew wp 2'),
|
||
(2664501, 18, 4141.88, 5331.73, 28.6935, 0, 0, 'Fizzcrank Engineering Crew wp 2'),
|
||
(2664501, 19, 4141.27, 5330.55, 29.188, 0, 0, 'Fizzcrank Engineering Crew wp 2'),
|
||
(2664501, 20, 4141.77, 5328.3, 29.188, 0, 0, 'Fizzcrank Engineering Crew wp 2'),
|
||
(2664501, 21, 4142.77, 5326.05, 29.188, 0, 0, 'Fizzcrank Engineering Crew wp 2'),
|
||
(2664501, 22, 4145.52, 5326.05, 29.438, 0, 0, 'Fizzcrank Engineering Crew wp 2'),
|
||
(2664501, 23, 4146.77, 5328.05, 29.188, 0, 0, 'Fizzcrank Engineering Crew wp 2'),
|
||
(2664501, 24, 4145.67, 5329.37, 28.6824, 0, 0, 'Fizzcrank Engineering Crew wp 2'),
|
||
(2712300, 1, 4329.57, 982.507, 91.5652, 0, 0, 'Icefist Forager'),
|
||
(2712300, 2, 4326.12, 981.914, 90.95, 0, 0, ''),
|
||
(2712300, 3, 4319.46, 981.222, 84.7116, 0, 0, ''),
|
||
(2712300, 4, 4314.1, 982.313, 83.5768, 0, 0, ''),
|
||
(2712300, 5, 4307.14, 986.06, 81.3415, 0, 0, ''),
|
||
(2712300, 6, 4304.23, 992.166, 78.9614, 0, 0, ''),
|
||
(2712300, 7, 4302.37, 1000.1, 75.3801, 0, 0, ''),
|
||
(2712300, 8, 4301.02, 1008.03, 71.326, 0, 0, ''),
|
||
(2712300, 9, 4299.87, 1015.29, 67.8692, 0, 0, ''),
|
||
(2712300, 10, 4296.85, 1022.88, 64.9376, 0, 0, ''),
|
||
(2712300, 11, 4291.7, 1028.73, 62.6756, 0, 0, ''),
|
||
(2712300, 12, 4285.12, 1033.9, 60.4301, 0, 0, ''),
|
||
(2712300, 13, 4277.21, 1037.57, 58.9712, 0, 0, ''),
|
||
(2712300, 14, 4269.11, 1039.11, 58.6038, 0, 0, ''),
|
||
(2712300, 15, 4260.37, 1039.3, 58.6038, 0, 0, ''),
|
||
(2712300, 16, 4251.51, 1038.02, 58.6059, 0, 0, ''),
|
||
(2712300, 17, 4243.53, 1035.14, 58.6047, 0, 0, ''),
|
||
(2712300, 18, 4235.13, 1029.88, 58.6036, 0, 0, ''),
|
||
(2712300, 19, 4226.5, 1024.32, 58.6042, 0, 0, ''),
|
||
(2712300, 20, 4217.43, 1020.78, 58.6038, 0, 0, ''),
|
||
(2712300, 21, 4207.15, 1020.52, 58.7366, 0, 0, ''),
|
||
(2712300, 22, 4197.49, 1024.2, 59.0955, 0, 0, ''),
|
||
(2712300, 23, 4189.21, 1029.81, 59.1588, 0, 0, ''),
|
||
(2712300, 24, 4184.92, 1034.41, 60.9238, 0, 0, ''),
|
||
(2712300, 25, 4181.48, 1039.54, 62.8408, 0, 0, ''),
|
||
(2712300, 26, 4178.14, 1046.08, 61.5611, 0, 0, ''),
|
||
(2712300, 27, 4176.65, 1049.88, 61.638, 0, 0, ''),
|
||
(2712300, 28, 4175.45, 1054.15, 61.3005, 0, 0, ''),
|
||
(2712300, 29, 4174.16, 1058.75, 60.973, 0, 0, ''),
|
||
(2712300, 30, 4173.03, 1062.8, 61.1375, 0, 0, ''),
|
||
(2712300, 31, 4171.36, 1067.9, 60.3635, 0, 0, ''),
|
||
(2712300, 32, 4169.54, 1072.45, 59.5869, 0, 0, ''),
|
||
(2712300, 33, 4166.39, 1077.49, 58.7253, 0, 0, ''),
|
||
(2712300, 34, 4162.72, 1083.31, 58.6106, 0, 0, ''),
|
||
(2712300, 35, 4159.5, 1089.65, 58.6042, 0, 0, ''),
|
||
(2712300, 36, 4156.41, 1097.08, 58.607, 0, 0, ''),
|
||
(2712300, 37, 4153.7, 1105.15, 58.6177, 0, 0, ''),
|
||
(2712300, 38, 4149.26, 1112.01, 58.6055, 0, 0, ''),
|
||
(2712300, 39, 4142.07, 1119.5, 58.604, 0, 0, ''),
|
||
(2712300, 40, 4138.07, 1125.36, 58.604, 0, 0, ''),
|
||
(2712300, 41, 4136.3, 1133.18, 58.604, 0, 0, ''),
|
||
(2712300, 42, 4136.02, 1141.32, 58.604, 0, 0, ''),
|
||
(2712300, 43, 4136.1, 1150.54, 58.6323, 0, 0, ''),
|
||
(2712300, 44, 4136.74, 1159.96, 58.704, 0, 0, ''),
|
||
(2712300, 45, 4138.79, 1169.41, 58.6039, 0, 0, ''),
|
||
(2712300, 46, 4142.2, 1178.71, 58.6117, 0, 0, ''),
|
||
(2712300, 47, 4145.04, 1189.16, 58.604, 0, 0, ''),
|
||
(2712300, 48, 4146.9, 1198.78, 58.6046, 0, 0, ''),
|
||
(2712300, 49, 4148.2, 1209.31, 58.6038, 0, 0, ''),
|
||
(2712300, 50, 4148.31, 1219.45, 58.6038, 0, 0, ''),
|
||
(2712300, 51, 4147.21, 1228.77, 58.6433, 0, 0, ''),
|
||
(2712300, 52, 4142.38, 1235.18, 59.7402, 0, 0, ''),
|
||
(2712300, 53, 4136.1, 1240.19, 61.8044, 0, 0, ''),
|
||
(2712300, 54, 4129.03, 1244.01, 63.1273, 0, 0, ''),
|
||
(2712300, 55, 4122.35, 1246.78, 62.0909, 0, 0, ''),
|
||
(2712300, 56, 4115.52, 1248.21, 60.6138, 0, 0, ''),
|
||
(2712300, 57, 4108.4, 1248.25, 57.782, 0, 0, ''),
|
||
(2712300, 58, 4101.3, 1248.64, 56.9812, 0, 0, ''),
|
||
(2712300, 59, 4093.02, 1248.54, 57.0848, 0, 0, ''),
|
||
(2712300, 60, 4084.06, 1247.94, 57.3119, 0, 0, ''),
|
||
(2712300, 61, 4077.81, 1246.61, 58.4554, 0, 0, ''),
|
||
(2712300, 62, 4070.6, 1244.66, 59.9453, 0, 0, ''),
|
||
(2712300, 63, 4062.63, 1242.01, 60.9094, 0, 0, ''),
|
||
(2712300, 64, 4054.81, 1238.93, 60.8014, 0, 0, ''),
|
||
(2712300, 65, 4046.63, 1235.52, 59.2468, 0, 0, ''),
|
||
(2712300, 66, 4037.67, 1232.16, 56.8641, 0, 0, ''),
|
||
(2712300, 67, 4028.46, 1228.81, 55.6524, 0, 0, ''),
|
||
(2712300, 68, 4022.45, 1226.57, 55.625, 0, 0, ''),
|
||
(2712300, 69, 4014.88, 1223.83, 55.4938, 0, 0, ''),
|
||
(2712300, 70, 4006.65, 1221.21, 55.5059, 0, 0, ''),
|
||
(2712300, 71, 3997.72, 1218.98, 55.7807, 0, 0, ''),
|
||
(2712300, 72, 3987.48, 1218.23, 56.4639, 0, 0, ''),
|
||
(2717100, 1, 4557.27, 15.5183, 69.1891, 0, 0, 'Chilltusk Forager'),
|
||
(2717100, 2, 4560.34, 9.75374, 67.3004, 0, 0, ''),
|
||
(2717100, 3, 4565.52, 2.7378, 67.1821, 0, 0, ''),
|
||
(2717100, 4, 4572.48, -2.54618, 68.4027, 0, 0, ''),
|
||
(2717100, 5, 4578.86, -6.85738, 69.3388, 0, 0, ''),
|
||
(2717100, 6, 4585.94, -10.9296, 69.6996, 0, 0, ''),
|
||
(2717100, 7, 4594.51, -14.9046, 69.7048, 0, 0, ''),
|
||
(2717100, 8, 4602.61, -18.8091, 69.6355, 0, 0, ''),
|
||
(2717100, 9, 4611.34, -22.7196, 69.4459, 0, 0, ''),
|
||
(2717100, 10, 4619.29, -25.7951, 69.2441, 0, 0, ''),
|
||
(2717100, 11, 4628.08, -28.9227, 69.1948, 0, 0, ''),
|
||
(2717100, 12, 4636.71, -32.4664, 70.1679, 0, 0, ''),
|
||
(2717100, 13, 4644.73, -36.9869, 70.0754, 0, 0, ''),
|
||
(2717100, 14, 4652.07, -42.1597, 68.6755, 0, 0, ''),
|
||
(2717100, 15, 4659.27, -47.7131, 67.6558, 0, 0, ''),
|
||
(2717100, 16, 4665.88, -53.628, 68.5529, 0, 0, ''),
|
||
(2717100, 17, 4672.71, -59.9945, 69.0265, 0, 0, ''),
|
||
(2717100, 18, 4679.51, -66.878, 68.6836, 0, 0, ''),
|
||
(2717100, 19, 4685.95, -74.4216, 68.7836, 0, 0, ''),
|
||
(2717100, 20, 4689.87, -81.2803, 70.0001, 0, 0, ''),
|
||
(2717100, 21, 4688.58, -87.0006, 71.2571, 0, 0, ''),
|
||
(2717100, 22, 4684.47, -92.0315, 71.844, 0, 0, ''),
|
||
(2717100, 23, 4678.69, -96.9296, 71.5379, 0, 0, ''),
|
||
(2717100, 24, 4674.77, -103.493, 73.1387, 0, 0, ''),
|
||
(2717100, 25, 4675.64, -109.843, 74.5781, 0, 0, ''),
|
||
(2717100, 26, 4677.5, -115.738, 75.4031, 0, 0, ''),
|
||
(2717100, 27, 4678.86, -120.932, 74.9768, 0, 0, ''),
|
||
(2717100, 28, 4679.22, -128.481, 73.8392, 0, 0, ''),
|
||
(2717100, 29, 4678.63, -135.92, 72.8321, 0, 0, ''),
|
||
(2717100, 30, 4677.41, -143.045, 73.1227, 0, 0, ''),
|
||
(2717100, 31, 4675.11, -149.859, 72.9902, 0, 0, ''),
|
||
(2717100, 32, 4670.89, -156.283, 73.1142, 0, 0, ''),
|
||
(2717100, 33, 4666.1, -162.613, 73.4022, 0, 0, ''),
|
||
(2717100, 34, 4661.02, -169.007, 73.9531, 0, 0, ''),
|
||
(2717100, 35, 4655.68, -175.931, 74.9361, 0, 0, ''),
|
||
(2717100, 36, 4652.27, -182.946, 75.5948, 0, 0, ''),
|
||
(2717100, 37, 4649.75, -191.05, 75.8577, 0, 0, ''),
|
||
(2717100, 38, 4648.27, -197.891, 76.7077, 0, 0, ''),
|
||
(2717100, 39, 4647.1, -206.441, 77.6749, 0, 0, ''),
|
||
(2717100, 40, 4645.48, -214.555, 77.5441, 0, 0, ''),
|
||
(2717100, 41, 4643.12, -223.104, 78.0612, 0, 0, ''),
|
||
(2717100, 42, 4640.46, -231.679, 78.8965, 0, 0, ''),
|
||
(2717100, 43, 4637.56, -241.039, 80.08, 0, 0, ''),
|
||
(2717100, 44, 4634.21, -250.739, 81.7782, 0, 0, ''),
|
||
(2717100, 45, 4630.85, -259.685, 82.9359, 0, 0, ''),
|
||
(2717100, 46, 4627.63, -268.691, 82.2517, 0, 0, ''),
|
||
(2717100, 47, 4624.46, -278.457, 81.543, 0, 0, ''),
|
||
(2717100, 48, 4620.73, -287.498, 81.3849, 0, 0, ''),
|
||
(2717100, 49, 4615.94, -296.178, 81.9145, 0, 0, ''),
|
||
(2717100, 50, 4609.96, -304.654, 82.0043, 0, 0, ''),
|
||
(2717100, 51, 4604.27, -312.766, 82.2026, 0, 0, ''),
|
||
(2717100, 52, 4599.54, -321.338, 82.5639, 0, 0, ''),
|
||
(2717100, 53, 4595.89, -331.533, 82.9468, 0, 0, ''),
|
||
(2717100, 54, 4592.8, -341.443, 83.2384, 0, 0, ''),
|
||
(2717100, 55, 4591.34, -352.422, 83.8433, 0, 0, ''),
|
||
(2717100, 56, 4589.39, -362.615, 84.076, 0, 0, ''),
|
||
(2717100, 57, 4586.27, -372.845, 83.7386, 0, 0, ''),
|
||
(2717100, 58, 4581.74, -382.062, 83.3873, 0, 0, ''),
|
||
(2717100, 59, 4576.54, -390.633, 83.2152, 0, 0, ''),
|
||
(2717100, 60, 4570.59, -399.84, 83.0784, 0, 0, ''),
|
||
(2717100, 61, 4562.94, -405.849, 82.5896, 0, 0, ''),
|
||
(2717100, 62, 4554.21, -411.039, 81.6998, 0, 0, ''),
|
||
(2717100, 63, 4544.41, -416.435, 81.1152, 0, 0, ''),
|
||
(2717100, 64, 4534.87, -420.221, 81.1077, 0, 0, ''),
|
||
(2717100, 65, 4524.54, -423.545, 80.7849, 0, 0, ''),
|
||
(2717100, 66, 4513.66, -427.051, 80.2432, 0, 0, ''),
|
||
(2717100, 67, 4502.91, -430.605, 79.9293, 0, 0, ''),
|
||
(2717100, 68, 4492.56, -434.194, 79.2592, 0, 0, ''),
|
||
(2717100, 69, 4482.01, -437.961, 78.5641, 0, 0, ''),
|
||
(2717100, 70, 4471.47, -441.754, 78.3501, 0, 0, ''),
|
||
(2717100, 71, 4464.14, -445.927, 78.3186, 0, 0, ''),
|
||
(2717100, 72, 4459.8, -453.681, 79.5557, 0, 0, ''),
|
||
(2717100, 73, 4458.18, -462.511, 80.6825, 0, 0, ''),
|
||
(2717100, 74, 4456.44, -470.358, 81.3727, 0, 0, ''),
|
||
(2717100, 75, 4450.61, -476.071, 83.909, 0, 0, ''),
|
||
(2717100, 76, 4445.03, -479.462, 86.2938, 0, 0, ''),
|
||
(2717100, 77, 4439.44, -483.495, 87.3736, 0, 0, ''),
|
||
(2717100, 78, 4432.89, -488.558, 86.1981, 0, 0, ''),
|
||
(2717100, 79, 4427.68, -492.509, 84.9365, 0, 0, ''),
|
||
(2943400, 1, 6630.9, -1250.24, 396.158, 0, 0, 'Injured Goblin Miner - Path 1'),
|
||
(2943400, 2, 6636.94, -1252.83, 395.515, 0, 0, ''),
|
||
(2943400, 3, 6642.93, -1255.12, 396.739, 0, 0, ''),
|
||
(2943400, 4, 6653.43, -1259.34, 397.054, 0, 0, ''),
|
||
(2943400, 5, 6661.06, -1260.11, 396.752, 0, 0, ''),
|
||
(2943400, 6, 6666.82, -1256.6, 396.358, 0, 0, ''),
|
||
(2943400, 7, 6670.32, -1249.39, 395.916, 0, 0, ''),
|
||
(2943400, 8, 6670.43, -1242.44, 397.338, 0, 0, ''),
|
||
(2943400, 9, 6667.77, -1235.48, 398.454, 0, 0, ''),
|
||
(2943400, 10, 6663.29, -1227.83, 399.517, 0, 0, ''),
|
||
(2943400, 11, 6661.88, -1223.62, 399.605, 0, 0, ''),
|
||
(2943400, 12, 6662.03, -1219.08, 399.259, 0, 0, ''),
|
||
(2943400, 13, 6660.49, -1215.93, 399.497, 0, 0, ''),
|
||
(2943400, 14, 6656.63, -1210.38, 399.817, 0, 0, ''),
|
||
(2943400, 15, 6654.45, -1201.55, 399.526, 0, 0, ''),
|
||
(2943400, 16, 6655.82, -1190.88, 398.76, 0, 0, ''),
|
||
(2943400, 17, 6659.34, -1179.03, 398.76, 0, 0, ''),
|
||
(2943400, 18, 6663.06, -1167.6, 398.697, 0, 0, ''),
|
||
(2943400, 19, 6666.78, -1155.69, 398.097, 0, 0, ''),
|
||
(2943400, 20, 6671.45, -1145.52, 398.125, 0, 0, ''),
|
||
(2943400, 21, 6673.88, -1133.91, 397.099, 0, 0, ''),
|
||
(2943400, 22, 6677.99, -1121.77, 397.126, 0, 0, ''),
|
||
(2943400, 23, 6682.46, -1110.49, 397.033, 0, 0, ''),
|
||
(2943400, 24, 6685.58, -1101.34, 396.279, 0, 0, ''),
|
||
(2943400, 25, 6683.75, -1090.87, 395.828, 0, 0, ''),
|
||
(2943400, 26, 6677.66, -1088.04, 397.732, 0, 0, ''),
|
||
(2943400, 27, 6670.44, -1085.06, 399.645, 0, 0, ''),
|
||
(2943400, 28, 6665.07, -1080.05, 401.212, 0, 0, ''),
|
||
(2943400, 29, 6662.98, -1074.12, 402.998, 0, 0, ''),
|
||
(2943400, 30, 6665.29, -1067.52, 404.62, 0, 0, ''),
|
||
(2943400, 31, 6671.53, -1059.54, 406.142, 0, 0, ''),
|
||
(2943400, 32, 6676.84, -1053.17, 407.182, 0, 0, ''),
|
||
(2943400, 33, 6678.34, -1043.88, 409.474, 0, 0, ''),
|
||
(2943400, 34, 6677.61, -1036.92, 411.526, 0, 0, ''),
|
||
(2943400, 35, 6671.8, -1031.37, 413.122, 0, 0, ''),
|
||
(2943400, 36, 6665.94, -1025.02, 414.775, 0, 0, ''),
|
||
(2943400, 37, 6659.51, -1016.44, 414.823, 0, 0, ''),
|
||
(2943400, 38, 6651.64, -1012.94, 417.578, 0, 0, ''),
|
||
(2943400, 39, 6640.62, -1013.38, 421.786, 0, 0, ''),
|
||
(2943400, 40, 6630.16, -1014.22, 423.779, 0, 0, ''),
|
||
(2943400, 41, 6620.38, -1014.93, 424.316, 0, 0, ''),
|
||
(2943400, 42, 6611.53, -1015.02, 427.563, 0, 0, ''),
|
||
(2943400, 43, 6601.79, -1015.9, 428.737, 0, 0, ''),
|
||
(2943400, 44, 6588.95, -1018.34, 430.184, 0, 0, ''),
|
||
(2943400, 45, 6577.59, -1019.43, 432.311, 0, 0, ''),
|
||
(2943400, 46, 6565.75, -1020.53, 433.575, 0, 0, ''),
|
||
(2943400, 47, 6554.54, -1023.29, 433.452, 0, 0, ''),
|
||
(2943400, 48, 6544.71, -1027.29, 433.058, 0, 0, ''),
|
||
(2943400, 49, 6534.61, -1029.6, 432.752, 0, 0, ''),
|
||
(2943400, 50, 6523.73, -1030.5, 433.251, 0, 0, ''),
|
||
(2943400, 51, 6512.65, -1030.56, 435.558, 0, 0, ''),
|
||
(2943400, 52, 6502.94, -1031.84, 436.044, 0, 0, ''),
|
||
(2943400, 53, 6493.76, -1029.74, 435.614, 0, 0, ''),
|
||
(2943400, 54, 6483.93, -1028.38, 434.219, 0, 0, ''),
|
||
(2943400, 55, 6473.55, -1027.1, 434.46, 0, 0, ''),
|
||
(2943400, 56, 6465.75, -1026.49, 433.765, 0, 0, ''),
|
||
(2943400, 57, 6451.81, -1025.43, 431.502, 0, 0, ''),
|
||
(2943401, 1, 6691.62, -1166.98, 398.74, 0, 0, 'Injured Goblin Miner - Path 2'),
|
||
(2943401, 2, 6681.27, -1161.11, 398.374, 0, 0, ''),
|
||
(2943401, 3, 6676.8, -1156.97, 398.109, 0, 0, ''),
|
||
(2943401, 4, 6674.58, -1150.37, 398.097, 0, 0, ''),
|
||
(2943401, 5, 6672.93, -1143.34, 397.981, 0, 0, ''),
|
||
(2943401, 6, 6673.64, -1134.95, 397.098, 0, 0, ''),
|
||
(2943401, 7, 6676.67, -1125.9, 397.098, 0, 0, ''),
|
||
(2943401, 8, 6679.77, -1118.34, 397.098, 0, 0, ''),
|
||
(2943401, 9, 6682.99, -1109.71, 397.003, 0, 0, ''),
|
||
(2943401, 10, 6685.18, -1101.85, 396.432, 0, 0, ''),
|
||
(2943401, 11, 6684.32, -1093.62, 396.019, 0, 0, ''),
|
||
(2943401, 12, 6678.83, -1088.07, 397.717, 0, 0, ''),
|
||
(2943401, 13, 6671.29, -1084.13, 399.935, 0, 0, ''),
|
||
(2943401, 14, 6665.29, -1079.17, 401.521, 0, 0, ''),
|
||
(2943401, 15, 6663.37, -1073.1, 403.355, 0, 0, ''),
|
||
(2943401, 16, 6666.26, -1066.08, 404.724, 0, 0, ''),
|
||
(2943401, 17, 6672.05, -1058.18, 406.363, 0, 0, ''),
|
||
(2943401, 18, 6676.35, -1051.17, 407.57, 0, 0, ''),
|
||
(2943401, 19, 6678.49, -1042.47, 409.756, 0, 0, ''),
|
||
(2943401, 20, 6676.52, -1035.37, 412.154, 0, 0, ''),
|
||
(2943401, 21, 6670.64, -1029.07, 413.926, 0, 0, ''),
|
||
(2943401, 22, 6662.8, -1023.21, 414.812, 0, 0, ''),
|
||
(2943401, 23, 6655.28, -1017.88, 415.732, 0, 0, ''),
|
||
(2943401, 24, 6648.4, -1014.24, 418.825, 0, 0, ''),
|
||
(2943401, 25, 6640.83, -1013.21, 421.716, 0, 0, ''),
|
||
(2943401, 26, 6633.5, -1013.48, 423.774, 0, 0, ''),
|
||
(2943401, 27, 6624.31, -1014.11, 424.033, 0, 0, ''),
|
||
(2943401, 28, 6614.99, -1014.54, 426.688, 0, 0, ''),
|
||
(2943401, 29, 6606.21, -1015.62, 428.27, 0, 0, ''),
|
||
(2943401, 30, 6596.4, -1017.1, 429.275, 0, 0, ''),
|
||
(2943401, 31, 6586.7, -1018.43, 430.863, 0, 0, ''),
|
||
(2943401, 32, 6576.33, -1021.14, 432.45, 0, 0, ''),
|
||
(2943401, 33, 6566.7, -1022.89, 433.574, 0, 0, ''),
|
||
(2943401, 34, 6557.01, -1024.36, 433.472, 0, 0, ''),
|
||
(2943401, 35, 6547.04, -1027.21, 433.036, 0, 0, ''),
|
||
(2943401, 36, 6537.87, -1029.5, 432.485, 0, 0, ''),
|
||
(2943401, 37, 6528.03, -1031.42, 432.965, 0, 0, ''),
|
||
(2943401, 38, 6517.97, -1030.28, 433.66, 0, 0, ''),
|
||
(2943401, 39, 6509.17, -1029.27, 436.394, 0, 0, ''),
|
||
(2943401, 40, 6500.43, -1029.16, 436.934, 0, 0, ''),
|
||
(2943401, 41, 6493.08, -1029.14, 435.476, 0, 0, ''),
|
||
(2943401, 42, 6485.17, -1028.62, 434.268, 0, 0, ''),
|
||
(2943401, 43, 6476.41, -1027.85, 434.392, 0, 0, ''),
|
||
(2943401, 44, 6467.45, -1027.22, 433.938, 0, 0, ''),
|
||
(2943401, 45, 6451.81, -1025.43, 431.502, 0, 0, ''),
|
||
(2943402, 1, 6646.12, -1111.91, 427.333, 0, 0, 'Injured Goblin Miner - Path 3'),
|
||
(2943402, 2, 6641.28, -1109.86, 427.018, 0, 0, ''),
|
||
(2943402, 3, 6639.6, -1107.49, 427.446, 0, 0, ''),
|
||
(2943402, 4, 6640.17, -1104.28, 426.943, 0, 0, ''),
|
||
(2943402, 5, 6643.59, -1102.81, 426.271, 0, 0, ''),
|
||
(2943402, 6, 6651.91, -1103.95, 424.587, 0, 0, ''),
|
||
(2943402, 7, 6660.17, -1107, 422.845, 0, 0, ''),
|
||
(2943402, 8, 6667.57, -1111.9, 423.728, 0, 0, ''),
|
||
(2943402, 9, 6672.04, -1118.99, 424.471, 0, 0, ''),
|
||
(2943402, 10, 6671.27, -1127.23, 423.752, 0, 0, ''),
|
||
(2943402, 11, 6664.88, -1132.07, 422.862, 0, 0, ''),
|
||
(2943402, 12, 6657.88, -1131.42, 420.963, 0, 0, ''),
|
||
(2943402, 13, 6649.67, -1129.19, 418.211, 0, 0, ''),
|
||
(2943402, 14, 6640.5, -1127.03, 416.856, 0, 0, ''),
|
||
(2943402, 15, 6631.06, -1127.09, 415.75, 0, 0, ''),
|
||
(2943402, 16, 6623.81, -1124.22, 412.966, 0, 0, ''),
|
||
(2943402, 17, 6619.03, -1117.02, 411.954, 0, 0, ''),
|
||
(2943402, 18, 6615.87, -1108.49, 411.232, 0, 0, ''),
|
||
(2943402, 19, 6616.47, -1099.42, 411.141, 0, 0, ''),
|
||
(2943402, 20, 6616.45, -1089.16, 412.495, 0, 0, ''),
|
||
(2943402, 21, 6617.36, -1081.09, 414.671, 0, 0, ''),
|
||
(2943402, 22, 6621.79, -1073.01, 415.079, 0, 0, ''),
|
||
(2943402, 23, 6626.65, -1064.5, 414.711, 0, 0, ''),
|
||
(2943402, 24, 6630.33, -1056.72, 415.189, 0, 0, ''),
|
||
(2943402, 25, 6632.11, -1047.6, 416.516, 0, 0, ''),
|
||
(2943402, 26, 6630.44, -1038.92, 421.234, 0, 0, ''),
|
||
(2943402, 27, 6625.94, -1030.35, 423.343, 0, 0, ''),
|
||
(2943402, 28, 6621.02, -1022.58, 423.878, 0, 0, ''),
|
||
(2943402, 29, 6614.45, -1015.99, 426.85, 0, 0, ''),
|
||
(2943402, 30, 6605.01, -1012.53, 428.533, 0, 0, ''),
|
||
(2943402, 31, 6595.49, -1010.98, 429.473, 0, 0, ''),
|
||
(2943402, 32, 6585.65, -1012.74, 431.971, 0, 0, ''),
|
||
(2943402, 33, 6575.47, -1016.45, 433.811, 0, 0, ''),
|
||
(2943402, 34, 6565.44, -1019.92, 433.574, 0, 0, ''),
|
||
(2943402, 35, 6556.13, -1022.97, 433.47, 0, 0, ''),
|
||
(2943402, 36, 6547.14, -1026.57, 433.079, 0, 0, ''),
|
||
(2943402, 37, 6538.49, -1029.73, 432.356, 0, 0, ''),
|
||
(2943402, 38, 6529.72, -1030.58, 432.886, 0, 0, ''),
|
||
(2943402, 39, 6519.4, -1029.54, 433.607, 0, 0, ''),
|
||
(2943402, 40, 6510.33, -1028.8, 436.316, 0, 0, ''),
|
||
(2943402, 41, 6500.42, -1028.45, 437.175, 0, 0, ''),
|
||
(2943402, 42, 6492.37, -1028.61, 435.288, 0, 0, ''),
|
||
(2943402, 43, 6485.28, -1028.13, 434.34, 0, 0, ''),
|
||
(2943402, 44, 6478.12, -1027.1, 434.323, 0, 0, ''),
|
||
(2943402, 45, 6469.27, -1026.56, 434.135, 0, 0, ''),
|
||
(2943402, 46, 6451.81, -1025.43, 431.502, 0, 0, ''),
|
||
(2955500, 1, 6272.38, -1598.42, 423.442, 0, 0, 'Goblin Sapper'),
|
||
(2955500, 2, 6282.42, -1594.98, 424.872, 0, 0, ''),
|
||
(2955500, 3, 6293.28, -1592.27, 425.002, 0, 0, ''),
|
||
(2955500, 4, 6305.98, -1588.77, 424.457, 0, 0, ''),
|
||
(2955500, 5, 6318.92, -1584.83, 425.138, 0, 0, ''),
|
||
(2955500, 6, 6329.35, -1584, 425.437, 0, 0, ''),
|
||
(2955500, 7, 6339.57, -1584.85, 425.163, 0, 0, ''),
|
||
(2955500, 8, 6349.23, -1588.58, 428.443, 0, 0, ''),
|
||
(2955500, 9, 6359, -1593.78, 427.067, 0, 0, ''),
|
||
(2955500, 10, 6368.28, -1600.04, 423.786, 0, 0, ''),
|
||
(2955500, 11, 6376.83, -1606.72, 420.207, 0, 0, ''),
|
||
(2955500, 12, 6386.05, -1614.59, 418.733, 0, 0, ''),
|
||
(2955500, 13, 6393.03, -1623.59, 418.229, 0, 0, ''),
|
||
(2955500, 14, 6400.62, -1632.87, 418.539, 0, 0, ''),
|
||
(2955500, 15, 6411.01, -1638.04, 419.292, 0, 0, ''),
|
||
(2955500, 16, 6422.29, -1638.02, 418.993, 0, 0, ''),
|
||
(2955500, 17, 6434.9, -1635.69, 418.54, 0, 0, ''),
|
||
(2955500, 18, 6446.77, -1635.18, 418.54, 0, 0, ''),
|
||
(2955500, 19, 6459.66, -1637.91, 424.067, 0, 0, ''),
|
||
(2955500, 20, 6465.12, -1639.16, 425.64, 0, 0, ''),
|
||
(2955500, 21, 6468.73, -1641.3, 426.709, 0, 0, ''),
|
||
(2955500, 22, 6470.61, -1645.3, 428.206, 0, 0, ''),
|
||
(2955500, 23, 6469.99, -1650.96, 430.413, 0, 0, ''),
|
||
(2955500, 24, 6465.68, -1655.19, 432.279, 0, 0, ''),
|
||
(2955500, 25, 6460.28, -1659.65, 434.123, 0, 0, ''),
|
||
(2955500, 26, 6455.05, -1664.59, 435.955, 0, 0, ''),
|
||
(2955500, 27, 6450.72, -1671.92, 435.908, 0, 0, ''),
|
||
(2955500, 28, 6447.04, -1678.69, 435.85, 0, 0, ''),
|
||
(2955500, 29, 6443.22, -1685.77, 435.698, 0, 0, ''),
|
||
(2955500, 30, 6439.69, -1693.13, 435.558, 0, 0, ''),
|
||
(2955500, 31, 6436.61, -1701.42, 435.354, 0, 0, ''),
|
||
(2955500, 32, 6437.65, -1708.23, 435.143, 0, 0, ''),
|
||
(2955500, 33, 6440.81, -1713.39, 434.906, 0, 0, ''),
|
||
(2955500, 34, 6445.5, -1719.78, 435.27, 0, 0, ''),
|
||
(2955500, 35, 6450.69, -1726.96, 435.339, 0, 0, ''),
|
||
(2955500, 36, 6455.46, -1733.44, 435.255, 0, 0, ''),
|
||
(2955500, 37, 6460.82, -1739.59, 434.373, 0, 0, ''),
|
||
(2955500, 38, 6467.05, -1745.22, 434.115, 0, 0, ''),
|
||
(2955500, 39, 6475.03, -1748.13, 434.69, 0, 0, ''),
|
||
(2955500, 40, 6483.06, -1750.11, 435.193, 0, 0, ''),
|
||
(2955500, 41, 6490.36, -1750.57, 435.36, 0, 0, ''),
|
||
(2955500, 42, 6498.3, -1749.28, 435.549, 0, 0, ''),
|
||
(2955500, 43, 6505.54, -1746.45, 435.806, 0, 0, ''),
|
||
(2955500, 44, 6513.4, -1742.87, 435.929, 0, 0, ''),
|
||
(2955500, 45, 6520.67, -1738.07, 436.13, 0, 0, ''),
|
||
(2955500, 46, 6526.04, -1732.45, 436.617, 0, 0, ''),
|
||
(2955500, 47, 6529.72, -1725.31, 438.323, 0, 0, ''),
|
||
(2955500, 48, 6532.19, -1718.28, 440.431, 0, 0, ''),
|
||
(2955500, 49, 6533.88, -1712.21, 442.19, 0, 0, ''),
|
||
(2961800, 1, 6315.08, -1349.14, 427.685, 0, 0, ''),
|
||
(2961800, 2, 6311.85, -1337.78, 427.862, 0, 0, ''),
|
||
(2961800, 3, 6309.37, -1326.59, 427.403, 0, 0, ''),
|
||
(2961800, 4, 6307.66, -1314.02, 428.048, 0, 0, ''),
|
||
(2961800, 5, 6306.05, -1302.78, 428.125, 0, 0, ''),
|
||
(2961800, 6, 6303.16, -1290.42, 426.443, 0, 0, ''),
|
||
(2961800, 7, 6300.35, -1279.18, 426.779, 0, 0, ''),
|
||
(2961800, 8, 6296.24, -1268.47, 427.236, 0, 0, ''),
|
||
(2961800, 9, 6291.25, -1258.14, 427.314, 0, 0, ''),
|
||
(2961800, 10, 6287.14, -1246.16, 427.539, 0, 0, '');
|
||
INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `point_comment`) VALUES
|
||
(2961800, 11, 6287.04, -1234.09, 427.369, 0, 0, ''),
|
||
(2961800, 12, 6285.57, -1222.06, 426.478, 0, 0, ''),
|
||
(2961800, 13, 6283.66, -1209.74, 425.443, 0, 0, ''),
|
||
(2961800, 14, 6281.42, -1197.16, 424.673, 0, 0, ''),
|
||
(2961800, 15, 6278.53, -1186.38, 424.762, 0, 0, ''),
|
||
(2961800, 16, 6275.27, -1174.93, 424.125, 0, 0, ''),
|
||
(2961801, 1, 6313.75, -1349.82, 427.773, 0, 0, ''),
|
||
(2961801, 2, 6307.36, -1342.37, 427.725, 0, 0, ''),
|
||
(2961801, 3, 6298.25, -1337.01, 426.774, 0, 0, ''),
|
||
(2961801, 4, 6289.51, -1330.62, 426.356, 0, 0, ''),
|
||
(2961801, 5, 6281.44, -1322.63, 426.615, 0, 0, ''),
|
||
(2961801, 6, 6274.53, -1314.44, 426.45, 0, 0, ''),
|
||
(2961801, 7, 6267.28, -1304.19, 425.892, 0, 0, ''),
|
||
(2961801, 8, 6262.27, -1293.81, 425.818, 0, 0, ''),
|
||
(2961801, 9, 6260.76, -1281.12, 425.847, 0, 0, ''),
|
||
(2961801, 10, 6260.6, -1268.01, 426.734, 0, 0, ''),
|
||
(2961801, 11, 6260.76, -1253.8, 428.236, 0, 0, ''),
|
||
(2961801, 12, 6260.54, -1244.07, 428.724, 0, 0, ''),
|
||
(2961801, 13, 6260.33, -1234.01, 428.772, 0, 0, ''),
|
||
(2961801, 14, 6260.82, -1220.78, 428.757, 0, 0, ''),
|
||
(2961801, 15, 6261.78, -1208.46, 427.949, 0, 0, ''),
|
||
(2961801, 16, 6262.8, -1196.58, 426.344, 0, 0, ''),
|
||
(2961801, 17, 6264.2, -1185.73, 425.815, 0, 0, ''),
|
||
(2961801, 18, 6265.7, -1176.44, 424.464, 0, 0, ''),
|
||
(2961802, 1, 6316.15, -1348.73, 427.568, 0, 0, ''),
|
||
(2961802, 2, 6317.08, -1340.6, 427.258, 0, 0, ''),
|
||
(2961802, 3, 6317.79, -1330.46, 428.1, 0, 0, ''),
|
||
(2961802, 4, 6316.61, -1319.16, 428.244, 0, 0, ''),
|
||
(2961802, 5, 6315.25, -1308.64, 428.875, 0, 0, ''),
|
||
(2961802, 6, 6314.03, -1298.32, 428.111, 0, 0, ''),
|
||
(2961802, 7, 6312.97, -1288.64, 427.236, 0, 0, ''),
|
||
(2961802, 8, 6311.41, -1278.39, 427.645, 0, 0, ''),
|
||
(2961802, 9, 6308.49, -1267.29, 427.73, 0, 0, ''),
|
||
(2961802, 10, 6305.21, -1255.03, 427.299, 0, 0, ''),
|
||
(2961802, 11, 6302.89, -1244.79, 427.55, 0, 0, ''),
|
||
(2961802, 12, 6301.09, -1233.67, 427.075, 0, 0, ''),
|
||
(2961802, 13, 6300.25, -1225.08, 425.73, 0, 0, ''),
|
||
(2961802, 14, 6306.03, -1217.58, 425.49, 0, 0, ''),
|
||
(2961802, 15, 6314.01, -1210.59, 426.51, 0, 0, ''),
|
||
(2961802, 16, 6319.67, -1202.59, 426.422, 0, 0, ''),
|
||
(2961802, 17, 6322.42, -1193.07, 425.804, 0, 0, ''),
|
||
(2961802, 18, 6323.8, -1183.54, 425.76, 0, 0, ''),
|
||
(2961802, 19, 6324.48, -1175.48, 425.556, 0, 0, ''),
|
||
(2961802, 20, 6324.79, -1166.19, 425.223, 0, 0, ''),
|
||
(2961803, 1, 6342.3, -1348.57, 428.451, 0, 0, ''),
|
||
(2961803, 2, 6348.92, -1341.18, 429.426, 0, 0, ''),
|
||
(2961803, 3, 6355.97, -1333.41, 429.389, 0, 0, ''),
|
||
(2961803, 4, 6363.37, -1323.81, 429.414, 0, 0, ''),
|
||
(2961803, 5, 6368.89, -1313.76, 430.32, 0, 0, ''),
|
||
(2961803, 6, 6373.84, -1303.41, 431.224, 0, 0, ''),
|
||
(2961803, 7, 6376.82, -1293.15, 432.417, 0, 0, ''),
|
||
(2961803, 8, 6376.79, -1282.38, 433.009, 0, 0, ''),
|
||
(2961803, 9, 6372.82, -1271.73, 432.339, 0, 0, ''),
|
||
(2961803, 10, 6369.34, -1262.07, 431.078, 0, 0, ''),
|
||
(2961803, 11, 6370.88, -1251.5, 429.61, 0, 0, ''),
|
||
(2961803, 12, 6373.46, -1240.65, 428.322, 0, 0, ''),
|
||
(2961803, 13, 6375.5, -1230.13, 427.312, 0, 0, ''),
|
||
(2961803, 14, 6377.23, -1219.77, 426.556, 0, 0, ''),
|
||
(2961803, 15, 6378.9, -1209.73, 426.153, 0, 0, ''),
|
||
(2961803, 16, 6380.45, -1199.35, 425.959, 0, 0, ''),
|
||
(2961803, 17, 6382.01, -1187.97, 426.054, 0, 0, ''),
|
||
(2961803, 18, 6383.35, -1179.88, 426.415, 0, 0, ''),
|
||
(2961804, 1, 6339.98, -1347.78, 428.367, 0, 0, ''),
|
||
(2961804, 2, 6340.43, -1339.92, 429.081, 0, 0, ''),
|
||
(2961804, 3, 6339.42, -1329.47, 428.935, 0, 0, ''),
|
||
(2961804, 4, 6338.77, -1317.36, 428.223, 0, 0, ''),
|
||
(2961804, 5, 6339.56, -1305.82, 427.858, 0, 0, ''),
|
||
(2961804, 6, 6342.22, -1293.87, 427.728, 0, 0, ''),
|
||
(2961804, 7, 6345.89, -1282.88, 428.073, 0, 0, ''),
|
||
(2961804, 8, 6349.55, -1272.14, 428.729, 0, 0, ''),
|
||
(2961804, 9, 6347.04, -1260, 428.701, 0, 0, ''),
|
||
(2961804, 10, 6343.92, -1247.14, 428.441, 0, 0, ''),
|
||
(2961804, 11, 6342.79, -1234.73, 427.411, 0, 0, ''),
|
||
(2961804, 12, 6342.23, -1222.28, 427.765, 0, 0, ''),
|
||
(2961804, 13, 6345.7, -1210.05, 427.609, 0, 0, ''),
|
||
(2961804, 14, 6349.52, -1198.99, 427.245, 0, 0, ''),
|
||
(2961804, 15, 6351.78, -1188.07, 426.764, 0, 0, ''),
|
||
(2961804, 16, 6354.24, -1177.53, 426.659, 0, 0, ''),
|
||
(2961804, 17, 6356.17, -1168.77, 426.759, 0, 0, ''),
|
||
(2961900, 1, 6334.46, -1344.04, 428.17, 0, 0, ''),
|
||
(2961900, 2, 6334.41, -1334.01, 428.724, 0, 0, ''),
|
||
(2961900, 3, 6331.47, -1321.38, 428.34, 0, 0, ''),
|
||
(2961900, 4, 6331.22, -1309.17, 428.168, 0, 0, ''),
|
||
(2961900, 5, 6334.87, -1297.77, 427.649, 0, 0, ''),
|
||
(2961900, 6, 6339.93, -1285.3, 427.786, 0, 0, ''),
|
||
(2961900, 7, 6346.35, -1272.87, 428.302, 0, 0, ''),
|
||
(2961900, 8, 6351.63, -1261.7, 429.053, 0, 0, ''),
|
||
(2961900, 9, 6357.53, -1250.24, 428.454, 0, 0, ''),
|
||
(2961900, 10, 6366.15, -1238.41, 427.638, 0, 0, ''),
|
||
(2961900, 11, 6369.68, -1226.41, 426.865, 0, 0, ''),
|
||
(2961900, 12, 6369.56, -1213.07, 426.468, 0, 0, ''),
|
||
(2961900, 13, 6368.46, -1198.92, 426.39, 0, 0, ''),
|
||
(2961900, 14, 6366.45, -1185.84, 426.669, 0, 0, ''),
|
||
(2961900, 15, 6365.61, -1174.07, 427.081, 0, 0, ''),
|
||
(2961901, 1, 6333.1, -1343.65, 428.042, 0, 0, ''),
|
||
(2961901, 2, 6332.9, -1333.86, 428.595, 0, 0, ''),
|
||
(2961901, 3, 6329.05, -1321.68, 428.336, 0, 0, ''),
|
||
(2961901, 4, 6325.82, -1309.9, 428.472, 0, 0, ''),
|
||
(2961901, 5, 6320.24, -1296.94, 427.868, 0, 0, ''),
|
||
(2961901, 6, 6314.9, -1285.57, 427.382, 0, 0, ''),
|
||
(2961901, 7, 6308.9, -1275.14, 427.737, 0, 0, ''),
|
||
(2961901, 8, 6303.29, -1263.89, 427.541, 0, 0, ''),
|
||
(2961901, 9, 6298.45, -1251.26, 427.313, 0, 0, ''),
|
||
(2961901, 10, 6296.23, -1238.79, 427.393, 0, 0, ''),
|
||
(2961901, 11, 6293.76, -1225.45, 426.15, 0, 0, ''),
|
||
(2961901, 12, 6290.19, -1214.32, 425.515, 0, 0, ''),
|
||
(2961901, 13, 6287.23, -1203.67, 424.846, 0, 0, ''),
|
||
(2961901, 14, 6285.03, -1191.74, 424.811, 0, 0, ''),
|
||
(2961901, 15, 6282.53, -1180.86, 424.545, 0, 0, ''),
|
||
(2961901, 16, 6281.15, -1170.46, 423.832, 0, 0, ''),
|
||
(2961902, 1, 6332.24, -1343.42, 427.947, 0, 0, ''),
|
||
(2961902, 2, 6332.19, -1333.4, 428.572, 0, 0, ''),
|
||
(2961902, 3, 6327.87, -1321.37, 428.321, 0, 0, ''),
|
||
(2961902, 4, 6323.6, -1310.36, 428.607, 0, 0, ''),
|
||
(2961902, 5, 6317.67, -1298.17, 428.055, 0, 0, ''),
|
||
(2961902, 6, 6312.12, -1287.25, 427.15, 0, 0, ''),
|
||
(2961902, 7, 6306.52, -1276.23, 427.524, 0, 0, ''),
|
||
(2961902, 8, 6300.78, -1265.41, 427.535, 0, 0, ''),
|
||
(2961902, 9, 6295.13, -1252.38, 427.316, 0, 0, ''),
|
||
(2961902, 10, 6289.84, -1240.73, 427.363, 0, 0, ''),
|
||
(2961902, 11, 6283.71, -1229.64, 427.267, 0, 0, ''),
|
||
(2961902, 12, 6276.24, -1219.8, 427.089, 0, 0, ''),
|
||
(2961902, 13, 6269.34, -1211.03, 427.125, 0, 0, ''),
|
||
(2961902, 14, 6261.85, -1202.21, 426.889, 0, 0, ''),
|
||
(2961902, 15, 6256.36, -1196.26, 428.488, 0, 0, ''),
|
||
(2961902, 16, 6251.75, -1188.7, 426.944, 0, 0, ''),
|
||
(2961902, 17, 6246.64, -1180.16, 423.851, 0, 0, ''),
|
||
(2961903, 1, 6315.91, -1344.21, 427.405, 0, 0, ''),
|
||
(2961903, 2, 6315.71, -1332.21, 428.013, 0, 0, ''),
|
||
(2961903, 3, 6313.93, -1321.33, 427.871, 0, 0, ''),
|
||
(2961903, 4, 6310.85, -1311.41, 428.605, 0, 0, ''),
|
||
(2961903, 5, 6309.81, -1300.52, 428.265, 0, 0, ''),
|
||
(2961903, 6, 6310.59, -1290.22, 427.145, 0, 0, ''),
|
||
(2961903, 7, 6314.54, -1278.9, 427.823, 0, 0, ''),
|
||
(2961903, 8, 6320.71, -1269.1, 428.155, 0, 0, ''),
|
||
(2961903, 9, 6328.52, -1260.69, 428.129, 0, 0, ''),
|
||
(2961903, 10, 6335.23, -1250.8, 428.974, 0, 0, ''),
|
||
(2961903, 11, 6337.27, -1239.25, 427.811, 0, 0, ''),
|
||
(2961903, 12, 6336.57, -1227.03, 427.501, 0, 0, ''),
|
||
(2961903, 13, 6335.18, -1214.64, 427.804, 0, 0, ''),
|
||
(2961903, 14, 6334.01, -1202.56, 427.066, 0, 0, ''),
|
||
(2961903, 15, 6332.92, -1190.36, 426.384, 0, 0, ''),
|
||
(2961903, 16, 6331.77, -1179.49, 425.861, 0, 0, ''),
|
||
(2961903, 17, 6330.55, -1167.96, 425.365, 0, 0, ''),
|
||
(2961904, 1, 6314.18, -1344.96, 427.639, 0, 0, ''),
|
||
(2961904, 2, 6305.02, -1337.72, 427.602, 0, 0, ''),
|
||
(2961904, 3, 6293.17, -1330.32, 426.479, 0, 0, ''),
|
||
(2961904, 4, 6284.32, -1322.07, 426.52, 0, 0, ''),
|
||
(2961904, 5, 6275.97, -1312.66, 426.288, 0, 0, ''),
|
||
(2961904, 6, 6269.18, -1303.58, 425.696, 0, 0, ''),
|
||
(2961904, 7, 6264.9, -1292.49, 425.766, 0, 0, ''),
|
||
(2961904, 8, 6263.29, -1280.8, 425.953, 0, 0, ''),
|
||
(2961904, 9, 6263.99, -1267.7, 426.803, 0, 0, ''),
|
||
(2961904, 10, 6264.07, -1253.93, 428.333, 0, 0, ''),
|
||
(2961904, 11, 6269.49, -1244.2, 429.111, 0, 0, ''),
|
||
(2961904, 12, 6277.29, -1236.07, 428.322, 0, 0, ''),
|
||
(2961904, 13, 6281.59, -1224.6, 426.931, 0, 0, ''),
|
||
(2961904, 14, 6286.5, -1212.79, 425.636, 0, 0, ''),
|
||
(2961904, 15, 6291.56, -1200.22, 424.523, 0, 0, ''),
|
||
(2961904, 16, 6296.4, -1188.14, 424.484, 0, 0, ''),
|
||
(2961904, 17, 6299.57, -1177.37, 424.932, 0, 0, ''),
|
||
(2961904, 18, 6300.07, -1168.64, 424.854, 0, 0, ''),
|
||
(3039900, 1, 8695.3, -703.023, 933.672, 0, 0, 'Thorim - The Reckoning'),
|
||
(3039900, 2, 8688.26, -696.381, 932.802, 0, 0, ''),
|
||
(3039900, 3, 8680.31, -688.831, 930.953, 0, 0, ''),
|
||
(3039900, 4, 8672.82, -681.81, 929.133, 0, 0, ''),
|
||
(3039900, 5, 8666.02, -675.593, 927.207, 0, 0, ''),
|
||
(3039900, 6, 8659.32, -669.424, 924.904, 0, 0, ''),
|
||
(3039900, 7, 8652.4, -662.992, 922.517, 0, 0, ''),
|
||
(3039900, 8, 8650.85, -661.499, 923.67, 0, 0, ''),
|
||
(3039900, 9, 8646.61, -657.15, 923.886, 0, 0, ''),
|
||
(3039900, 10, 8640.08, -650.813, 923.668, 0, 0, ''),
|
||
(3039900, 11, 8636.42, -647.304, 923.366, 0, 0, ''),
|
||
(3039900, 12, 8632.65, -643.688, 924.368, 0, 0, ''),
|
||
(3039900, 13, 8628.64, -639.923, 925.278, 0, 0, ''),
|
||
(3039900, 14, 8624.98, -636.499, 926.056, 0, 0, ''),
|
||
(3039900, 15, 8620.3, -632.119, 926.204, 0, 0, ''),
|
||
(3039900, 16, 8614.32, -626.557, 926.204, 0, 0, ''),
|
||
(3039900, 17, 8607.65, -620.366, 926.204, 0, 0, ''),
|
||
(3039900, 18, 8600.89, -614.094, 925.559, 0, 0, ''),
|
||
(3039900, 19, 8594.45, -608.167, 925.559, 0, 0, ''),
|
||
(3039900, 20, 8588.71, -603.394, 925.559, 0, 0, ''),
|
||
(3039900, 21, 8582.29, -597.977, 925.559, 0, 0, ''),
|
||
(3039900, 22, 8577.78, -593.913, 925.559, 0, 0, ''),
|
||
(3039900, 23, 8573.66, -590.061, 925.559, 0, 0, ''),
|
||
(3046100, 1, 7081.55, -907.867, 1067.18, 0, 0, 'Veranus - WP1'),
|
||
(3046101, 1, 7110.2, -916.508, 1100.75, 0, 0, 'Veranus - WP2'),
|
||
(3215900, 1, 1582.04, 408.649, -33.0274, 0, 0, 'Doomguard Pillager'),
|
||
(3215900, 2, 1591.27, 382.782, -36.0157, 0, 0, 'Doomguard Pillager'),
|
||
(3215900, 3, 1626.62, 401.262, -41.3528, 0, 0, 'Doomguard Pillager'),
|
||
(3215900, 4, 1596.45, 409.824, -46.6646, 0, 0, 'Doomguard Pillager'),
|
||
(3215900, 5, 1612.5, 391.512, -55.0201, 0, 0, 'Doomguard Pillager'),
|
||
(3215900, 6, 1583.25, 383.358, -62.2586, 0, 0, 'Doomguard Pillager'),
|
||
(3367200, 1, -812.01, -201.99, 429.8, 0, 0, 'Kirin Tor Mage - Boxes Middle Ulduar'),
|
||
(3367200, 2, -810.91, -203.51, 429.8, 0, 0, 'Kirin Tor Mage - Boxes Middle Ulduar'),
|
||
(3367200, 3, -810.72, -206.63, 429.8, 0, 0, 'Kirin Tor Mage - Boxes Middle Ulduar'),
|
||
(3367200, 4, -811.23, -217.11, 429.8, 0, 0, 'Kirin Tor Mage - Boxes Middle Ulduar'),
|
||
(3367200, 5, -812.88, -222.94, 429.8, 0, 0, 'Kirin Tor Mage - Boxes Middle Ulduar'),
|
||
(3367200, 6, -815.95, -228.36, 429.8, 0, 0, 'Kirin Tor Mage - Boxes Middle Ulduar'),
|
||
(3367200, 7, -812.88, -222.94, 429.8, 0, 0, 'Kirin Tor Mage - Boxes Middle Ulduar'),
|
||
(3367200, 8, -811.23, -217.11, 429.8, 0, 0, 'Kirin Tor Mage - Boxes Middle Ulduar'),
|
||
(3367200, 9, -810.72, -206.63, 429.8, 0, 0, 'Kirin Tor Mage - Boxes Middle Ulduar'),
|
||
(3367200, 10, -810.91, -203.51, 429.8, 0, 0, 'Kirin Tor Mage - Boxes Middle Ulduar'),
|
||
(3367200, 11, -812.01, -201.99, 429.8, 0, 0, 'Kirin Tor Mage - Boxes Middle Ulduar'),
|
||
(3367200, 12, -814.09, -201.35, 429.8, 0, 0, 'Kirin Tor Mage - Boxes Middle Ulduar'),
|
||
(3367201, 1, -812.83, -202.5, 429.8, 0, 0, 'Kirin Tor Mage - Boxes Right Ulduar'),
|
||
(3367201, 2, -812.35, -205.3, 429.8, 0, 0, 'Kirin Tor Mage - Boxes Right Ulduar'),
|
||
(3367201, 3, -815.29, -207.55, 429.8, 0, 0, 'Kirin Tor Mage - Boxes Right Ulduar'),
|
||
(3367201, 4, -818.87, -207.92, 429.8, 0, 0, 'Kirin Tor Mage - Boxes Right Ulduar'),
|
||
(3367201, 5, -815.29, -207.55, 429.8, 0, 0, 'Kirin Tor Mage - Boxes Right Ulduar'),
|
||
(3367201, 6, -812.35, -205.3, 429.8, 0, 0, 'Kirin Tor Mage - Boxes Right Ulduar'),
|
||
(3367201, 7, -812.83, -202.5, 429.8, 0, 0, 'Kirin Tor Mage - Boxes Right Ulduar'),
|
||
(3367201, 8, -814.09, -201.35, 429.8, 0, 0, 'Kirin Tor Mage - Boxes Right Ulduar'),
|
||
(3536100, 1, 8436.87, 853.037, 547.293, 0, 0, 'Tirion Speach Start'),
|
||
(3536100, 2, 8431.31, 842.01, 547.293, 0, 0, 'Tirion Speach Start'),
|
||
(3536100, 3, 8423.1, 831.243, 547.294, 0, 0, 'Tirion Speach Start'),
|
||
(3536100, 4, 8420.27, 822.423, 547.485, 0, 0, 'Tirion Speach Start'),
|
||
(3536100, 5, 8411.11, 819.215, 547.293, 0, 0, 'Tirion Speach Start'),
|
||
(3536100, 6, 8411.1, 820.904, 547.397, 0, 0, 'Tirion Speach Start'),
|
||
(3536100, 7, 8410.85, 823.103, 548.883, 0, 0, 'Tirion Speach Start'),
|
||
(3536100, 8, 8410.86, 826.076, 548.953, 0, 0, 'Tirion Speach Start'),
|
||
(3536101, 1, 8515.84, 966.232, 547.8, 0, 0, 'Tirion Fordring Path 1 (A)'),
|
||
(3536101, 2, 8515.44, 933.185, 547.621, 0, 0, 'Tirion Fordring Path 1 (A)'),
|
||
(3536101, 3, 8515.11, 907.591, 547.716, 0, 0, 'Tirion Fordring Path 1 (A)'),
|
||
(3536101, 4, 8515.23, 883.113, 558.337, 0, 0, 'Tirion Fordring Path 1 (A)'),
|
||
(3536101, 5, 8515.23, 876.113, 558.337, 0, 0, 'Tirion Fordring Path 1 (A)'),
|
||
(3536102, 1, 8514.69, 967.867, 547.602, 0, 0, 'Tirion Fordring Path 2 (H)'),
|
||
(3536102, 2, 8513.31, 908.73, 547.06, 0, 0, 'Tirion Fordring Path 2 (H)'),
|
||
(3536102, 3, 8515.04, 903.293, 549.422, 0, 0, 'Tirion Fordring Path 2 (H)'),
|
||
(3536102, 4, 8515.04, 883.293, 558.422, 0, 0, 'Tirion Fordring Path 2 (H)'),
|
||
(3536102, 5, 8515.25, 883.029, 558.298, 0, 0, 'Tirion Fordring Path 2 (H)'),
|
||
(3536102, 6, 8515.25, 881.779, 558.298, 0, 0, 'Tirion Fordring Path 2 (H)'),
|
||
(3536102, 7, 8515.25, 870.029, 558.298, 0, 0, 'Tirion Fordring Path 2 (H)'),
|
||
(3536103, 1, 8515.12, 882.241, 558.422, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 2, 8515.12, 883.241, 558.422, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 3, 8515.4, 907.983, 547.703, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 4, 8515.63, 933.392, 547.775, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 5, 8515.33, 964.982, 547.79, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 6, 8515.43, 997.722, 547.79, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 7, 8515.5, 1012.84, 547.729, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 8, 8504.99, 1024.24, 547.645, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 9, 8488.6, 1022.55, 547.594, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 10, 8477.46, 1011.27, 547.566, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 11, 8477, 979.205, 547.566, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 12, 8477.21, 957.476, 547.619, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 13, 8476.94, 932.012, 547.599, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 14, 8472.1, 895.481, 547.553, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 15, 8469.53, 875.273, 547.547, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 16, 8458.68, 869.073, 547.548, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 17, 8447.49, 869.585, 547.358, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 18, 8439.67, 864.419, 547.638, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 19, 8435.67, 840.281, 547.662, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 20, 8428.5, 828.458, 548.179, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 21, 8422.17, 820.496, 548.201, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 22, 8418.17, 819.996, 547.701, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 23, 8411.13, 821.022, 547.715, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 24, 8411.13, 822.772, 548.715, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 25, 8410.86, 822.885, 548.904, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 26, 8410.86, 823.635, 549.154, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 27, 8413.57, 823.34, 549.131, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 28, 8414.32, 822.59, 547.881, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 29, 8416.82, 822.09, 547.881, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 30, 8424.57, 823.84, 548.131, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 31, 8431.32, 825.34, 547.881, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 32, 8431.53, 825.52, 547.485, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 33, 8434.03, 826.02, 547.485, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 34, 8441.02, 861.882, 547.63, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 35, 8464.89, 873.682, 547.581, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 36, 8466.39, 882.682, 548.081, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 37, 8467.89, 889.182, 547.581, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 38, 8470.24, 900.28, 547.384, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 39, 8476.57, 926.5, 547.612, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 40, 8476.94, 953.283, 547.57, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 41, 8477.26, 987.507, 547.384, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 42, 8478.75, 1009.75, 547.85, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 43, 8480.5, 1010.5, 548.35, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 44, 8488.75, 1013.25, 548.85, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 45, 8497.43, 1016.1, 548.886, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 46, 8507.18, 1016.1, 548.136, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 47, 8515.09, 1016.16, 547.686, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 48, 8514.82, 985.298, 547.79, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 49, 8514.08, 960.764, 547.613, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 50, 8513.17, 908.798, 546.937, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 51, 8515.26, 891.704, 554.69, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 52, 8515.26, 882.954, 558.44, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3536103, 53, 8515.26, 854.954, 558.19, 0, 0, 'Tirion Fordring Path 3'),
|
||
(3665600, 1, 8118.8, 783.843, 481.567, 0, 0, 'Quel\'Delar rest guard 2 (GUID: 202776)- WP 1'),
|
||
(3665600, 2, 8123.66, 793.745, 481.434, 0, 0, 'Quel\'Delar rest guard 2 (GUID: 202776)- Home Position'),
|
||
(3665601, 1, 8113.4, 783.385, 481.416, 0, 0, 'Quel\'Delar rest guard 1 (GUID: 202775)- WP 1'),
|
||
(3665601, 2, 8111.31, 794.347, 481.059, 0, 0, 'Quel\'Delar rest guard 1 (GUID: 202775)- Home Position'),
|
||
(3665700, 1, 8112.35, 775.095, 481.583, 0, 0, 'Quel\'Delar rest guard 1 (GUID: 202777)- WP 1'),
|
||
(3665700, 2, 8120.1, 765.363, 482.266, 0, 0, 'Quel\'Delar rest guard 1 (GUID: 202777)- Home Position'),
|
||
(3665701, 1, 8118.65, 775.747, 481.973, 0, 0, 'Quel\'Delar rest guard 2 (GUID: 202778)- WP 1'),
|
||
(3665701, 2, 8130.01, 772.465, 482.629, 0, 0, 'Quel\'Delar rest guard 2 (GUID: 202778)- Home Position'),
|
||
(3700700, 1, -194.583, 2159.04, 37.9852, 0, 0, NULL),
|
||
(3700700, 2, -172.52, 2178.91, 37.9852, 0, 0, NULL),
|
||
(3700700, 3, -173.356, 2244.59, 37.9851, 0, 0, NULL),
|
||
(3700700, 4, -191.483, 2259.81, 37.9851, 0, 0, NULL),
|
||
(3700700, 5, -233.296, 2241.13, 37.9851, 0, 0, NULL),
|
||
(3700700, 6, -242.451, 2222.78, 42.5646, 0, 0, NULL),
|
||
(3700700, 7, -242.6, 2201.63, 42.5646, 0, 0, NULL),
|
||
(3700700, 8, -233.272, 2183.1, 37.9851, 0, 0, NULL),
|
||
(3700700, 9, -194.583, 2159.04, 37.9852, 0, 0, NULL),
|
||
(3700701, 1, -191.483, 2259.81, 37.9851, 0, 0, NULL),
|
||
(3700701, 2, -233.296, 2241.13, 37.9851, 0, 0, NULL),
|
||
(3700701, 3, -242.451, 2222.78, 42.5646, 0, 0, NULL),
|
||
(3700701, 4, -242.6, 2201.63, 42.5646, 0, 0, NULL),
|
||
(3700701, 5, -233.272, 2183.1, 37.9851, 0, 0, NULL),
|
||
(3700701, 6, -194.583, 2159.04, 37.9852, 0, 0, NULL),
|
||
(3700701, 7, -172.52, 2178.91, 37.9852, 0, 0, NULL),
|
||
(3700701, 8, -173.356, 2244.59, 37.9851, 0, 0, NULL),
|
||
(3700701, 9, -191.483, 2259.81, 37.9851, 0, 0, NULL),
|
||
(3700702, 1, -276.016, 2211.87, 42.5645, 0, 0, NULL),
|
||
(3700702, 2, -239.08, 2211.49, 42.5645, 0, 0, NULL),
|
||
(3700702, 3, -213.092, 2211.63, 35.2335, 0, 0, NULL),
|
||
(3700702, 4, -239.08, 2211.49, 42.5645, 0, 0, NULL),
|
||
(3700702, 5, -350.122, 2211.61, 42.4406, 0, 0, NULL),
|
||
(3700702, 6, -276.016, 2211.87, 42.5645, 0, 0, NULL),
|
||
(3700703, 1, -301.121, 2212.05, 42.0128, 0, 0, NULL),
|
||
(3700703, 2, -350.122, 2211.61, 42.4406, 0, 0, NULL),
|
||
(3700703, 3, -245.857, 2211.23, 42.5645, 0, 0, NULL),
|
||
(3700703, 4, -301.121, 2212.05, 42.0128, 0, 0, NULL),
|
||
(3715800, 1, 5288.35, 2001.96, 715.839, 0, 0, 'Quel\'Delar in HoR'),
|
||
(3715800, 2, 5287.78, 2012.3, 718.648, 0, 0, 'Quel\'Delar in HoR'),
|
||
(3715800, 3, 5293.66, 2022.44, 721.733, 0, 0, 'Quel\'Delar in HoR'),
|
||
(3715800, 4, 5304.64, 2024.97, 724.804, 0, 0, 'Quel\'Delar in HoR'),
|
||
(3715800, 5, 5322.97, 2022.09, 728.212, 0, 0, 'Quel\'Delar in HoR'),
|
||
(3715800, 6, 5330.45, 2013.93, 729.987, 0, 0, 'Quel\'Delar in HoR'),
|
||
(3715800, 7, 5329.63, 2000.81, 731.98, 0, 0, 'Quel\'Delar in HoR'),
|
||
(3715800, 8, 5318.02, 1988.14, 733.196, 0, 0, 'Quel\'Delar in HoR'),
|
||
(3715800, 9, 5296.81, 1986.27, 732.414, 0, 0, 'Quel\'Delar in HoR'),
|
||
(3715800, 10, 5288.66, 1999.81, 733.286, 0, 0, 'Quel\'Delar in HoR'),
|
||
(3715800, 11, 5291.78, 2015.84, 732.737, 0, 0, 'Quel\'Delar in HoR'),
|
||
(3715800, 12, 5306.19, 2029.22, 732.899, 0, 0, 'Quel\'Delar in HoR'),
|
||
(3715800, 13, 5327.48, 2022, 730.3, 0, 0, 'Quel\'Delar in HoR'),
|
||
(3715800, 14, 5331.94, 2004.94, 726.963, 0, 0, 'Quel\'Delar in HoR'),
|
||
(3715800, 15, 5325.13, 1990.92, 722.842, 0, 0, 'Quel\'Delar in HoR'),
|
||
(3715800, 16, 5313.1, 1984.14, 719.322, 0, 0, 'Quel\'Delar in HoR'),
|
||
(3715800, 17, 5303.81, 1984.66, 717.071, 0, 0, 'Quel\'Delar in HoR'),
|
||
(3715800, 18, 5296.86, 1993.15, 716.888, 0, 0, 'Quel\'Delar in HoR'),
|
||
(3784600, 1, 8115.65, 780.131, 481.611, 0, 0, 'Lana\'thel Quel\'delar rest - WP 1.1'),
|
||
(3784601, 1, 8119.96, 775.924, 482.029, 0, 0, 'Lana\'thel Quel\'delar rest - WP 2.1'),
|
||
(3784601, 2, 8124.34, 778.986, 482.08, 0, 0, 'Lana\'thel Quel\'delar rest - WP 2.2'),
|
||
(7465100, 1, -3411.15, 2979.67, 169.897, 0, 0, 'Deathforged Infernal'),
|
||
(7465100, 2, -3411.15, 2979.67, 293.974, 0, 0, 'Deathforged Infernal'),
|
||
(7465100, 3, -3408.36, 3007.35, 171.598, 0, 0, 'Deathforged Infernal'),
|
||
(7466200, 1, -3411.15, 2979.67, 169.897, 0, 0, 'Deathforged Infernal'),
|
||
(7466200, 2, -3411.15, 2979.67, 293.974, 0, 0, 'Deathforged Infernal'),
|
||
(7466200, 3, -3441.46, 2974.7, 171.833, 0, 0, 'Deathforged Infernal'),
|
||
(9541000, 1, 888.984, -152.599, -49.76, 0, 0, 'Blackbreath Crony'),
|
||
(9541000, 2, 895.56, -134.14, -49.7485, 0, 0, 'Blackbreath Crony'),
|
||
(9541000, 3, 897.199, -139.513, -49.7554, 0, 0, 'Blackbreath Crony'),
|
||
(9541001, 1, 886.917, -149.176, -49.76, 0, 0, 'Blackbreath Crony'),
|
||
(9541001, 2, 899.913, -133.535, -49.7479, 0, 0, 'Blackbreath Crony'),
|
||
(9541001, 3, 901.009, -139.604, -49.7551, 0, 0, 'Blackbreath Crony'),
|
||
(13627100, 1, -856.854, -159.629, 458.894, 0, 0, 'Goran Steelbreaker'),
|
||
(13627100, 2, -815.381, -160.206, 429.841, 0, 0, 'Goran Steelbreaker'),
|
||
(13627100, 3, -812.063, -160.252, 429.841, 0, 0, 'Goran Steelbreaker'),
|
||
(13627100, 4, -787.449, -186.878, 429.841, 0, 0, 'Goran Steelbreaker'),
|
||
(13627100, 5, -764.428, -185.599, 429.841, 0, 0, 'Goran Steelbreaker'),
|
||
(13627100, 6, -756.902, -183.903, 429.824, 0, 0, 'Goran Steelbreaker'),
|
||
(13627100, 7, -743.469, -190.483, 429.841, 0, 0, 'Goran Steelbreaker'),
|
||
(13627100, 8, -735.021, -155.349, 429.84, 0, 0, 'Goran Steelbreaker'),
|
||
(13627100, 9, -733.845, -123.15, 429.84, 0, 0, 'Goran Steelbreaker'),
|
||
(13627100, 10, -735.325, -104.313, 429.84, 0, 0, 'Goran Steelbreaker'),
|
||
(13627100, 11, -726.365, -86.0322, 429.84, 0, 0, 'Goran Steelbreaker'),
|
||
(13627100, 12, -710.154, -81.27, 429.84, 0, 0, 'Goran Steelbreaker'),
|
||
(13627100, 13, -700.494, -81.3369, 429.402, 0, 0, 'Goran Steelbreaker'),
|
||
(13627100, 14, -723.062, -81.6906, 429.842, 0, 0, 'Goran Steelbreaker'),
|
||
(13627100, 15, -735.383, -98.9337, 429.842, 0, 0, 'Goran Steelbreaker'),
|
||
(13627100, 16, -736.991, -134.149, 429.841, 0, 0, 'Goran Steelbreaker'),
|
||
(13627100, 17, -740.398, -157.068, 429.842, 0, 0, 'Goran Steelbreaker'),
|
||
(13627100, 18, -746.407, -170.483, 429.842, 0, 0, 'Goran Steelbreaker'),
|
||
(13627100, 19, -748.094, -175.932, 429.801, 0, 0, 'Goran Steelbreaker'),
|
||
(13627100, 20, -776.031, -186.115, 429.84, 0, 0, 'Goran Steelbreaker'),
|
||
(13627100, 21, -795.367, -180.787, 429.84, 0, 0, 'Goran Steelbreaker'),
|
||
(13627100, 22, -803.027, -151.463, 429.84, 0, 0, 'Goran Steelbreaker'),
|
||
(13627100, 23, -800.079, -131.901, 429.614, 0, 0, 'Goran Steelbreaker'),
|
||
(13627100, 24, -798.208, -85.7146, 429.842, 0, 0, 'Goran Steelbreaker'),
|
||
(13627100, 25, -796.247, -66.4749, 429.843, 0, 0, 'Goran Steelbreaker'),
|
||
(13627100, 26, -803.578, -54.884, 429.843, 0, 0, 'Goran Steelbreaker'),
|
||
(13627101, 1, -759.514, -46.609, 429.84, 0, 0, 'Goran Steelbreaker 1'),
|
||
(13627101, 2, -709.315, -26.547, 429.84, 0, 0, 'Goran Steelbreaker 1'),
|
||
(13627101, 3, -702.395, -11.965, 429.73, 0, 0, 'Goran Steelbreaker 1'),
|
||
(13627101, 4, -679.813, -8.959, 426.88, 0, 0, 'Goran Steelbreaker 1'),
|
||
(1399600, 1, -7466.55, -1015.38, 408.566, 0, 0, 'Blackwing Technician'),
|
||
(1399600, 2, -7453.62, -1019.73, 408.57, 0, 0, 'Blackwing Technician'),
|
||
(1399600, 3, -7443.76, -1031.75, 408.613, 0, 0, 'Blackwing Technician'),
|
||
(1399600, 4, -7436.59, -1037.8, 408.646, 0, 0, 'Blackwing Technician'),
|
||
(1399600, 5, -7433.49, -1032.99, 408.641, 0, 0, 'Blackwing Technician'),
|
||
(1399600, 6, -7436.15, -1025.96, 414.025, 0, 0, 'Blackwing Technician'),
|
||
(1399600, 7, -7441.49, -1017.68, 423.096, 0, 0, 'Blackwing Technician'),
|
||
(1399600, 8, -7443.33, -1015.06, 423.666, 0, 0, 'Blackwing Technician'),
|
||
(1399600, 9, -7456.49, -996.301, 423.666, 0, 0, 'Blackwing Technician'),
|
||
(1399600, 10, -7483.34, -962.278, 423.809, 0, 0, 'Blackwing Technician'),
|
||
(1399600, 11, -7488.85, -962.927, 423.693, 0, 0, 'Blackwing Technician'),
|
||
(1399600, 12, -7506.71, -972.992, 423.607, 0, 0, 'Blackwing Technician'),
|
||
(1399600, 13, -7514.11, -974.566, 423.477, 0, 0, 'Blackwing Technician'),
|
||
(1399600, 14, -7519.98, -969.585, 423.429, 0, 0, 'Blackwing Technician'),
|
||
(1399600, 15, -7526.96, -961.592, 427.805, 0, 0, 'Blackwing Technician'),
|
||
(1399601, 1, -7487.86, -1036.58, 408.562, 0, 0, 'Blackwing Technician'),
|
||
(1399601, 2, -7490.35, -1046.43, 408.571, 0, 0, 'Blackwing Technician'),
|
||
(1399601, 3, -7478.75, -1064.94, 408.633, 0, 0, 'Blackwing Technician'),
|
||
(1399601, 4, -7483.2, -1069.96, 408.636, 0, 0, 'Blackwing Technician'),
|
||
(1399601, 5, -7491.67, -1062.21, 415.998, 0, 0, 'Blackwing Technician'),
|
||
(1399601, 6, -7496.75, -1054.78, 423.665, 0, 0, 'Blackwing Technician'),
|
||
(1399601, 7, -7512.88, -1032.64, 423.665, 0, 0, 'Blackwing Technician'),
|
||
(1399601, 8, -7531.46, -1007.4, 423.665, 0, 0, 'Blackwing Technician'),
|
||
(1399601, 9, -7534.84, -997.096, 423.764, 0, 0, 'Blackwing Technician'),
|
||
(1399601, 10, -7520.4, -979.642, 423.502, 0, 0, 'Blackwing Technician'),
|
||
(1399601, 11, -7519.79, -976.306, 423.43, 0, 0, 'Blackwing Technician'),
|
||
(1399601, 12, -7526.15, -964.647, 426.48, 0, 0, 'Blackwing Technician'),
|
||
(1399601, 13, -7529.9, -959.013, 427.93, 0, 0, 'Blackwing Technician'),
|
||
(17238, 1, 954.51, -1433.02, 63.16, 0, 0, 'anchorite_truuen_Q9446'),
|
||
(17238, 2, 961.526, -1453.96, 63.32, 0, 0, 'anchorite_truuen_Q9446'),
|
||
(17238, 3, 970.394, -1466.55, 61.16, 0, 0, 'anchorite_truuen_Q9446'),
|
||
(17238, 4, 1012.36, -1461.83, 61.66, 0, 0, 'anchorite_truuen_Q9446'),
|
||
(17238, 5, 1031.54, -1473.05, 63.67, 0, 0, 'anchorite_truuen_Q9446'),
|
||
(17238, 6, 1038.94, -1494.24, 65.18, 0, 0, 'anchorite_truuen_Q9446'),
|
||
(17238, 7, 1038.75, -1516.18, 65.08, 0, 0, 'anchorite_truuen_Q9446'),
|
||
(17238, 8, 1036.9, -1547.9, 62.11, 0, 0, 'anchorite_truuen_Q9446'),
|
||
(17238, 9, 1035.79, -1574.94, 61.63, 0, 0, 'anchorite_truuen_Q9446'),
|
||
(17238, 10, 1035.31, -1622.29, 61.67, 0, 0, 'anchorite_truuen_Q9446'),
|
||
(17238, 11, 1036.18, -1633.58, 61.63, 0, 0, 'anchorite_truuen_Q9446'),
|
||
(17238, 12, 1038.24, -1653.66, 60.31, 0, 0, 'anchorite_truuen_Q9446'),
|
||
(17238, 13, 1041.59, -1665.22, 60.97, 0, 0, 'anchorite_truuen_Q9446'),
|
||
(17238, 14, 1059.76, -1702.15, 60.61, 0, 0, 'anchorite_truuen_Q9446'),
|
||
(17238, 15, 1078.54, -1721.82, 60.91, 0, 0, 'anchorite_truuen_Q9446'),
|
||
(17238, 16, 1104.23, -1741.98, 60.78, 0, 0, 'anchorite_truuen_Q9446'),
|
||
(17238, 17, 1150.26, -1758.5, 60.72, 0, 0, 'anchorite_truuen_Q9446'),
|
||
(17238, 18, 1154.89, -1765.05, 60.64, 0, 0, 'anchorite_truuen_Q9446'),
|
||
(17238, 19, 1151.32, -1771.61, 60.78, 0, 0, 'anchorite_truuen_Q9446'),
|
||
(17238, 20, 1133.8, -1779.85, 61.43, 0, 0, 'anchorite_truuen_Q9446'),
|
||
(17238, 21, 1121.94, -1785.26, 60.99, 0, 0, 'anchorite_truuen_Q9446'),
|
||
(17238, 22, 1101.86, -1795.6, 60.86, 0, 0, 'anchorite_truuen_Q9446'),
|
||
(17238, 23, 1090.51, -1799.03, 61.72, 0, 0, 'anchorite_truuen_Q9446'),
|
||
(17238, 24, 1048.4, -1804.3, 73.75, 0, 0, 'anchorite_truuen_Q9446'),
|
||
(17238, 25, 1028.65, -1807.53, 76.67, 0, 0, 'anchorite_truuen_Q9446'),
|
||
(17238, 26, 1013.41, -1812.5, 77.33, 0, 0, 'anchorite_truuen_Q9446'),
|
||
(17238, 27, 1007.34, -1814.35, 80.49, 0, 0, 'anchorite_truuen_Q9446'),
|
||
(17238, 28, 981.752, -1822.16, 80.49, 0, 0, 'anchorite_truuen_Q9446'),
|
||
(17238, 29, 979.19, -1820.73, 80.49, 0, 0, 'anchorite_truuen_Q9446'),
|
||
(17238, 30, 977.863, -1823.19, 80.49, 0, 0, 'anchorite_truuen_Q9446'),
|
||
(17238, 31, 976.08, -1823.75, 81.03, 0, 0, 'anchorite_truuen_Q9446'),
|
||
(412, 1, -10290.1, 73.7148, 38.849, 0, 0, 'Stitches Event'),
|
||
(412, 2, -10290.4, 81.547, 38.7702, 0, 0, 'Stitches Event'),
|
||
(412, 3, -10283.2, 86.6661, 38.7694, 0, 0, 'Stitches Event'),
|
||
(412, 4, -10271.1, 83.5772, 39.1122, 0, 0, 'Stitches Event'),
|
||
(412, 5, -10266, 76.0585, 39.4047, 0, 0, 'Stitches Event'),
|
||
(412, 6, -10272.4, 65.7703, 39.524, 0, 0, 'Stitches Event'),
|
||
(412, 7, -10283.4, 59.1681, 40.6902, 0, 0, 'Stitches Event'),
|
||
(412, 8, -10300.2, 45.8306, 47.3053, 0, 0, 'Stitches Event'),
|
||
(412, 9, -10315.3, 45.1015, 48.0097, 0, 0, 'Stitches Event'),
|
||
(412, 10, -10324.4, 38.7441, 47.3935, 0, 0, 'Stitches Event'),
|
||
(412, 11, -10330.2, 27.0829, 50.5753, 0, 0, 'Stitches Event'),
|
||
(412, 12, -10335.3, 13.4164, 50.1259, 0, 0, 'Stitches Event'),
|
||
(412, 13, -10342.2, 3.3501, 51.1675, 0, 0, 'Stitches Event'),
|
||
(412, 14, -10354.6, -13.0266, 47.1154, 0, 0, 'Stitches Event'),
|
||
(412, 15, -10379.4, -27.1456, 49.2841, 0, 0, 'Stitches Event'),
|
||
(412, 16, -10401, -30.8108, 48.1353, 0, 0, 'Stitches Event'),
|
||
(412, 17, -10416.5, -28.4794, 48.4772, 0, 0, 'Stitches Event'),
|
||
(412, 18, -10436.4, -34.2376, 46.5064, 0, 0, 'Stitches Event'),
|
||
(412, 19, -10468.7, -38.8985, 48.7035, 0, 0, 'Stitches Event'),
|
||
(412, 20, -10500.2, -44.6662, 45.882, 0, 0, 'Stitches Event'),
|
||
(412, 21, -10539.1, -39.3422, 43.0622, 0, 0, 'Stitches Event'),
|
||
(412, 22, -10568, -35.1434, 37.2048, 0, 0, 'Stitches Event'),
|
||
(412, 23, -10585.6, -37.5056, 37.4296, 0, 0, 'Stitches Event'),
|
||
(412, 24, -10606.3, -51.7202, 36.0713, 0, 0, 'Stitches Event'),
|
||
(412, 25, -10629.2, -64.211, 32.6163, 0, 0, 'Stitches Event'),
|
||
(412, 26, -10645.9, -73.4561, 32.7337, 0, 0, 'Stitches Event'),
|
||
(412, 27, -10671, -81.8316, 35.6535, 0, 0, 'Stitches Event'),
|
||
(412, 28, -10687.6, -85.57, 34.1549, 0, 0, 'Stitches Event'),
|
||
(412, 29, -10702.8, -89.2772, 37.9242, 0, 0, 'Stitches Event'),
|
||
(412, 30, -10709.1, -97.5837, 37.892, 0, 0, 'Stitches Event'),
|
||
(412, 31, -10725.6, -101.348, 34.5892, 0, 0, 'Stitches Event'),
|
||
(412, 32, -10748, -99.1517, 38.2323, 0, 0, 'Stitches Event'),
|
||
(412, 33, -10759.9, -93.0657, 38.5876, 0, 0, 'Stitches Event'),
|
||
(412, 34, -10774.9, -89.8001, 34.8007, 0, 0, 'Stitches Event'),
|
||
(412, 35, -10788.6, -86.7376, 33.4988, 0, 0, 'Stitches Event'),
|
||
(412, 36, -10802.7, -88.6347, 29.0679, 0, 0, 'Stitches Event'),
|
||
(412, 37, -10811.5, -97.1736, 29.2451, 0, 0, 'Stitches Event'),
|
||
(412, 38, -10821.4, -121.335, 30.142, 0, 0, 'Stitches Event'),
|
||
(412, 39, -10826.2, -134.391, 31.7845, 0, 0, 'Stitches Event'),
|
||
(412, 40, -10830.6, -148.284, 31.7985, 0, 0, 'Stitches Event'),
|
||
(412, 41, -10835.3, -164.201, 33.8299, 0, 0, 'Stitches Event'),
|
||
(412, 42, -10840.4, -182.63, 34.0254, 0, 0, 'Stitches Event'),
|
||
(412, 43, -10843.3, -193.104, 35.8227, 0, 0, 'Stitches Event'),
|
||
(412, 44, -10848.7, -215.175, 37.7986, 0, 0, 'Stitches Event'),
|
||
(412, 45, -10851.7, -235.779, 38.6853, 0, 0, 'Stitches Event'),
|
||
(412, 46, -10857.4, -264.019, 38.0974, 0, 0, 'Stitches Event'),
|
||
(412, 47, -10866.6, -293.454, 37.9429, 0, 0, 'Stitches Event'),
|
||
(412, 48, -10882.9, -332.562, 37.9688, 0, 0, 'Stitches Event'),
|
||
(412, 49, -10900, -365.26, 39.4542, 0, 0, 'Stitches Event'),
|
||
(412, 50, -10904.1, -393.833, 41.0451, 0, 0, 'Stitches Event'),
|
||
(412, 51, -10905.7, -431.964, 42.7237, 0, 0, 'Stitches Event'),
|
||
(412, 52, -10908, -461.901, 46.7191, 0, 0, 'Stitches Event'),
|
||
(412, 53, -10911.2, -510.492, 52.0594, 0, 0, 'Stitches Event'),
|
||
(412, 54, -10915.1, -533.78, 53.8047, 0, 0, 'Stitches Event'),
|
||
(412, 55, -10927, -565.685, 54.042, 0, 0, 'Stitches Event'),
|
||
(412, 56, -10936.5, -581.62, 53.8887, 0, 0, 'Stitches Event'),
|
||
(412, 57, -10950.1, -597.371, 55.177, 0, 0, 'Stitches Event'),
|
||
(412, 58, -10957.9, -619.554, 55.0689, 0, 0, 'Stitches Event'),
|
||
(412, 59, -10958.8, -637.183, 55.2047, 0, 0, 'Stitches Event'),
|
||
(412, 60, -10954.3, -652.46, 55.4423, 0, 0, 'Stitches Event'),
|
||
(412, 61, -10931.8, -681.568, 55.3955, 0, 0, 'Stitches Event'),
|
||
(412, 62, -10916.9, -710.733, 55.6988, 0, 0, 'Stitches Event'),
|
||
(412, 63, -10902.9, -734.1, 55.1313, 0, 0, 'Stitches Event'),
|
||
(412, 64, -10878.3, -760.091, 55.5638, 0, 0, 'Stitches Event'),
|
||
(412, 65, -10851.1, -787.76, 56.1885, 0, 0, 'Stitches Event'),
|
||
(412, 66, -10831.9, -818.655, 56.2795, 0, 0, 'Stitches Event'),
|
||
(412, 67, -10825.2, -833.223, 55.5758, 0, 0, 'Stitches Event'),
|
||
(412, 68, -10808.3, -873.497, 55.9567, 0, 0, 'Stitches Event'),
|
||
(412, 69, -10796.7, -912.719, 55.8731, 0, 0, 'Stitches Event'),
|
||
(412, 70, -10796.1, -934.562, 56.2303, 0, 0, 'Stitches Event'),
|
||
(412, 71, -10800.5, -949.721, 56.5614, 0, 0, 'Stitches Event'),
|
||
(412, 72, -10807.1, -969.027, 56.2941, 0, 0, 'Stitches Event'),
|
||
(412, 73, -10806.8, -992.166, 53.8349, 0, 0, 'Stitches Event'),
|
||
(412, 74, -10804.6, -1030.41, 47.0768, 0, 0, 'Stitches Event'),
|
||
(412, 75, -10801.3, -1047.26, 44.0233, 0, 0, 'Stitches Event'),
|
||
(412, 76, -10787.8, -1074.49, 37.7652, 0, 0, 'Stitches Event'),
|
||
(412, 77, -10783.3, -1095.07, 33.6488, 0, 0, 'Stitches Event'),
|
||
(412, 78, -10781.2, -1112.66, 30.3863, 0, 0, 'Stitches Event'),
|
||
(412, 79, -10763.6, -1138.91, 27.0977, 0, 0, 'Stitches Event'),
|
||
(412, 80, -10738, -1158.02, 26.4475, 0, 0, 'Stitches Event'),
|
||
(412, 81, -10705.3, -1179.29, 26.3723, 0, 0, 'Stitches Event'),
|
||
(412, 82, -10682.3, -1190.45, 27.2793, 0, 0, 'Stitches Event'),
|
||
(412, 83, -10662.5, -1193.06, 28.2884, 0, 0, 'Stitches Event'),
|
||
(412, 84, -10641.6, -1189.92, 28.5594, 0, 0, 'Stitches Event'),
|
||
(412, 85, -10615.7, -1182.78, 28.5022, 0, 0, 'Stitches Event'),
|
||
(412, 86, -10586.8, -1177.32, 28.3931, 0, 0, 'Stitches Event'),
|
||
(412, 87, -10576.4, -1179.26, 28.1946, 0, 0, 'Stitches Event'),
|
||
(412, 88, -10566.7, -1189.27, 27.8756, 0, 0, 'Stitches Event'),
|
||
(412, 89, -10557, -1192.38, 28.0606, 0, 0, 'Stitches Event'),
|
||
(412, 90, -10550.4, -1185.71, 27.8428, 0, 0, 'Stitches Event'),
|
||
(412, 91, -10554.4, -1167.97, 27.5984, 0, 0, 'Stitches Event'),
|
||
(1436, 1, -10584.2, -1174.31, 28.662, 0, 0, 'Watcher Cutford'),
|
||
(1436, 2, -10557.4, -1149.16, 28.033, 0, 0, 'Watcher Cutford'),
|
||
(1436, 3, -10559.6, -1132.51, 30.067, 0, 0, 'Watcher Cutford'),
|
||
(1436, 4, -10565, -1124.78, 30.067, 0, 0, 'Watcher Cutford'),
|
||
(1436, 5, -10569.2, -1125.4, 29.2035, 0, 0, 'Watcher Cutford'),
|
||
(1436, 6, -10575, -1125.57, 29.167, 0, 0, 'Watcher Cutford'),
|
||
(1436, 7, -10576.6, -1111.12, 30.07, 0, 0, 'Watcher Cutford'),
|
||
(1436, 8, -10572.9, -1107.8, 30.069, 0, 0, 'Watcher Cutford'),
|
||
(1436, 9, -10558.3, -1105.98, 30.069, 0, 0, 'Watcher Cutford'),
|
||
(1436, 10, -10556, -1106.37, 31.0298, 0, 0, 'Watcher Cutford'),
|
||
(1436, 11, -10555, -1106.46, 31.429, 0, 0, 'Watcher Cutford'),
|
||
(1436, 12, -10553.4, -1106.64, 31.428, 0, 0, 'Watcher Cutford'),
|
||
(1436, 13, -10558.3, -1105.98, 30.069, 0, 0, 'Watcher Cutford'),
|
||
(1436, 14, -10572.8, -1107, 30.071, 0, 0, 'Watcher Cutford'),
|
||
(1436, 15, -10576.6, -1111.12, 30.07, 0, 0, 'Watcher Cutford'),
|
||
(1436, 16, -10575.7, -1116.16, 30.0691, 0, 0, 'Watcher Cutford'),
|
||
(1436, 17, -10575.8, -1121.12, 29.9733, 0, 0, 'Watcher Cutford'),
|
||
(1436, 18, -10575, -1125.57, 29.167, 0, 0, 'Watcher Cutford'),
|
||
(1436, 19, -10565, -1124.78, 30.067, 0, 0, 'Watcher Cutford'),
|
||
(1436, 20, -10559.6, -1132.51, 30.067, 0, 0, 'Watcher Cutford'),
|
||
(1436, 21, -10557.5, -1146.89, 28.034, 0, 0, 'Watcher Cutford'),
|
||
(1436, 22, -10559.3, -1151.77, 28.034, 0, 0, 'Watcher Cutford'),
|
||
(1436, 23, -10568.3, -1154.32, 27.412, 0, 0, 'Watcher Cutford'),
|
||
(1436, 24, -10582.2, -1173.28, 28.53, 0, 0, 'Watcher Cutford'),
|
||
(1436, 25, -10623, -1183.54, 28.819, 0, 0, 'Watcher Cutford'),
|
||
(1436, 26, -10641.6, -1188.92, 28.5594, 0, 0, 'Watcher Cutford'),
|
||
(1436, 27, -10662.5, -1192.06, 28.2884, 0, 0, 'Watcher Cutford'),
|
||
(1436, 28, -10682.3, -1189.45, 27.2793, 0, 0, 'Watcher Cutford'),
|
||
(1436, 29, -10705.3, -1176.29, 26.3723, 0, 0, 'Watcher Cutford'),
|
||
(1436, 30, -10738, -1155.52, 26.4475, 0, 0, 'Watcher Cutford'),
|
||
(1436, 31, -10764.6, -1138.91, 27.0977, 0, 0, 'Watcher Cutford'),
|
||
(1436, 32, -10780.2, -1112.66, 30.3863, 0, 0, 'Watcher Cutford'),
|
||
(1436, 33, -10782.3, -1095.07, 33.6488, 0, 0, 'Watcher Cutford'),
|
||
(1436, 34, -10786.8, -1074.49, 37.7652, 0, 0, 'Watcher Cutford'),
|
||
(1436, 35, -10801.3, -1047.26, 44.0233, 0, 0, 'Watcher Cutford'),
|
||
(1436, 36, -10804.6, -1030.41, 47.0768, 0, 0, 'Watcher Cutford'),
|
||
(1436, 37, -10806.8, -992.166, 53.8349, 0, 0, 'Watcher Cutford'),
|
||
(1436, 38, -10807.1, -969.027, 56.2941, 0, 0, 'Watcher Cutford'),
|
||
(1436, 39, -10800.5, -949.721, 56.5614, 0, 0, 'Watcher Cutford'),
|
||
(1436, 40, -10796.1, -934.562, 56.2303, 0, 0, 'Watcher Cutford'),
|
||
(1436, 41, -10796.7, -912.719, 55.8731, 0, 0, 'Watcher Cutford'),
|
||
(1436, 42, -10808.3, -873.497, 55.9567, 0, 0, 'Watcher Cutford'),
|
||
(1436, 43, -10825.2, -833.223, 55.5758, 0, 0, 'Watcher Cutford'),
|
||
(1436, 44, -10831.9, -818.655, 56.2795, 0, 0, 'Watcher Cutford'),
|
||
(1436, 45, -10851.1, -787.76, 56.1885, 0, 0, 'Watcher Cutford'),
|
||
(1436, 46, -10878.3, -760.091, 55.5638, 0, 0, 'Watcher Cutford'),
|
||
(1436, 47, -10902.9, -734.1, 55.1313, 0, 0, 'Watcher Cutford'),
|
||
(1436, 48, -10916.9, -710.733, 55.6988, 0, 0, 'Watcher Cutford'),
|
||
(1436, 49, -10931.8, -681.568, 55.3955, 0, 0, 'Watcher Cutford'),
|
||
(1436, 50, -10954.3, -652.46, 55.4423, 0, 0, 'Watcher Cutford'),
|
||
(1436, 51, -10958.8, -637.183, 55.2047, 0, 0, 'Watcher Cutford'),
|
||
(1436, 52, -10957.9, -619.554, 55.0689, 0, 0, 'Watcher Cutford'),
|
||
(1436, 53, -10950.1, -597.371, 55.177, 0, 0, 'Watcher Cutford'),
|
||
(1436, 54, -10936.5, -581.62, 53.8887, 0, 0, 'Watcher Cutford'),
|
||
(1436, 55, -10927, -565.685, 54.042, 0, 0, 'Watcher Cutford'),
|
||
(1436, 56, -10915.1, -533.78, 53.8047, 0, 0, 'Watcher Cutford'),
|
||
(1436, 57, -10911.2, -510.492, 52.0594, 0, 0, 'Watcher Cutford'),
|
||
(1436, 58, -10908, -461.901, 46.7191, 0, 0, 'Watcher Cutford'),
|
||
(1436, 59, -10905.7, -431.964, 42.7237, 0, 0, 'Watcher Cutford'),
|
||
(1436, 60, -10904.1, -393.833, 41.0451, 0, 0, 'Watcher Cutford'),
|
||
(1436, 61, -10931.5, -385.877, 40.085, 0, 0, 'Watcher Cutford'),
|
||
(828, 1, -10552.8, -1235.21, 28.572, 0, 0, 'Watcher Petras'),
|
||
(828, 2, -10551, -1259.55, 33.033, 0, 0, 'Watcher Petras'),
|
||
(828, 3, -10547.2, -1270.14, 34.751, 0, 0, 'Watcher Petras'),
|
||
(828, 4, -10537.1, -1278.2, 37.51, 0, 0, 'Watcher Petras'),
|
||
(828, 5, -10532.4, -1282.53, 38.812, 0, 0, 'Watcher Petras'),
|
||
(828, 6, -10531, -1285.52, 39.327, 0, 0, 'Watcher Petras'),
|
||
(828, 7, -10532, -1303.83, 41.6253, 0, 0, 'Watcher Petras'),
|
||
(828, 8, -10541.8, -1327.91, 45.989, 0, 0, 'Watcher Petras'),
|
||
(828, 9, -10532, -1303.83, 41.6253, 0, 0, 'Watcher Petras'),
|
||
(828, 10, -10531, -1285.52, 39.327, 0, 0, 'Watcher Petras'),
|
||
(828, 11, -10532.4, -1282.53, 38.812, 0, 0, 'Watcher Petras'),
|
||
(828, 12, -10537.1, -1278.2, 37.51, 0, 0, 'Watcher Petras'),
|
||
(828, 13, -10547.2, -1270.14, 34.751, 0, 0, 'Watcher Petras'),
|
||
(828, 14, -10551, -1259.55, 33.033, 0, 0, 'Watcher Petras'),
|
||
(828, 15, -10552.8, -1235.21, 28.572, 0, 0, 'Watcher Petras'),
|
||
(499, 1, -10907.6, -387.349, 40.778, 0, 0, 'Watcher Paige'),
|
||
(499, 2, -10901.8, -376.94, 40.07, 0, 0, 'Watcher Paige'),
|
||
(888, 1, -10907.6, -387.349, 40.778, 0, 0, 'Watcher Dodds'),
|
||
(888, 2, -10900.6, -373.55, 39.92, 0, 0, 'Watcher Dodds'),
|
||
(1001, 1, -10912, -388, 40.632, 0, 0, 'Watcher Hutchins'),
|
||
(1001, 2, -10905.4, -382.46, 40.407, 0, 0, 'Watcher Hutchins'),
|
||
(1001, 3, -10902.4, -374.68, 39.9529, 0, 0, 'Watcher Hutchins'),
|
||
(28987, 1, -10895.8, -381.028, 40.125, 0, 0, 'Watcher Blomberg'),
|
||
(28987, 2, -10901.9, -380.05, 40.123, 0, 0, 'Watcher Blomberg'),
|
||
(28987, 3, -10900.4, -375.921, 40.0489, 0, 0, 'Watcher Blomberg'),
|
||
(1098, 1, -10776.7, -975.54, 56.4, 0, 0, 'Watcher Merant'),
|
||
(1098, 2, -10805.7, -878.18, 55.87, 0, 0, 'Watcher Merant'),
|
||
(1098, 3, -10827.3, -828.594, 55.547, 0, 0, 'Watcher Merant'),
|
||
(1099, 1, -10777.7, -975.9, 56.09, 0, 0, 'Watcher Gelwin'),
|
||
(1099, 2, -10807, -878.849, 55.75, 0, 0, 'Watcher Gelwin'),
|
||
(1099, 3, -10827.6, -831.325, 55.638, 0, 0, 'Watcher Gelwin'),
|
||
(1100, 1, -10775.7, -975.187, 56.72, 0, 0, 'Watcher Selkin'),
|
||
(1100, 2, -10804.8, -877.659, 55.896, 0, 0, 'Watcher Selkin'),
|
||
(1100, 3, -10825.6, -830.715, 55.539, 0, 0, 'Watcher Selkin'),
|
||
(1101, 1, -10778.6, -976.131, 55.73, 0, 0, 'Watcher Thayer'),
|
||
(1101, 2, -10808.8, -879.42, 55.75, 0, 0, 'Watcher Thayer'),
|
||
(1101, 3, -10829.4, -829.255, 55.609, 0, 0, 'Watcher Thayer'),
|
||
(1203, 1, -10531.2, -1166.31, 28.102, 0, 0, 'Watcher Sarys'),
|
||
(1203, 2, -10535.7, -1167.24, 28.102, 0, 0, 'Watcher Sarys'),
|
||
(1203, 3, -10536.2, -1159.28, 28.088, 0, 0, 'Watcher Sarys'),
|
||
(1203, 4, -10564.8, -1161.14, 27.475, 0, 0, 'Watcher Sarys'),
|
||
(1203, 5, -10577.8, -1174.57, 28.353, 0, 0, 'Watcher Sarys'),
|
||
(1203, 6, -10592.2, -1175.16, 28.566, 0, 0, 'Watcher Sarys'),
|
||
(1204, 1, -10585.9, -1164.04, 30.017, 0, 0, 'Watcher Corwin'),
|
||
(1204, 2, -10580.4, -1170.46, 28.386, 0, 0, 'Watcher Corwin'),
|
||
(1204, 3, -10581.1, -1173.57, 28.497, 0, 0, 'Watcher Corwin'),
|
||
(1204, 4, -10594.1, -1176.72, 28.432, 0, 0, 'Watcher Corwin'),
|
||
(18294, 1, -1249.43, 6236.27, 52.6698, 0, 0, 'Kristen Dipswitch'),
|
||
(18294, 2, -1252.89, 6238.29, 52.0455, 0, 0, 'Kristen Dipswitch'),
|
||
(18294, 3, -1256.35, 6240.3, 51.4205, 0, 0, 'Kristen Dipswitch'),
|
||
(18294, 4, -1260.68, 6242.81, 50.7955, 0, 0, 'Kristen Dipswitch'),
|
||
(18294, 5, -1265.87, 6245.83, 50.1705, 0, 0, 'Kristen Dipswitch'),
|
||
(18294, 6, -1270.19, 6248.35, 49.5503, 0, 0, 'Kristen Dipswitch'),
|
||
(18294, 7, -1274.61, 6258, 48.6878, 0, 0, 'Kristen Dipswitch'),
|
||
(18294, 8, -1279.68, 6269.1, 48.1845, 0, 0, 'Kristen Dipswitch'),
|
||
(18294, 9, -1284.75, 6280.2, 47.6812, 0, 0, 'Kristen Dipswitch'),
|
||
(18294, 10, -1285.32, 6281.5, 47.6299, 0, 0, 'Kristen Dipswitch'),
|
||
(18294, 11, -1293, 6287.91, 47.0562, 0, 0, 'Kristen Dipswitch'),
|
||
(18294, 12, -1305.28, 6298.16, 46.4802, 0, 0, 'Kristen Dipswitch'),
|
||
(18294, 13, -1310.65, 6302.65, 45.8879, 0, 0, 'Kristen Dipswitch'),
|
||
(18294, 14, -1318.33, 6309.05, 45.2629, 0, 0, 'Kristen Dipswitch'),
|
||
(18294, 15, -1320.36, 6310.72, 45.0323, 0, 0, 'Kristen Dipswitch'),
|
||
(18294, 16, -1355.68, 6335.35, 43.3028, 0, 0, 'Kristen Dipswitch'),
|
||
(18294, 17, -1386.62, 6357.33, 40.5069, 0, 0, 'Kristen Dipswitch'),
|
||
(18294, 18, -1423.46, 6354.5, 37.7959, 0, 0, 'Kristen Dipswitch'),
|
||
(18294, 19, -1452.59, 6351.94, 37.2739, 0, 0, 'Kristen Dipswitch'),
|
||
(18297, 1, -1463.63, 6363.4, 36.9237, 0, 0, 'Gankly Rottenfist'),
|
||
(18297, 2, -1461.74, 6366.47, 36.445, 0, 0, 'Gankly Rottenfist'),
|
||
(18297, 3, -1458.92, 6368.42, 36.0956, 0, 0, 'Gankly Rottenfist'),
|
||
(18297, 4, -1455.34, 6367.12, 36.2761, 0, 0, 'Gankly Rottenfist'),
|
||
(18297, 5, -1452.8, 6364.54, 36.6589, 0, 0, 'Gankly Rottenfist'),
|
||
(18297, 6, -1450.19, 6361.55, 36.9106, 0, 0, 'Gankly Rottenfist'),
|
||
(18297, 7, -1448.18, 6358.95, 37.1489, 0, 0, 'Gankly Rottenfist'),
|
||
(18297, 8, -1447.03, 6354.99, 37.3989, 0, 0, 'Gankly Rottenfist'),
|
||
(18297, 9, -1448.83, 6352.42, 37.3518, 0, 0, 'Gankly Rottenfist'),
|
||
(18297, 10, -1451.46, 6352.27, 37.2739, 0, 0, 'Gankly Rottenfist'),
|
||
(18180, 1, -1461.78, 6344.3, 37.2739, 0, 0, 'Hemet Nesingwary'),
|
||
(18180, 2, -1461.78, 6344.3, 37.2739, 0, 0, 'Hemet Nesingwary'),
|
||
(18180, 3, -1459.7, 6341.46, 37.2404, 0, 0, 'Hemet Nesingwary'),
|
||
(18180, 4, -1461.78, 6344.3, 37.2739, 0, 0, 'Hemet Nesingwary'),
|
||
(4962, 1, -3804.44, -828.048, 10.0931, 0, 0, 'Tapoke "Slim" Jahn'),
|
||
(4962, 2, -3803.93, -835.772, 10.0777, 0, 0, 'Tapoke "Slim" Jahn'),
|
||
(4962, 3, -3792.63, -835.671, 9.65566, 0, 0, 'Tapoke "Slim" Jahn'),
|
||
(4962, 4, -3772.43, -835.346, 10.869, 0, 0, 'Tapoke "Slim" Jahn'),
|
||
(4962, 5, -3765.94, -840.129, 10.8856, 0, 0, 'Tapoke "Slim" Jahn'),
|
||
(4962, 6, -3738.63, -830.997, 11.0574, 0, 0, 'Tapoke "Slim" Jahn'),
|
||
(4962, 7, -3690.22, -862.262, 9.96045, 0, 0, 'Tapoke "Slim" Jahn'),
|
||
(496600, 1, -2895.49, -3350.66, 31.2543, 0, 0, 'Private Hendel'),
|
||
(518400, 1, -2906.15, -3345.12, 31.3324, 0, 0, 'Theramore Sentry'),
|
||
(518400, 2, -2910.64, -3353.77, 30.4347, 0, 0, 'Theramore Sentry'),
|
||
(518401, 1, -2897.26, -3330.35, 33.442, 0, 0, 'Theramore Sentry'),
|
||
(518401, 2, -2908.55, -3336.71, 32.0493, 0, 0, 'Theramore Sentry'),
|
||
(518401, 3, -2914.51, -3346.08, 30.843, 0, 0, 'Theramore Sentry'),
|
||
(12818, 1, 3339.1, -693.613, 162.218, 0, 0, 'Ruul Snowhoof'),
|
||
(12818, 2, 3343.94, -682.272, 163.039, 0, 0, 'Ruul Snowhoof'),
|
||
(12818, 3, 3381.5, -659.834, 162.487, 0, 0, 'Ruul Snowhoof'),
|
||
(12818, 4, 3398.88, -639.631, 164.475, 0, 0, 'Ruul Snowhoof'),
|
||
(12818, 5, 3435.28, -626.7, 169.293, 0, 0, 'Ruul Snowhoof'),
|
||
(12818, 6, 3448.07, -602.344, 173.647, 0, 0, 'Ruul Snowhoof'),
|
||
(12818, 7, 3494.7, -562.032, 181.617, 0, 0, 'Ruul Snowhoof'),
|
||
(12818, 8, 3495.38, -544.667, 185.993, 0, 0, 'Ruul Snowhoof'),
|
||
(12818, 9, 3495.54, -495.119, 185.284, 0, 0, 'Ruul Snowhoof'),
|
||
(12818, 10, 3456.1, -479.545, 170.831, 0, 0, 'Ruul Snowhoof'),
|
||
(12818, 11, 3431.75, -460.84, 160.697, 0, 0, 'Ruul Snowhoof'),
|
||
(12818, 12, 3383.33, -423.934, 148.55, 0, 0, 'Ruul Snowhoof'),
|
||
(12818, 13, 3310.56, -450.354, 150.207, 0, 0, 'Ruul Snowhoof'),
|
||
(12818, 14, 3281.33, -523.056, 155.155, 0, 0, 'Ruul Snowhoof'),
|
||
(12818, 15, 3236.17, -518.389, 148.701, 0, 0, 'Ruul Snowhoof'),
|
||
(1511, 1, -13789, 3.23242, 34.3991, 0, 0, 'Enraged Silverback Gorilla'),
|
||
(1511, 2, -13777.5, -2.92882, 39.948, 0, 0, 'Enraged Silverback Gorilla'),
|
||
(1511, 3, -13771.6, -6.58605, 42.698, 0, 0, 'Enraged Silverback Gorilla'),
|
||
(1511, 4, -13763.4, -11.9761, 44.9554, 0, 0, 'Enraged Silverback Gorilla'),
|
||
(1511, 5, -13743.7, -23.97, 45.14, 0, 0, 'Enraged Silverback Gorilla'),
|
||
(1516, 1, -13789, 3.23242, 34.3991, 0, 0, 'Konda'),
|
||
(1516, 2, -13777.5, -2.92882, 39.948, 0, 0, 'Konda'),
|
||
(1516, 3, -13771.6, -6.58605, 42.698, 0, 0, 'Konda'),
|
||
(1516, 4, -13763.4, -11.9761, 44.9554, 0, 0, 'Konda'),
|
||
(1516, 5, -13743.7, -23.97, 45.14, 0, 0, 'Konda'),
|
||
(1514, 1, -13789, 3.23242, 34.3991, 0, 0, 'Mokk the Savage'),
|
||
(1514, 2, -13777.5, -2.92882, 39.948, 0, 0, 'Mokk the Savage'),
|
||
(1514, 3, -13771.6, -6.58605, 42.698, 0, 0, 'Mokk the Savage'),
|
||
(1514, 4, -13763.4, -11.9761, 44.9554, 0, 0, 'Mokk the Savage'),
|
||
(1514, 5, -13743.7, -23.97, 45.14, 0, 0, 'Mokk the Savage'),
|
||
(19271, 24, -1737.29, 5138.58, -37.3058, 0, 0, 'Albert Quarksprocket WP24'),
|
||
(19186, 1, -1740.27, 5151.92, -37.2048, 0, 0, 'Kylene Barmaid'),
|
||
(19186, 2, -1738.85, 5143.98, -37.2048, 0, 0, 'Kylene Barmaid'),
|
||
(19186, 3, -1728.35, 5143.06, -36.9564, 0, 0, 'Kylene Barmaid'),
|
||
(19186, 4, -1724.36, 5143.64, -37.1995, 0, 0, 'Kylene Barmaid'),
|
||
(19186, 5, -1732.21, 5143.6, -37.2047, 0, 0, 'Kylene Barmaid'),
|
||
(19186, 6, -1741.84, 5145.78, -37.2047, 0, 0, 'Kylene Barmaid'),
|
||
(19186, 7, -1753.5, 5146.53, -37.2047, 0, 0, 'Kylene Barmaid'),
|
||
(19186, 8, -1755.59, 5154.44, -37.2047, 0, 0, 'Kylene Barmaid'),
|
||
(19186, 9, -1750.63, 5156.48, -37.2047, 0, 0, 'Kylene Barmaid'),
|
||
(19186, 10, -1755.35, 5153.93, -37.2047, 0, 0, 'Kylene Barmaid'),
|
||
(19186, 11, -1756.05, 5147.66, -37.2047, 0, 0, 'Kylene Barmaid'),
|
||
(19186, 12, -1761.73, 5140.08, -37.2047, 0, 0, 'Kylene Barmaid'),
|
||
(19186, 13, -1769.61, 5134.25, -37.2047, 0, 0, 'Kylene Barmaid'),
|
||
(19186, 14, -1775.69, 5130.56, -37.2044, 0, 0, 'Kylene Barmaid'),
|
||
(19186, 15, -1764.61, 5136.27, -37.2042, 0, 0, 'Kylene Barmaid'),
|
||
(19186, 16, -1759.48, 5145.59, -37.2042, 0, 0, 'Kylene Barmaid'),
|
||
(19186, 17, -1751.96, 5146.53, -37.2042, 0, 0, 'Kylene Barmaid'),
|
||
(19186, 18, -1740.15, 5150.33, -37.2042, 0, 0, 'Kylene Barmaid'),
|
||
(19186, 19, -1740.9, 5155.06, -37.2042, 0, 0, 'Kylene Barmaid'),
|
||
(19186, 20, -1742.4, 5158.5, -37.2042, 0, 0, 'Kylene Barmaid'),
|
||
(17664, 12, -1890.56, -10888.2, 66.968, 0, 0, 'Matis the Cruel'),
|
||
(17664, 13, -1899.84, -10885.5, 66.1876, 0, 0, 'Matis the Cruel'),
|
||
(17664, 14, -1912.77, -10884.8, 62.6705, 0, 0, 'Matis the Cruel'),
|
||
(17664, 15, -1921.16, -10884.2, 64.6192, 0, 0, 'Matis the Cruel'),
|
||
(17664, 16, -1929.88, -10899, 63.1309, 0, 0, 'Matis the Cruel'),
|
||
(17664, 17, -1928.43, -10915.9, 62.2858, 0, 0, 'Matis the Cruel'),
|
||
(17664, 18, -1903.14, -10949.9, 61.3821, 0, 0, 'Matis the Cruel'),
|
||
(17664, 19, -1881.34, -10984.6, 60.8757, 0, 0, 'Matis the Cruel'),
|
||
(17664, 20, -1884.31, -11018.9, 60.1304, 0, 0, 'Matis the Cruel'),
|
||
(17664, 21, -1884.7, -11057.7, 59.6088, 0, 0, 'Matis the Cruel'),
|
||
(17664, 22, -1862.59, -11079.8, 61.1763, 0, 0, 'Matis the Cruel'),
|
||
(17664, 23, -1831.73, -11092.6, 63.6176, 0, 0, 'Matis the Cruel'),
|
||
(17664, 24, -1810.02, -11123.6, 64.2914, 0, 0, 'Matis the Cruel'),
|
||
(17664, 25, -1790.78, -11161.4, 64.3323, 0, 0, 'Matis the Cruel'),
|
||
(17664, 26, -1775.8, -11189.2, 63.9911, 0, 0, 'Matis the Cruel'),
|
||
(17664, 27, -1779.31, -11226.9, 61.8886, 0, 0, 'Matis the Cruel'),
|
||
(17664, 28, -1786.23, -11251.9, 59.9644, 0, 0, 'Matis the Cruel'),
|
||
(17664, 29, -1783.09, -11285.3, 58.1493, 0, 0, 'Matis the Cruel'),
|
||
(17664, 30, -1772.23, -11312.3, 56.9459, 0, 0, 'Matis the Cruel'),
|
||
(17664, 31, -1757.14, -11339.6, 55.9275, 0, 0, 'Matis the Cruel'),
|
||
(17664, 32, -1744.31, -11367.4, 54.3308, 0, 0, 'Matis the Cruel'),
|
||
(17664, 33, -1738.46, -11406, 48.9322, 0, 0, 'Matis the Cruel'),
|
||
(17664, 34, -1744.31, -11367.4, 54.3308, 0, 0, 'Matis the Cruel'),
|
||
(17664, 35, -1757.14, -11339.6, 55.9275, 0, 0, 'Matis the Cruel'),
|
||
(17664, 36, -1772.23, -11312.3, 56.9459, 0, 0, 'Matis the Cruel'),
|
||
(17664, 37, -1783.09, -11285.3, 58.1493, 0, 0, 'Matis the Cruel'),
|
||
(17664, 38, -1786.23, -11251.9, 59.9644, 0, 0, 'Matis the Cruel'),
|
||
(17664, 39, -1779.31, -11226.9, 61.8886, 0, 0, 'Matis the Cruel'),
|
||
(17664, 40, -1775.8, -11189.2, 63.9911, 0, 0, 'Matis the Cruel'),
|
||
(17664, 41, -1790.78, -11161.4, 64.3323, 0, 0, 'Matis the Cruel'),
|
||
(17664, 42, -1810.02, -11123.6, 64.2914, 0, 0, 'Matis the Cruel'),
|
||
(17664, 43, -1831.73, -11092.6, 63.6176, 0, 0, 'Matis the Cruel'),
|
||
(17664, 44, -1862.59, -11079.8, 61.1763, 0, 0, 'Matis the Cruel'),
|
||
(17664, 45, -1884.7, -11057.7, 59.6088, 0, 0, 'Matis the Cruel'),
|
||
(17664, 46, -1884.31, -11018.9, 60.1304, 0, 0, 'Matis the Cruel'),
|
||
(17664, 47, -1881.34, -10984.6, 60.8757, 0, 0, 'Matis the Cruel'),
|
||
(17664, 48, -1903.14, -10949.9, 61.3821, 0, 0, 'Matis the Cruel'),
|
||
(17664, 49, -1928.43, -10915.9, 62.2858, 0, 0, 'Matis the Cruel'),
|
||
(17664, 50, -1929.88, -10899, 63.1309, 0, 0, 'Matis the Cruel'),
|
||
(17664, 51, -1921.16, -10884.2, 64.6192, 0, 0, 'Matis the Cruel'),
|
||
(17664, 52, -1912.77, -10884.8, 62.6705, 0, 0, 'Matis the Cruel'),
|
||
(17664, 53, -1899.84, -10885.5, 66.1876, 0, 0, 'Matis the Cruel'),
|
||
(17664, 54, -1890.56, -10888.2, 66.968, 0, 0, 'Matis the Cruel'),
|
||
(17664, 55, -1881.69, -10886.8, 66.843, 0, 0, 'Matis the Cruel'),
|
||
(17664, 56, -1890.56, -10888.2, 66.968, 0, 0, 'Matis the Cruel'),
|
||
(17664, 57, -1899.84, -10885.5, 66.1876, 0, 0, 'Matis the Cruel'),
|
||
(17664, 58, -1912.77, -10884.8, 62.6705, 0, 0, 'Matis the Cruel'),
|
||
(17664, 59, -1921.16, -10884.2, 64.6192, 0, 0, 'Matis the Cruel'),
|
||
(17664, 60, -1934.35, -10883.7, 64.2909, 0, 0, 'Matis the Cruel'),
|
||
(17664, 61, -1938.68, -10864.2, 67.2014, 0, 0, 'Matis the Cruel'),
|
||
(17664, 62, -1941.42, -10849.6, 70.3264, 0, 0, 'Matis the Cruel'),
|
||
(17664, 63, -1934.65, -10841.3, 73.5764, 0, 0, 'Matis the Cruel'),
|
||
(17664, 64, -1935.68, -10822, 79.8942, 0, 0, 'Matis the Cruel'),
|
||
(2433, 1, -749.03, -598.01, 18.4133, 0, 0, 'Helcular Remains'),
|
||
(2433, 2, -773.83, -587.81, 15.9183, 0, 0, 'Helcular Remains'),
|
||
(2433, 3, -747.35, -586.21, 19.8563, 0, 0, 'Helcular Remains'),
|
||
(2433, 4, -755.06, -570.77, 19.343, 0, 0, 'Helcular Remains'),
|
||
(2433, 5, -773.37, -546.27, 17.8202, 0, 0, 'Helcular Remains'),
|
||
(2433, 6, -820.27, -533.12, 15.0504, 0, 0, 'Helcular Remains'),
|
||
(2433, 7, -842.47, -540.02, 12.753, 0, 0, 'Helcular Remains'),
|
||
(2433, 8, -864.46, -521.96, 10.8711, 0, 0, 'Helcular Remains'),
|
||
(2433, 9, -878.53, -532.17, 10.0846, 0, 0, 'Helcular Remains'),
|
||
(2433, 10, -921.94, -524.36, 6.8796, 0, 0, 'Helcular Remains'),
|
||
(2433, 11, -904.65, -545.08, 6.8796, 0, 0, 'Helcular Remains'),
|
||
(2433, 12, -900.6, -577.46, 6.8796, 0, 0, 'Helcular Remains'),
|
||
(3984, 5, 888.14, -121.84, 38.388, 0, 0, 'Nancy Vishas'),
|
||
(5391, 1, -9901.12, -3727.29, 22.11, 0, 0, 'Galen Goodward'),
|
||
(5391, 2, -9909.27, -3727.81, 23.25, 0, 0, 'Galen Goodward'),
|
||
(5391, 3, -9935.25, -3729.02, 22.11, 0, 0, 'Galen Goodward'),
|
||
(5391, 4, -9945.83, -3719.34, 21.68, 0, 0, 'Galen Goodward'),
|
||
(5391, 5, -9963.41, -3710.18, 21.71, 0, 0, 'Galen Goodward'),
|
||
(5391, 6, -9972.75, -3690.13, 21.68, 0, 0, 'Galen Goodward'),
|
||
(5391, 7, -9989.7, -3669.67, 21.67, 0, 0, 'Galen Goodward'),
|
||
(5391, 8, -9989.21, -3647.76, 23, 0, 0, 'Galen Goodward'),
|
||
(5391, 9, -9992.27, -3633.74, 21.67, 0, 0, 'Galen Goodward'),
|
||
(5391, 10, -10002.3, -3611.67, 22.26, 0, 0, 'Galen Goodward'),
|
||
(5391, 11, -9999.25, -3586.33, 21.85, 0, 0, 'Galen Goodward'),
|
||
(5391, 12, -10006.5, -3571.99, 21.67, 0, 0, 'Galen Goodward'),
|
||
(5391, 13, -10014.3, -3545.24, 21.67, 0, 0, 'Galen Goodward'),
|
||
(5391, 14, -10018.9, -3525.03, 21.68, 0, 0, 'Galen Goodward'),
|
||
(5391, 15, -10030.2, -3514.77, 21.67, 0, 0, 'Galen Goodward'),
|
||
(5391, 16, -10045.1, -3501.49, 21.67, 0, 0, 'Galen Goodward'),
|
||
(5391, 17, -10052.9, -3479.13, 21.67, 0, 0, 'Galen Goodward'),
|
||
(5391, 18, -10060.7, -3460.31, 21.67, 0, 0, 'Galen Goodward'),
|
||
(5391, 19, -10074.7, -3436.85, 20.97, 0, 0, 'Galen Goodward'),
|
||
(5391, 20, -10074.7, -3436.85, 20.97, 0, 0, 'Galen Goodward'),
|
||
(5391, 21, -10072.9, -3408.92, 20.43, 0, 0, 'Galen Goodward'),
|
||
(5391, 22, -10108, -3406.05, 22.06, 0, 0, 'Galen Goodward'),
|
||
(1589100, 1, 0.350253, -946.004, 61.9387, 0, 0, NULL),
|
||
(1589100, 2, 2.42399, -942.742, 61.9396, 0, 0, NULL),
|
||
(1589200, 1, -7.60962, -943.344, 61.9371, 0, 0, NULL),
|
||
(1589200, 2, -1.75652, -941.321, 61.9381, 0, 0, NULL),
|
||
(1589300, 1, 0.299552, -938.505, 61.935, 0, 0, NULL),
|
||
(1589300, 2, 0.826452, -941.134, 61.9409, 0, 0, NULL),
|
||
(5644, 1, -339.679, 1752.04, 139.482, 0, 0, ''),
|
||
(5644, 2, -328.957, 1734.95, 139.327, 0, 0, ''),
|
||
(5644, 3, -350.747, 1731.12, 139.338, 0, 0, ''),
|
||
(5644, 4, -365.064, 1739.04, 139.376, 0, 0, ''),
|
||
(5644, 5, -371.105, 1746.03, 139.374, 0, 0, ''),
|
||
(5644, 6, -383.141, 1738.62, 138.93, 0, 0, ''),
|
||
(5644, 7, -390.445, 1733.98, 136.353, 0, 0, ''),
|
||
(5644, 8, -401.368, 1726.77, 131.071, 0, 0, ''),
|
||
(5644, 9, -416.016, 1721.19, 129.807, 0, 0, ''),
|
||
(5644, 10, -437.139, 1709.82, 126.342, 0, 0, ''),
|
||
(5644, 11, -459.862, 1687.92, 116.059, 0, 0, ''),
|
||
(5644, 12, -460.686, 1679.55, 111.976, 0, 0, ''),
|
||
(5644, 13, -461.485, 1670.94, 109.033, 0, 0, ''),
|
||
(5644, 14, -468.53, 1645.51, 102.811, 0, 0, ''),
|
||
(5644, 15, -474.529, 1615.97, 97.228, 0, 0, ''),
|
||
(5644, 16, -474.329, 1590.01, 94.4982, 0, 0, ''),
|
||
(6251, 1, -785.912, -3723.26, 40.5153, 0, 0, 'Strahad Farsan'),
|
||
(6251, 2, -781.32, -3717.15, 41.597, 0, 0, 'Strahad Farsan'),
|
||
(6251, 3, -770.08, -3720.73, 42.45, 0, 0, 'Strahad Farsan'),
|
||
(6251, 4, -763.68, -3720.01, 42.24, 0, 0, 'Strahad Farsan'),
|
||
(6251, 5, -763.97, -3720.19, 42.25, 0, 0, 'Strahad Farsan'),
|
||
(6251, 6, -782.23, -3717.17, 41.57, 0, 0, 'Strahad Farsan'),
|
||
(6251, 7, -785.912, -3723.26, 40.5153, 0, 0, 'Strahad Farsan'),
|
||
(4484, 18, 3481.42, 212.557, 12.3546, 0, 0, 'Feero Ironhand'),
|
||
(4484, 19, 3500.32, 210.936, 10.2261, 0, 0, 'Feero Ironhand'),
|
||
(4484, 20, 3515.19, 212.546, 9.62118, 0, 0, 'Feero Ironhand'),
|
||
(4484, 21, 3522.9, 213.577, 9.20362, 0, 0, 'Feero Ironhand'),
|
||
(4484, 22, 3601.65, 217.771, 1.29901, 0, 0, 'Feero Ironhand'),
|
||
(4484, 23, 3638.61, 212.526, 1.43314, 0, 0, 'Feero Ironhand'),
|
||
(4484, 24, 3680.76, 200.308, 3.38501, 0, 0, 'Feero Ironhand'),
|
||
(4484, 25, 3725.67, 180.396, 6.31401, 0, 0, 'Feero Ironhand'),
|
||
(4484, 26, 3762.35, 159.686, 7.38862, 0, 0, 'Feero Ironhand'),
|
||
(4484, 27, 3774.54, 151.17, 7.79964, 0, 0, 'Feero Ironhand'),
|
||
(4484, 28, 3789.7, 140.397, 9.06224, 0, 0, 'Feero Ironhand'),
|
||
(4484, 29, 3821.42, 111.61, 10.2586, 0, 0, 'Feero Ironhand'),
|
||
(4484, 30, 3850.38, 84.7109, 13.942, 0, 0, 'Feero Ironhand'),
|
||
(4484, 31, 3875.35, 60.3884, 14.9889, 0, 0, 'Feero Ironhand'),
|
||
(4484, 32, 3908.24, 35.2092, 15.332, 0, 0, 'Feero Ironhand'),
|
||
(4484, 33, 3942.2, 14.8882, 16.9694, 0, 0, 'Feero Ironhand'),
|
||
(4484, 34, 3976.43, -0.073566, 16.9687, 0, 0, 'Feero Ironhand'),
|
||
(4484, 35, 4008.34, -6.62891, 16.4641, 0, 0, 'Feero Ironhand'),
|
||
(4484, 36, 4029.48, -6.64076, 16.5497, 0, 0, 'Feero Ironhand'),
|
||
(4484, 37, 4050.06, 1.48816, 15.7462, 0, 0, 'Feero Ironhand'),
|
||
(4484, 38, 4083.41, 14.0858, 15.8512, 0, 0, 'Feero Ironhand'),
|
||
(4484, 39, 4098.46, 20.0329, 17.2525, 0, 0, 'Feero Ironhand'),
|
||
(4484, 40, 4125.75, 32.6942, 20.6181, 0, 0, 'Feero Ironhand'),
|
||
(4484, 41, 4149.13, 46.8332, 24.661, 0, 0, 'Feero Ironhand'),
|
||
(4484, 42, 4164.44, 55.9354, 26.7934, 0, 0, 'Feero Ironhand'),
|
||
(4484, 43, 4200.28, 82.3966, 32.021, 0, 0, 'Feero Ironhand'),
|
||
(4484, 44, 4202.2, 83.8247, 32.2881, 0, 0, 'Feero Ironhand'),
|
||
(4484, 45, 4256.21, 126.82, 40.6099, 0, 0, 'Feero Ironhand'),
|
||
(4484, 46, 4338.7, 176.242, 46.8389, 0, 0, 'Feero Ironhand'),
|
||
(6181, 1, -5094.12, -786.116, 495.226, 0, 0, ''),
|
||
(6181, 2, -5089.28, -782.95, 495.279, 0, 0, ''),
|
||
(5831, 1, -668.03, -3536.53, 92.14, 0, 0, 'Swiftmane'),
|
||
(5831, 2, -616.04, -3500.51, 94.52, 0, 0, 'Swiftmane'),
|
||
(5831, 3, -560.47, -3482.41, 91.84, 0, 0, 'Swiftmane'),
|
||
(5831, 4, -500.34, -3476.9, 94.87, 0, 0, 'Swiftmane'),
|
||
(5831, 5, -475.5, -3486.94, 92.7, 0, 0, 'Swiftmane'),
|
||
(5831, 6, -464.66, -3512.42, 95.44, 0, 0, 'Swiftmane'),
|
||
(5831, 7, -480.57, -3555.76, 91.66, 0, 0, 'Swiftmane'),
|
||
(5831, 8, -520.76, -3582.95, 93.1, 0, 0, 'Swiftmane'),
|
||
(5831, 9, -568.98, -3603.25, 92.1, 0, 0, 'Swiftmane'),
|
||
(5831, 10, -650.82, -3609.06, 92.96, 0, 0, 'Swiftmane'),
|
||
(5831, 11, -686.02, -3593.7, 91.82, 0, 0, 'Swiftmane'),
|
||
(1373, 1, -5601.64, -541.38, 392.42, 0, 0, 'Jarven Thunderbrew - Quest 308 Waypoint movement'),
|
||
(1373, 2, -5597.94, -542.04, 392.42, 0, 0, 'Jarven Thunderbrew - Quest 308 Waypoint movement'),
|
||
(1373, 3, -5597.95, -548.43, 395.48, 0, 0, 'Jarven Thunderbrew - Quest 308 Waypoint movement'),
|
||
(1373, 4, -5605.31, -549.33, 399.09, 0, 0, 'Jarven Thunderbrew - Quest 308 Waypoint movement'),
|
||
(1373, 5, -5607.55, -546.63, 399.09, 0, 0, 'Jarven Thunderbrew - Quest 308 Waypoint movement'),
|
||
(1373, 6, -5597.52, -538.75, 399.09, 0, 0, 'Jarven Thunderbrew - Quest 308 Waypoint movement'),
|
||
(1373, 7, -5597.62, -530.24, 399.65, 0, 0, 'Jarven Thunderbrew - Quest 308 Waypoint movement'),
|
||
(1373, 8, -5603.67, -529.91, 399.65, 0, 0, 'Jarven Thunderbrew - Quest 308 Waypoint movement'),
|
||
(1373, 9, -5603.67, -529.91, 399.65, 0, 0, 'Jarven Thunderbrew - Quest 308 Waypoint movement'),
|
||
(1373, 10, -5597.62, -530.24, 399.65, 0, 0, 'Jarven Thunderbrew - Quest 308 Waypoint movement'),
|
||
(1373, 11, -5597.52, -538.75, 399.09, 0, 0, 'Jarven Thunderbrew - Quest 308 Waypoint movement'),
|
||
(1373, 12, -5607.55, -546.63, 399.09, 0, 0, 'Jarven Thunderbrew - Quest 308 Waypoint movement'),
|
||
(1373, 13, -5605.31, -549.33, 399.09, 0, 0, 'Jarven Thunderbrew - Quest 308 Waypoint movement'),
|
||
(1373, 14, -5597.95, -548.43, 395.48, 0, 0, 'Jarven Thunderbrew - Quest 308 Waypoint movement'),
|
||
(1373, 15, -5597.94, -542.04, 392.42, 0, 0, 'Jarven Thunderbrew - Quest 308 Waypoint movement'),
|
||
(1373, 16, -5601.64, -541.38, 392.42, 0, 0, 'Jarven Thunderbrew - Quest 308 Waypoint movement'),
|
||
(1373, 17, -5605.96, -544.45, 392.43, 0, 0, 'Jarven Thunderbrew - Quest 308 Waypoint movement'),
|
||
(7784, 1, -8810.63, -4373.83, 32.5888, 0, 0, 'Homing Robot OOX-17/TN'),
|
||
(7784, 2, -8794.97, -4366.31, 26.1364, 0, 0, 'Homing Robot OOX-17/TN'),
|
||
(7784, 3, -8752.49, -4366.43, 24.1011, 0, 0, 'Homing Robot OOX-17/TN'),
|
||
(7784, 4, -8724.97, -4352.23, 20.7446, 0, 0, 'Homing Robot OOX-17/TN'),
|
||
(7784, 5, -8708.82, -4353.28, 18.3696, 0, 0, 'Homing Robot OOX-17/TN'),
|
||
(7784, 6, -8685, -4379.19, 13.5678, 0, 0, 'Homing Robot OOX-17/TN'),
|
||
(7784, 7, -8656.83, -4388.01, 12.2752, 0, 0, 'Homing Robot OOX-17/TN'),
|
||
(7784, 8, -8612.75, -4397.25, 9.71276, 0, 0, 'Homing Robot OOX-17/TN'),
|
||
(7784, 9, -8578.57, -4408.65, 11.489, 0, 0, 'Homing Robot OOX-17/TN'),
|
||
(7784, 10, -8539.1, -4421.45, 12.6169, 0, 0, 'Homing Robot OOX-17/TN'),
|
||
(7784, 11, -8514.03, -4425.82, 13.8242, 0, 0, 'Homing Robot OOX-17/TN'),
|
||
(7784, 12, -8486.31, -4428.78, 11.637, 0, 0, 'Homing Robot OOX-17/TN'),
|
||
(7784, 13, -8446.95, -4440.72, 9.38521, 0, 0, 'Homing Robot OOX-17/TN'),
|
||
(7784, 14, -8417.6, -4445.19, 10.3852, 0, 0, 'Homing Robot OOX-17/TN'),
|
||
(7784, 15, -8388.9, -4448, 10.9963, 0, 0, 'Homing Robot OOX-17/TN'),
|
||
(7784, 16, -8352, -4447.59, 10.1347, 0, 0, 'Homing Robot OOX-17/TN'),
|
||
(7784, 17, -8327.56, -4442.51, 18.5852, 0, 0, 'Homing Robot OOX-17/TN'),
|
||
(7784, 18, -8262.68, -4426.01, 34.8352, 0, 0, 'Homing Robot OOX-17/TN'),
|
||
(7784, 19, -8161.73, -4410.54, 58.0852, 0, 0, 'Homing Robot OOX-17/TN'),
|
||
(7806, 1, 495.404, -3478.35, 114.837, 0, 0, 'Homing Robot OOX-09/HL'),
|
||
(7806, 2, 492.705, -3486.11, 108.627, 0, 0, 'Homing Robot OOX-09/HL'),
|
||
(7806, 3, 487.25, -3485.76, 107.89, 0, 0, 'Homing Robot OOX-09/HL'),
|
||
(7806, 4, 476.852, -3489.88, 99.985, 0, 0, 'Homing Robot OOX-09/HL'),
|
||
(7806, 5, 467.212, -3493.36, 99.819, 0, 0, 'Homing Robot OOX-09/HL'),
|
||
(7806, 6, 460.017, -3496.98, 104.481, 0, 0, 'Homing Robot OOX-09/HL'),
|
||
(7806, 7, 439.619, -3500.73, 110.534, 0, 0, 'Homing Robot OOX-09/HL'),
|
||
(7806, 8, 428.326, -3495.87, 118.662, 0, 0, 'Homing Robot OOX-09/HL'),
|
||
(7806, 9, 424.664, -3489.38, 121.999, 0, 0, 'Homing Robot OOX-09/HL'),
|
||
(7806, 10, 424.137, -3470.95, 124.333, 0, 0, 'Homing Robot OOX-09/HL'),
|
||
(7806, 11, 421.791, -3449.24, 119.126, 0, 0, 'Homing Robot OOX-09/HL'),
|
||
(7806, 12, 404.247, -3429.38, 117.644, 0, 0, 'Homing Robot OOX-09/HL'),
|
||
(7806, 13, 335.465, -3430.72, 116.456, 0, 0, 'Homing Robot OOX-09/HL'),
|
||
(7806, 14, 317.16, -3426.71, 116.226, 0, 0, 'Homing Robot OOX-09/HL'),
|
||
(7806, 15, 331.18, -3464, 117.143, 0, 0, 'Homing Robot OOX-09/HL'),
|
||
(7806, 16, 336.394, -3501.88, 118.201, 0, 0, 'Homing Robot OOX-09/HL'),
|
||
(7806, 17, 337.251, -3544.76, 117.284, 0, 0, 'Homing Robot OOX-09/HL'),
|
||
(7806, 18, 337.749, -3565.42, 116.797, 0, 0, 'Homing Robot OOX-09/HL'),
|
||
(7806, 19, 336.011, -3597.36, 118.225, 0, 0, 'Homing Robot OOX-09/HL'),
|
||
(7806, 20, 324.619, -3622.88, 119.811, 0, 0, 'Homing Robot OOX-09/HL'),
|
||
(7806, 21, 308.027, -3648.6, 123.047, 0, 0, 'Homing Robot OOX-09/HL'),
|
||
(7806, 22, 276.325, -3685.74, 128.356, 0, 0, 'Homing Robot OOX-09/HL'),
|
||
(7806, 23, 239.981, -3717.33, 131.874, 0, 0, 'Homing Robot OOX-09/HL'),
|
||
(7806, 24, 224.951, -3730.17, 132.125, 0, 0, 'Homing Robot OOX-09/HL'),
|
||
(7806, 25, 198.708, -3768.29, 129.42, 0, 0, 'Homing Robot OOX-09/HL'),
|
||
(7806, 26, 183.758, -3791.07, 128.045, 0, 0, 'Homing Robot OOX-09/HL'),
|
||
(7806, 27, 178.111, -3801.58, 128.37, 0, 0, 'Homing Robot OOX-09/HL'),
|
||
(7806, 28, 149.077, -3855.44, 144.835, 0, 0, 'Homing Robot OOX-09/HL'),
|
||
(7806, 29, 121.005, -3906.98, 155.94, 0, 0, 'Homing Robot OOX-09/HL'),
|
||
(7806, 30, 96.7698, -3951.47, 165.528, 0, 0, 'Homing Robot OOX-09/HL'),
|
||
(7807, 1, -4943.74, 1715.74, 62.74, 0, 0, 'Homing Robot OOX-22/FE'),
|
||
(7807, 2, -4944.93, 1706.66, 63.16, 0, 0, 'Homing Robot OOX-22/FE'),
|
||
(7807, 3, -4942.82, 1690.22, 64.25, 0, 0, 'Homing Robot OOX-22/FE'),
|
||
(7807, 4, -4946.47, 1669.62, 63.84, 0, 0, 'Homing Robot OOX-22/FE'),
|
||
(7807, 5, -4955.93, 1651.88, 63, 0, 0, 'Homing Robot OOX-22/FE'),
|
||
(7807, 6, -4967.58, 1643.86, 64.31, 0, 0, 'Homing Robot OOX-22/FE'),
|
||
(7807, 7, -4978.12, 1607.9, 64.3, 0, 0, 'Homing Robot OOX-22/FE'),
|
||
(7807, 8, -4975.38, 1596.16, 64.7, 0, 0, 'Homing Robot OOX-22/FE'),
|
||
(7807, 9, -4972.82, 1581.89, 61.75, 0, 0, 'Homing Robot OOX-22/FE'),
|
||
(7807, 10, -4958.65, 1581.05, 61.81, 0, 0, 'Homing Robot OOX-22/FE'),
|
||
(7807, 11, -4936.72, 1594.89, 65.96, 0, 0, 'Homing Robot OOX-22/FE'),
|
||
(7807, 12, -4885.69, 1598.1, 67.45, 0, 0, 'Homing Robot OOX-22/FE'),
|
||
(7807, 13, -4874.2, 1601.73, 68.54, 0, 0, 'Homing Robot OOX-22/FE'),
|
||
(7807, 14, -4816.64, 1594.47, 78.2, 0, 0, 'Homing Robot OOX-22/FE'),
|
||
(7807, 15, -4802.2, 1571.92, 87.01, 0, 0, 'Homing Robot OOX-22/FE'),
|
||
(7807, 16, -4746.4, 1576.11, 84.59, 0, 0, 'Homing Robot OOX-22/FE'),
|
||
(7807, 17, -4746.32, 1624.02, 98.7289, 0, 0, 'Homing Robot OOX-22/FE'),
|
||
(7807, 18, -4743.31, 1665.17, 108.609, 0, 0, 'Homing Robot OOX-22/FE'),
|
||
(7807, 19, -4743.87, 1744.25, 121.255, 0, 0, 'Homing Robot OOX-22/FE'),
|
||
(24484, 1, -5184.68, -562.372, 397.26, 0, 0, 'Brewfest Reveler'),
|
||
(24484, 2, -5192.15, -547.358, 397.177, 0, 0, 'Brewfest Reveler'),
|
||
(24484, 3, -5198.83, -530.586, 392.94, 0, 0, 'Brewfest Reveler'),
|
||
(244840, 1, 1209.78, -4342.09, 21.2951, 0, 0, 'Brewfest Reveler'),
|
||
(244840, 2, 1203.77, -4356.93, 21.9679, 0, 0, 'Brewfest Reveler'),
|
||
(244840, 3, 1202.04, -4370.89, 24.8529, 0, 0, 'Brewfest Reveler'),
|
||
(244840, 4, 1199.49, -4389.29, 23.8656, 0, 0, 'Brewfest Reveler'),
|
||
(82840, 1, -7005.02, -1742.09, 234.09, 0, 0, NULL),
|
||
(82840, 2, -7007.01, -1730.48, 234.09, 0, 0, NULL),
|
||
(82840, 3, -7004.89, -1726.5, 234.25, 0, 0, NULL),
|
||
(82840, 4, -7000.51, -1727.69, 235.47, 0, 0, NULL),
|
||
(82840, 5, -6989.39, -1737.25, 240.65, 0, 0, NULL),
|
||
(82840, 6, -6976.65, -1737.33, 241.83, 0, 0, NULL),
|
||
(82840, 7, -6954.92, -1742.04, 241.66, 0, 0, NULL),
|
||
(82840, 8, -6933.73, -1730.35, 241.7, 0, 0, NULL),
|
||
(82840, 9, -6931.64, -1719.75, 242.27, 0, 0, NULL),
|
||
(82840, 10, -6909.71, -1714.02, 241.26, 0, 0, NULL),
|
||
(82840, 11, -6898.56, -1723.56, 243.11, 0, 0, NULL),
|
||
(82840, 12, -6883.09, -1728.15, 241, 0, 0, NULL),
|
||
(82840, 13, -6879.24, -1737.66, 242.25, 0, 0, NULL),
|
||
(82840, 14, -6875.63, -1738.84, 244, 0, 0, NULL),
|
||
(82840, 15, -6868.03, -1745.78, 248.92, 0, 0, NULL),
|
||
(82840, 16, -6865.56, -1747.4, 250.42, 0, 0, NULL),
|
||
(82840, 17, -6857.7, -1748.29, 251.52, 0, 0, NULL),
|
||
(82840, 18, -6853.29, -1745.18, 251.52, 0, 0, NULL),
|
||
(82840, 19, -6861.59, -1732.91, 251.66, 0, 0, NULL),
|
||
(82840, 20, -6860, -1723.85, 252.05, 0, 0, NULL),
|
||
(82840, 21, -6857.88, -1715.04, 251.52, 0, 0, NULL),
|
||
(82840, 22, -6850.99, -1698.89, 250.48, 0, 0, NULL),
|
||
(82840, 23, -6830.43, -1675.3, 251.52, 0, 0, NULL),
|
||
(82840, 24, -6818.79, -1674.68, 251.31, 0, 0, NULL),
|
||
(82840, 25, -6814.35, -1671.13, 250.31, 0, 0, NULL),
|
||
(82840, 26, -6809.37, -1680.91, 250.1, 0, 0, NULL),
|
||
(82840, 27, -6801.58, -1695.83, 258.82, 0, 0, NULL),
|
||
(82840, 28, -6790.76, -1703.73, 259.55, 0, 0, NULL),
|
||
(82840, 29, -6781.22, -1715.15, 259.55, 0, 0, NULL),
|
||
(82840, 30, -6778.56, -1727.06, 259.55, 0, 0, NULL),
|
||
(82840, 31, -6777.09, -1744.06, 259.54, 0, 0, NULL),
|
||
(82840, 32, -6775.59, -1761.05, 257.5, 0, 0, NULL),
|
||
(82840, 33, -6777.4, -1780.64, 256.85, 0, 0, NULL),
|
||
(82840, 34, -6776.03, -1781.77, 256.85, 0, 0, NULL),
|
||
(82840, 35, -6728.56, -1814.42, 253.44, 0, 0, NULL),
|
||
(82840, 36, -6700.18, -1814.54, 250.46, 0, 0, NULL),
|
||
(82840, 37, -6677.81, -1821.25, 250.28, 0, 0, NULL),
|
||
(82840, 38, -6640.54, -1884.7, 244.27, 0, 0, NULL),
|
||
(82840, 39, -6612.79, -1916.98, 244.15, 0, 0, NULL),
|
||
(82840, 40, -6569.94, -1922.81, 244.16, 0, 0, NULL),
|
||
(82840, 41, -6540.13, -1938.87, 244.15, 0, 0, NULL),
|
||
(82840, 42, -6520.9, -1946.45, 244.15, 0, 0, NULL),
|
||
(82840, 43, -6504.9, -1955.36, 244.15, 0, 0, NULL),
|
||
(82840, 44, -6483.21, -1965.2, 244.24, 0, 0, NULL),
|
||
(82840, 45, -6471.1, -1968.55, 244.27, 0, 0, NULL),
|
||
(82840, 46, -6451.37, -1976.94, 244.45, 0, 0, NULL),
|
||
(82840, 47, -6405.94, -1974.3, 248.94, 0, 0, NULL),
|
||
(82840, 48, -6395.49, -1977.74, 247.89, 0, 0, NULL),
|
||
(82840, 49, -6389.2, -1978.71, 247.48, 0, 0, NULL),
|
||
(82840, 50, -6388.39, -1983.85, 246.72, 0, 0, NULL),
|
||
(82840, 51, -6388.39, -1983.85, 246.72, 0, 0, NULL),
|
||
(8115, 1, -4375.1, 259.339, 26.584, 0, 0, 'Witch Doctor Uzer\'i'),
|
||
(8115, 2, -4378.28, 255.898, 26.3856, 0, 0, 'Witch Doctor Uzer\'i'),
|
||
(8115, 3, -4383, 256.683, 25.8833, 0, 0, 'Witch Doctor Uzer\'i'),
|
||
(8115, 4, -4378.28, 255.898, 26.3856, 0, 0, 'Witch Doctor Uzer\'i'),
|
||
(8115, 5, -4375.1, 259.339, 26.584, 0, 0, 'Witch Doctor Uzer\'i'),
|
||
(8115, 6, -4375.68, 269.717, 25.4947, 0, 0, 'Witch Doctor Uzer\'i'),
|
||
(17716, 1, 8051.86, -7543.99, 149.698, 0, 0, 'Sangrias Stillblade'),
|
||
(17716, 2, 8094.73, -7541.63, 151.745, 0, 0, 'Sangrias Stillblade'),
|
||
(17393, 7, -4642.21, -12881.5, 4.34367, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 6, -4669.63, -12912.3, 2.05277, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 5, -4683.15, -12930.1, 3.56644, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 4, -4687.86, -12949.6, 3.0873, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 3, -4679.14, -12985, 0.5803, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 2, -4679.14, -12985, 0.5803, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 1, -4646.63, -13015.4, -1.38673, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 8, -4623.76, -12837, 5.5232, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 9, -4611.35, -12813.1, 7.12314, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 10, -4598.92, -12789.4, 4.17029, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 11, -4589.23, -12774.9, 7.47229, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 12, -4571.65, -12755, 7.00303, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 13, -4557.21, -12734.1, 11.8409, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 14, -4546.75, -12710.1, 9.83741, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 15, -4535.69, -12682.2, 13.676, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 16, -4532.91, -12665.7, 16.8258, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 17, -4533.33, -12618.9, 12.2568, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 18, -4530.38, -12605.5, 12.8833, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 19, -4535.57, -12573.9, 12.0213, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 20, -4519.53, -12543.2, 7.44842, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 21, -4510.07, -12525.3, 4.5111, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 22, -4498.35, -12505.5, 4.68223, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 23, -4478.84, -12472.3, 2.8348, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 24, -4462.56, -12438.2, 2.61933, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 25, -4427.29, -12442, 2.69103, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 26, -4413.81, -12416.7, 3.99571, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 27, -4408.88, -12400.6, 5.13902, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 28, -4414.53, -12370.9, 6.03206, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 29, -4423.45, -12345.4, 8.31236, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 30, -4432.48, -12325.5, 10.0398, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 31, -4437.56, -12313.2, 10.5968, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 32, -4470.03, -12298.2, 13.521, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 33, -4490.18, -12281, 15.2789, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 34, -4506.43, -12242.7, 16.7175, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 35, -4510.89, -12225.3, 17.3717, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 36, -4514.45, -12197.1, 17.1817, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 37, -4503.04, -12159.1, 16.2946, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 38, -4509.51, -12123.6, 16.9611, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 39, -4505.79, -12092.2, 19.2389, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 40, -4501.15, -12069.9, 21.5463, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 41, -4528.14, -12038.6, 25.9987, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 42, -4531.14, -12014.6, 27.8175, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 43, -4543.32, -11968.3, 29.5997, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 44, -4537.63, -11935.7, 27.2047, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 45, -4533.03, -11906.8, 22.8291, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 46, -4505.26, -11880.3, 17.8136, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 47, -4500.29, -11846.8, 15.0268, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 48, -4510.46, -11817.6, 13.8515, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 49, -4531.63, -11787.2, 15.5577, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 50, -4556.12, -11757.6, 17.683, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 51, -4537.02, -11712.7, 18.4833, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 52, -4510.73, -11697.2, 14.5487, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 53, -4490.11, -11672.7, 10.8583, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(17393, 54, -4486.51, -11657.9, 10.679, 0, 0, 'Stillpine Ancestor Yor'),
|
||
(926800, 1, -53.6383, -442.827, 78.2854, 0, 0, 'Smoldering Berseker'),
|
||
(926800, 2, -53.2897, -405.473, 77.7616, 0, 0, 'Smoldering Berseker'),
|
||
(926800, 3, -52.7996, -389.966, 77.7702, 0, 0, 'Smoldering Berseker'),
|
||
(3694, 22, 6377.21, 357.731, 20.6589, 0, 0, 'Sentinel Selarin'),
|
||
(3694, 23, 6358.35, 357.353, 22.2106, 0, 0, 'Sentinel Selarin'),
|
||
(3694, 24, 6348.45, 352.662, 22.6056, 0, 0, 'Sentinel Selarin'),
|
||
(3694, 25, 6322.42, 326.649, 25.3338, 0, 0, 'Sentinel Selarin'),
|
||
(3695, 1, 6409.01, 381.597, 13.7997, 0, 0, 'Grimclaw'),
|
||
(3695, 2, 6422.38, 398.542, 11.1623, 0, 0, 'Grimclaw'),
|
||
(3695, 3, 6429.16, 395.692, 11.6041, 0, 0, 'Grimclaw'),
|
||
(3695, 4, 6437.87, 372.912, 13.9415, 0, 0, 'Grimclaw'),
|
||
(3695, 5, 6436.29, 366.529, 13.9415, 4.41001, 0, 'Grimclaw'),
|
||
(3695, 6, 6437.87, 372.912, 13.9415, 0, 0, 'Grimclaw'),
|
||
(3695, 7, 6429.16, 395.692, 11.6041, 0, 0, 'Grimclaw'),
|
||
(3695, 8, 6422.38, 398.542, 11.1623, 0, 0, 'Grimclaw'),
|
||
(3695, 9, 6409.01, 381.597, 13.7997, 0, 0, 'Grimclaw'),
|
||
(369500, 1, 4685.86, 140.07, 55.7441, 0, 0, 'Grimclaw'),
|
||
(369500, 2, 4605.85, 1.4452, 69.5886, 0, 0, 'Grimclaw'),
|
||
(369500, 3, 4607.42, -3.3206, 69.8902, 0, 0, 'Grimclaw');
|
||
/*!40000 ALTER TABLE `waypoints` ENABLE KEYS */;
|
||
|
||
/*!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) */;
|