parent
df77b5f4f7
commit
5ca6fe6fda
785 changed files with 133828 additions and 126861 deletions
|
|
@ -17,19 +17,18 @@
|
|||
-- Dumping structure for table acore_world.script_waypoint
|
||||
DROP TABLE IF EXISTS `script_waypoint`;
|
||||
CREATE TABLE IF NOT EXISTS `script_waypoint` (
|
||||
`entry` mediumint unsigned NOT NULL DEFAULT '0' COMMENT 'creature_template entry',
|
||||
`pointid` mediumint unsigned NOT NULL DEFAULT '0',
|
||||
`entry` int unsigned NOT NULL DEFAULT '0' COMMENT 'creature_template entry',
|
||||
`pointid` int unsigned NOT NULL DEFAULT '0',
|
||||
`location_x` float NOT NULL DEFAULT '0',
|
||||
`location_y` float NOT NULL DEFAULT '0',
|
||||
`location_z` float NOT NULL DEFAULT '0',
|
||||
`waittime` int unsigned NOT NULL DEFAULT '0' COMMENT 'waittime in millisecs',
|
||||
`point_comment` text,
|
||||
`point_comment` text COLLATE utf8mb4_unicode_ci,
|
||||
PRIMARY KEY (`entry`,`pointid`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 ROW_FORMAT=FIXED COMMENT='Script Creature waypoints';
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Script Creature waypoints';
|
||||
|
||||
-- Dumping data for table acore_world.script_waypoint: 2,388 rows
|
||||
-- Dumping data for table acore_world.script_waypoint: ~2,302 rows (approximately)
|
||||
DELETE FROM `script_waypoint`;
|
||||
/*!40000 ALTER TABLE `script_waypoint` DISABLE KEYS */;
|
||||
INSERT INTO `script_waypoint` (`entry`, `pointid`, `location_x`, `location_y`, `location_z`, `waittime`, `point_comment`) VALUES
|
||||
(349, 1, -8763.9, -2185.21, 141.217, 0, ''),
|
||||
(349, 2, -8768.76, -2185.94, 141.949, 0, ''),
|
||||
|
|
@ -924,6 +923,21 @@ INSERT INTO `script_waypoint` (`entry`, `pointid`, `location_x`, `location_y`, `
|
|||
(12717, 27, 3621.08, 1138.11, 10.369, 0, 'SAY_MUG_RETURN'),
|
||||
(12717, 28, 3615.48, 1145.53, 9.614, 0, ''),
|
||||
(12717, 29, 3607.19, 1152.72, 8.871, 0, ''),
|
||||
(15471, 0, -8623.17, 1470.41, 32.0064, 0, 'Andorov'),
|
||||
(15471, 1, -8657.3, 1506.18, 32.5867, 0, 'Andorov'),
|
||||
(15471, 2, -8679.19, 1535.12, 31.9674, 0, 'Andorov'),
|
||||
(15471, 3, -8701.48, 1561.76, 32.1747, 0, 'Andorov'),
|
||||
(15471, 4, -8720.07, 1580.96, 21.5113, 0, 'Andorov'),
|
||||
(15471, 5, -8746.16, 1603.49, 21.6134, 0, 'Andorov'),
|
||||
(15471, 6, -8780.43, 1617.88, 21.4558, 0, 'Andorov'),
|
||||
(15471, 7, -8823.48, 1624.67, 19.8057, 0, 'Andorov'),
|
||||
(15471, 8, -8855.33, 1637.95, 19.7905, 0, 'Andorov'),
|
||||
(15471, 9, -8870.72, 1648.4, 21.5113, 0, 'Andorov'),
|
||||
(15471, 10, -8870.72, 1648.4, 21.5113, 0, 'Andorov'),
|
||||
(15471, 11, -8886.09, 1598.71, 21.4053, 0, 'Andorov'),
|
||||
(15471, 12, -8904.38, 1578.62, 21.5113, 0, 'Andorov'),
|
||||
(15471, 13, -8920.58, 1551.95, 21.4079, 0, 'Andorov'),
|
||||
(15471, 14, -8939.95, 1551.13, 21.5669, 0, 'Andorov'),
|
||||
(16295, 0, 7545.07, -7359.87, 162.354, 4000, 'SAY_START'),
|
||||
(16295, 1, 7550.05, -7362.24, 162.236, 0, ''),
|
||||
(16295, 2, 7566.98, -7364.32, 161.739, 0, ''),
|
||||
|
|
@ -1089,7 +1103,7 @@ INSERT INTO `script_waypoint` (`entry`, `pointid`, `location_x`, `location_y`, `
|
|||
(17876, 7, 2205.66, 105.234, 89.8549, 0, ''),
|
||||
(17876, 8, 2188.92, 114.265, 89.8549, 3500, 'Stop and call armorer'),
|
||||
(17876, 9, 2184.07, 112.039, 89.8548, 6000, 'Kill armorer'),
|
||||
(17876, 10, 2181.62, 120.385, 89.8549, 11000, 'Get Armor and Weapons'),
|
||||
(17876, 10, 2181.62, 120.385, 89.8549, 13000, 'Get Armor and Weapons'),
|
||||
(17876, 11, 2189.44, 113.922, 89.8549, 0, ''),
|
||||
(17876, 12, 2195.63, 110.584, 89.8549, 0, ''),
|
||||
(17876, 13, 2201.09, 115.115, 89.8549, 0, 'Summon First Ambush'),
|
||||
|
|
@ -1146,7 +1160,7 @@ INSERT INTO `script_waypoint` (`entry`, `pointid`, `location_x`, `location_y`, `
|
|||
(17876, 64, 2491.46, 694.321, 56.1163, 0, ''),
|
||||
(17876, 65, 2491.1, 703.3, 56.163, 0, ''),
|
||||
(17876, 66, 2485.64, 702.992, 56.1917, 0, ''),
|
||||
(17876, 67, 2479.1, 695.291, 56.1901, 10000, 'Look around'),
|
||||
(17876, 67, 2479.1, 695.291, 56.1901, 20000, 'Look around'),
|
||||
(17876, 68, 2479.6, 697.747, 55.791, 0, ''),
|
||||
(17876, 69, 2480.1, 697.747, 55.791, 0, ''),
|
||||
(17876, 70, 2480.6, 697.747, 55.791, 0, ''),
|
||||
|
|
@ -1183,32 +1197,6 @@ INSERT INTO `script_waypoint` (`entry`, `pointid`, `location_x`, `location_y`, `
|
|||
(17876, 101, 2634.79, 672.964, 54.8577, 0, 'Outside Inn'),
|
||||
(17876, 102, 2631.72, 665.629, 54.6923, 0, 'Run off'),
|
||||
(17876, 103, 2647.4, 640.53, 56.1634, 0, 'Set invisible'),
|
||||
(17969, 0, -930.049, 5288.08, 23.8484, 0, ''),
|
||||
(17969, 1, -925.678, 5296.48, 18.1837, 0, ''),
|
||||
(17969, 2, -924.297, 5299.02, 17.7109, 0, ''),
|
||||
(17969, 3, -928.39, 5317.02, 18.2086, 0, ''),
|
||||
(17969, 4, -930.621, 5329.92, 18.7734, 0, 'SAY_AMBUSH1'),
|
||||
(17969, 5, -931.49, 5357.65, 18.0272, 0, 'SAY_PROGRESS'),
|
||||
(17969, 6, -934.778, 5369.34, 22.278, 0, ''),
|
||||
(17969, 7, -934.522, 5373.41, 22.8347, 0, ''),
|
||||
(17969, 8, -937.009, 5382.98, 22.6991, 0, ''),
|
||||
(17969, 9, -941.948, 5404.14, 22.6697, 0, ''),
|
||||
(17969, 10, -931.244, 5415.85, 23.064, 0, 'at crossroad'),
|
||||
(17969, 11, -901.498, 5420.32, 24.2133, 0, ''),
|
||||
(17969, 12, -860.312, 5415.62, 23.6711, 0, ''),
|
||||
(17969, 13, -777.989, 5391.98, 23.0017, 0, ''),
|
||||
(17969, 14, -750.362, 5385.79, 22.7658, 0, ''),
|
||||
(17969, 15, -731.339, 5382.45, 22.5171, 0, ''),
|
||||
(17969, 16, -681.236, 5381.38, 22.0502, 2500, 'end bridge SAY_AMBUSH2'),
|
||||
(17969, 17, -637.944, 5384.34, 22.2056, 0, 'SAY_END'),
|
||||
(17969, 18, -608.954, 5408.72, 21.6304, 0, ''),
|
||||
(17969, 19, -598.134, 5413.61, 21.4123, 0, ''),
|
||||
(17969, 20, -571.269, 5420.77, 21.1849, 0, ''),
|
||||
(17969, 21, -553.1, 5424.62, 21.1937, 0, ''),
|
||||
(17969, 22, -524.745, 5443.95, 20.977, 0, ''),
|
||||
(17969, 23, -502.985, 5446.28, 22.1494, 0, ''),
|
||||
(17969, 24, -472.464, 5449.55, 22.5615, 0, ''),
|
||||
(17969, 25, -454.533, 5461.3, 22.6028, 30000, 'quest complete'),
|
||||
(18209, 1, -1518.59, 8469.96, -4.10176, 0, ''),
|
||||
(18209, 2, -1511.78, 8480.53, -4.03392, 0, ''),
|
||||
(18209, 3, -1513.45, 8509.76, -0.109888, 0, ''),
|
||||
|
|
@ -1239,15 +1227,6 @@ INSERT INTO `script_waypoint` (`entry`, `pointid`, `location_x`, `location_y`, `
|
|||
(18210, 17, -1361.22, 8521.44, 11.144, 0, ''),
|
||||
(18210, 18, -1324.8, 8510.69, 13.05, 0, ''),
|
||||
(18210, 19, -1312.08, 8492.71, 14.235, 0, ''),
|
||||
(18731, 0, -157.366, 2.177, 8.073, 0, ''),
|
||||
(18731, 1, -172.266, -18.28, 8.073, 0, ''),
|
||||
(18731, 2, -171.051, -38.748, 8.073, 0, ''),
|
||||
(18731, 3, -170.718, -59.436, 8.073, 0, ''),
|
||||
(18731, 4, -156.659, -72.118, 8.073, 0, ''),
|
||||
(18731, 5, -142.292, -59.423, 8.073, 0, ''),
|
||||
(18731, 6, -141.779, -38.972, 8.073, 0, ''),
|
||||
(18731, 7, -142.922, -18.95, 8.073, 0, ''),
|
||||
(18731, 8, -157.366, 2.177, 8.073, 0, ''),
|
||||
(18760, 0, -2265.21, 3091.14, 13.91, 0, ''),
|
||||
(18760, 1, -2266.8, 3091.33, 13.82, 1000, ''),
|
||||
(18760, 2, -2268.2, 3091.14, 13.82, 7000, 'progress1'),
|
||||
|
|
@ -1446,57 +1425,6 @@ INSERT INTO `script_waypoint` (`entry`, `pointid`, `location_x`, `location_y`, `
|
|||
(20985, 17, 3989.37, 2083.43, 256.391, 0, ''),
|
||||
(20985, 18, 3951.24, 2024.99, 257.005, 0, ''),
|
||||
(20985, 19, 3936.4, 2003, 255.68, 0, ''),
|
||||
(21027, 0, -2714.7, 1326.88, 34.307, 0, ''),
|
||||
(21027, 1, -2666.36, 1348.22, 34.4456, 0, ''),
|
||||
(21027, 2, -2693.79, 1336.96, 34.4456, 0, ''),
|
||||
(21027, 3, -2715.5, 1328.05, 34.106, 0, ''),
|
||||
(21027, 4, -2742.53, 1314.14, 33.6061, 0, ''),
|
||||
(21027, 5, -2745.08, 1311.11, 33.6309, 0, ''),
|
||||
(21027, 6, -2749.86, 1302.74, 33.4756, 0, ''),
|
||||
(21027, 7, -2753.64, 1294.06, 33.3149, 0, ''),
|
||||
(21027, 8, -2756.8, 1285.12, 33.3913, 0, ''),
|
||||
(21027, 9, -2750.04, 1273.66, 33.1883, 0, ''),
|
||||
(21027, 10, -2740.38, 1258.85, 33.2125, 0, ''),
|
||||
(21027, 11, -2733.63, 1248.26, 33.6406, 0, ''),
|
||||
(21027, 12, -2727.21, 1238.61, 33.5208, 0, ''),
|
||||
(21027, 13, -2726.38, 1237.26, 33.4618, 3000, 'SAY_WIL_PROGRESS1'),
|
||||
(21027, 14, -2746.38, 1266.39, 33.192, 2000, ''),
|
||||
(21027, 15, -2746.38, 1266.39, 33.192, 4000, 'SAY_WIL_FIND_EXIT'),
|
||||
(21027, 16, -2758.93, 1285.13, 33.3417, 0, ''),
|
||||
(21027, 17, -2761.85, 1292.31, 33.209, 0, ''),
|
||||
(21027, 18, -2758.87, 1300.68, 33.2853, 0, ''),
|
||||
(21027, 19, -2753.93, 1307.76, 33.4525, 0, ''),
|
||||
(21027, 20, -2738.61, 1316.19, 33.483, 0, ''),
|
||||
(21027, 21, -2727.9, 1320.01, 33.3811, 0, ''),
|
||||
(21027, 22, -2709.46, 1315.74, 33.3018, 0, ''),
|
||||
(21027, 23, -2704.66, 1301.62, 32.4633, 0, ''),
|
||||
(21027, 24, -2704.12, 1298.92, 32.7682, 0, ''),
|
||||
(21027, 25, -2691.8, 1292.85, 33.8526, 0, ''),
|
||||
(21027, 26, -2682.88, 1288.85, 32.9954, 0, ''),
|
||||
(21027, 27, -2661.87, 1279.68, 26.6868, 0, ''),
|
||||
(21027, 28, -2648.94, 1270.27, 24.1475, 0, ''),
|
||||
(21027, 29, -2642.51, 1262.94, 23.5124, 0, ''),
|
||||
(21027, 30, -2636.98, 1252.43, 20.4183, 0, ''),
|
||||
(21027, 31, -2648.11, 1224.98, 8.69182, 0, ''),
|
||||
(21027, 32, -2658.39, 1200.14, 5.49224, 0, ''),
|
||||
(21027, 33, -2668.5, 1190.45, 3.12741, 0, ''),
|
||||
(21027, 34, -2685.93, 1174.36, 5.16392, 0, ''),
|
||||
(21027, 35, -2701.61, 1160.03, 5.61131, 0, ''),
|
||||
(21027, 36, -2714.66, 1149.98, 4.34237, 0, ''),
|
||||
(21027, 37, -2721.44, 1145, 1.91347, 0, ''),
|
||||
(21027, 38, -2733.96, 1143.44, 2.62041, 0, ''),
|
||||
(21027, 39, -2757.88, 1146.94, 6.184, 2000, 'SAY_WIL_JUST_AHEAD'),
|
||||
(21027, 40, -2772.3, 1166.05, 6.33181, 0, ''),
|
||||
(21027, 41, -2790.27, 1189.94, 5.20796, 0, ''),
|
||||
(21027, 42, -2805.45, 1208.66, 5.55762, 0, ''),
|
||||
(21027, 43, -2820.62, 1225.87, 6.2661, 0, ''),
|
||||
(21027, 44, -2831.93, 1237.73, 5.80851, 0, ''),
|
||||
(21027, 45, -2842.58, 1252.87, 6.80748, 0, ''),
|
||||
(21027, 46, -2846.34, 1258.73, 7.38617, 0, ''),
|
||||
(21027, 47, -2847.56, 1266.77, 8.20879, 0, ''),
|
||||
(21027, 48, -2841.65, 1285.81, 7.93322, 0, ''),
|
||||
(21027, 49, -2841.75, 1289.83, 6.9903, 0, ''),
|
||||
(21027, 50, -2871.4, 1302.35, 6.80733, 7500, 'SAY_WIL_END'),
|
||||
(23089, 1, 656.989, 298.44, 271.688, 0, 'Akama, Illidan encounter'),
|
||||
(23089, 2, 665.184, 279.114, 271.688, 0, 'Akama, Illidan encounter'),
|
||||
(23089, 3, 674.245, 260.172, 271.688, 0, 'Akama, Illidan encounter'),
|
||||
|
|
@ -2403,23 +2331,7 @@ INSERT INTO `script_waypoint` (`entry`, `pointid`, `location_x`, `location_y`, `
|
|||
(37129, 1, 4357, 2617, 351.101, 0, 'Crok Scourgebane - at second trash pack'),
|
||||
(37129, 2, 4357.21, 2569.5, 351.15, 0, NULL),
|
||||
(37129, 3, 4357.09, 2540, 358.5, 0, NULL),
|
||||
(37129, 4, 4356.88, 2521.8, 358.5, 0, 'Crok Scourgebane - at Sister Svalna'),
|
||||
(15471, 0, -8623.17, 1470.41, 32.0064, 0, 'Andorov'),
|
||||
(15471, 1, -8657.3, 1506.18, 32.5867, 0, 'Andorov'),
|
||||
(15471, 2, -8679.19, 1535.12, 31.9674, 0, 'Andorov'),
|
||||
(15471, 3, -8701.48, 1561.76, 32.1747, 0, 'Andorov'),
|
||||
(15471, 4, -8720.07, 1580.96, 21.5113, 0, 'Andorov'),
|
||||
(15471, 5, -8746.16, 1603.49, 21.6134, 0, 'Andorov'),
|
||||
(15471, 6, -8780.43, 1617.88, 21.4558, 0, 'Andorov'),
|
||||
(15471, 7, -8823.48, 1624.67, 19.8057, 0, 'Andorov'),
|
||||
(15471, 8, -8855.33, 1637.95, 19.7905, 0, 'Andorov'),
|
||||
(15471, 9, -8870.72, 1648.4, 21.5113, 0, 'Andorov'),
|
||||
(15471, 10, -8870.72, 1648.4, 21.5113, 0, 'Andorov'),
|
||||
(15471, 11, -8886.09, 1598.71, 21.4053, 0, 'Andorov'),
|
||||
(15471, 12, -8904.38, 1578.62, 21.5113, 0, 'Andorov'),
|
||||
(15471, 13, -8920.58, 1551.95, 21.4079, 0, 'Andorov'),
|
||||
(15471, 14, -8939.95, 1551.13, 21.5669, 0, 'Andorov');
|
||||
/*!40000 ALTER TABLE `script_waypoint` ENABLE KEYS */;
|
||||
(37129, 4, 4356.88, 2521.8, 358.5, 0, 'Crok Scourgebane - at Sister Svalna');
|
||||
|
||||
/*!40103 SET TIME_ZONE=IFNULL(@OLD_TIME_ZONE, 'system') */;
|
||||
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue