fix(DB/Creature): Kara Arcane Protector improvements (#16901)

* fix(DB/Creature): Kara Arcane Protector Mechanic Immune and patrol

* SNIFFED

* respawn timer and spawnmask
This commit is contained in:
Maria-sequel
2023-08-13 19:06:33 +02:00
committed by GitHub
parent 3d9588af9f
commit b643b2cc0e

View File

@@ -0,0 +1,249 @@
--
UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`|1|2|4|16|64|256|512|1024|2048|4096|8192|131072|8388608|33554432 WHERE `entry` = 16504;
UPDATE `creature_template_addon` SET `auras` = '18950 19818' WHERE (`entry` = 16504);
DELETE FROM `creature` WHERE (`id1` = 16504);
INSERT INTO `creature` (`guid`, `id1`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES
(135684, 16504, 532, 3457, 3457, 1, 1, 0, -11260.5087890625, -1879.0595703125, 135.9311676025390625, 1.909694314002990722, 604800, 0, 0, 24394, 0, 1, 0, 0, 0, 49890),
(135685, 16504, 532, 3457, 3457, 1, 1, 0, -11232.4775390625, -1829.6251220703125, 136.011383056640625, 0.858925580978393554, 604800, 0, 0, 24394, 0, 1, 0, 0, 0, 49890),
(135686, 16504, 532, 3457, 3457, 1, 1, 0, -11207.046875, -1795.9210205078125, 136.011383056640625, 3.821264982223510742, 604800, 0, 0, 24394, 0, 1, 0, 0, 0, 49890),
(135687, 16504, 532, 3457, 3457, 1, 1, 0, -11255.5576171875, -1808.8509521484375, 135.700286865234375, 1.39106762409210205, 604800, 0, 0, 24394, 0, 1, 0, 0, 0, 49890),
(135688, 16504, 532, 3457, 3457, 1, 1, 0, -11224.5009765625, -1775.4560546875, 135.8892059326171875, 5.352929115295410156, 604800, 0, 0, 24394, 0, 1, 0, 0, 0, 49890),
(135689, 16504, 532, 3457, 3457, 1, 1, 0, -11280.7724609375, -1806.5499267578125, 148.2413482666015625, 1.098113179206848144, 604800, 0, 0, 24394, 0, 1, 0, 0, 0, 49890),
(135690, 16504, 532, 3457, 3457, 1, 1, 0, -11246.9052734375, -1766.41943359375, 135.744354248046875, 5.099393844604492187, 604800, 0, 0, 24394, 0, 1, 0, 0, 0, 49890),
(135691, 16504, 532, 3457, 3457, 1, 1, 0, -11356.568359375, -1859.6551513671875, 172.0524139404296875, 0.652408897876739501, 604800, 0, 0, 24394, 0, 1, 0, 0, 0, 49890);
DELETE FROM `creature_addon` WHERE (`guid` IN (135684, 135685, 135686, 135687, 135688, 135689, 135690, 135691));
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
(135684, 1356840, 0, 0, 1, 0, 0, '18950 19818'),
(135685, 1356850, 0, 0, 1, 0, 0, '18950 19818'),
(135686, 1356860, 0, 0, 1, 0, 0, '18950 19818'),
(135687, 1356870, 0, 0, 1, 0, 0, '18950 19818'),
(135688, 1356880, 0, 0, 1, 0, 0, '18950 19818'),
(135689, 1356890, 0, 0, 1, 0, 0, '18950 19818'),
(135690, 1356890, 0, 0, 1, 0, 0, '18950 19818'),
(135691, 1356891, 0, 0, 1, 0, 0, '18950 19818');
-- Pathing for Entry: 16504
SET @NPC := 135684;
SET @PATH := @NPC * 10;
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-11282.719,`position_y`=-1747.2125,`position_z`=135.91495 WHERE `guid`=@NPC;
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`visibilityDistanceType`,`auras`) VALUES (@NPC,@PATH,0,0,1,0,0, '');
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES
(@PATH,1,-11282.719,-1747.2125,135.91495,NULL,0,0,0,100,0),
(@PATH,2,-11278.085,-1756.3627,135.8214,NULL,0,0,0,100,0),
(@PATH,3,-11275.22,-1766.3102,135.6382,NULL,0,0,0,100,0),
(@PATH,4,-11274.691,-1776.3484,137.43626,NULL,0,0,0,100,0),
(@PATH,5,-11275.114,-1787.6228,141.67157,NULL,0,0,0,100,0),
(@PATH,6,-11278.173,-1801.4655,146.54819,NULL,0,0,0,100,0),
(@PATH,7,-11283.93,-1812.7236,149.86386,NULL,0,0,0,100,0),
(@PATH,8,-11295.427,-1825.6823,154.9022,NULL,0,0,0,100,0),
(@PATH,9,-11307.174,-1836.3917,159.4869,NULL,0,0,0,100,0),
(@PATH,10,-11315.685,-1843.8234,162.48993,NULL,0,0,0,100,0),
(@PATH,11,-11324.192,-1851.0717,165.1561,NULL,0,0,0,100,0),
(@PATH,12,-11334.766,-1860.4056,167.11708,NULL,0,0,0,100,0),
(@PATH,13,-11344.708,-1869.108,169.00255,NULL,0,0,0,100,0),
(@PATH,14,-11334.766,-1860.4056,167.11708,NULL,0,0,0,100,0),
(@PATH,15,-11324.192,-1851.0717,165.1561,NULL,0,0,0,100,0),
(@PATH,16,-11315.685,-1843.8234,162.48993,NULL,0,0,0,100,0),
(@PATH,17,-11307.174,-1836.3917,159.4869,NULL,0,0,0,100,0),
(@PATH,18,-11295.427,-1825.6823,154.9022,NULL,0,0,0,100,0),
(@PATH,19,-11283.93,-1812.7236,149.86386,NULL,0,0,0,100,0),
(@PATH,20,-11278.173,-1801.4655,146.54819,NULL,0,0,0,100,0),
(@PATH,21,-11275.114,-1787.6228,141.67157,NULL,0,0,0,100,0),
(@PATH,22,-11274.691,-1776.3484,137.43626,NULL,0,0,0,100,0),
(@PATH,23,-11275.22,-1766.3102,135.6382,NULL,0,0,0,100,0),
(@PATH,24,-11278.085,-1756.3627,135.8214,NULL,0,0,0,100,0);
-- Pathing for Entry: 16504
SET @NPC := 135685;
SET @PATH := @NPC * 10;
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-11244.635,`position_y`=-1861.6107,`position_z`=136.00499 WHERE `guid`=@NPC;
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`visibilityDistanceType`,`auras`) VALUES (@NPC,@PATH,0,0,1,0,0, '');
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES
(@PATH,1,-11244.635,-1861.6107,136.00499,NULL,0,0,0,100,0),
(@PATH,2,-11243.633,-1849.3298,136.01608,NULL,0,0,0,100,0),
(@PATH,3,-11240.205,-1838.5823,136.01138,NULL,0,0,0,100,0),
(@PATH,4,-11232.055,-1829.1354,136.01138,NULL,0,0,0,100,0),
(@PATH,5,-11222.885,-1823.4156,136.01138,NULL,0,0,0,100,0),
(@PATH,6,-11214.087,-1820.8082,136.01137,NULL,0,0,0,100,0),
(@PATH,7,-11200.884,-1822.6813,136.01137,NULL,0,0,0,100,0),
(@PATH,8,-11190.939,-1827.63,136.01114,NULL,0,0,0,100,0),
(@PATH,9,-11181.966,-1835.762,136.01112,NULL,0,0,0,100,0),
(@PATH,10,-11173.904,-1843.7567,136.01112,NULL,0,0,0,100,0),
(@PATH,11,-11181.966,-1835.762,136.01112,NULL,0,0,0,100,0),
(@PATH,12,-11190.939,-1827.63,136.01114,NULL,0,0,0,100,0),
(@PATH,13,-11200.884,-1822.6813,136.01137,NULL,0,0,0,100,0),
(@PATH,14,-11214.087,-1820.8082,136.01137,NULL,0,0,0,100,0),
(@PATH,15,-11222.885,-1823.4156,136.01138,NULL,0,0,0,100,0),
(@PATH,16,-11232.055,-1829.1354,136.01138,NULL,0,0,0,100,0),
(@PATH,17,-11240.205,-1838.5823,136.01138,NULL,0,0,0,100,0),
(@PATH,18,-11243.633,-1849.3298,136.01608,NULL,0,0,0,100,0);
-- Pathing for Entry: 16504
SET @NPC := 135686;
SET @PATH := @NPC * 10;
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-11179.357,`position_y`=-1819.6996,`position_z`=136.01114 WHERE `guid`=@NPC;
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`visibilityDistanceType`,`auras`) VALUES (@NPC,@PATH,0,0,1,0,0, '');
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES
(@PATH,1,-11179.357,-1819.6996,136.01114,NULL,0,0,0,100,0),
(@PATH,2,-11184.585,-1812.9401,136.01114,NULL,0,0,0,100,0),
(@PATH,3,-11191.397,-1804.2574,136.01115,NULL,0,0,0,100,0),
(@PATH,4,-11196.627,-1797.484,136.01112,NULL,0,0,0,100,0),
(@PATH,5,-11201.327,-1791.2985,136.01138,NULL,0,0,0,100,0),
(@PATH,6,-11207.811,-1796.5381,136.0114,NULL,0,0,0,100,0),
(@PATH,7,-11213.821,-1801.6233,136.01138,NULL,0,0,0,100,0),
(@PATH,8,-11220.307,-1807.0294,136.01138,NULL,0,0,0,100,0),
(@PATH,9,-11227.366,-1813.0164,136.01138,NULL,0,0,0,100,0),
(@PATH,10,-11235.879,-1820.589,136.01138,NULL,0,0,0,100,0),
(@PATH,11,-11243.814,-1827.6565,136.01138,NULL,0,0,0,100,0),
(@PATH,12,-11250.698,-1833.699,135.97995,NULL,0,0,0,100,0),
(@PATH,13,-11243.877,-1827.712,136.0166,NULL,0,0,0,100,0),
(@PATH,14,-11235.879,-1820.589,136.01138,NULL,0,0,0,100,0),
(@PATH,15,-11227.366,-1813.0164,136.01138,NULL,0,0,0,100,0),
(@PATH,16,-11220.307,-1807.0294,136.01138,NULL,0,0,0,100,0),
(@PATH,17,-11213.821,-1801.6233,136.01138,NULL,0,0,0,100,0),
(@PATH,18,-11207.811,-1796.5381,136.0114,NULL,0,0,0,100,0),
(@PATH,19,-11201.327,-1791.2985,136.01138,NULL,0,0,0,100,0),
(@PATH,20,-11196.627,-1797.484,136.01112,NULL,0,0,0,100,0),
(@PATH,21,-11191.397,-1804.2574,136.01115,NULL,0,0,0,100,0),
(@PATH,22,-11184.585,-1812.9401,136.01114,NULL,0,0,0,100,0);
-- Pathing for Entry: 16504
SET @NPC := 135687;
SET @PATH := @NPC * 10;
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-11254.315,`position_y`=-1802.0162,`position_z`=135.67534 WHERE `guid`=@NPC;
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`visibilityDistanceType`,`auras`) VALUES (@NPC,@PATH,0,0,1,0,0, '');
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES
(@PATH,1,-11254.315,-1802.0162,135.67534,NULL,0,0,0,100,0),
(@PATH,2,-11255.973,-1811.1375,135.70863,NULL,0,0,0,100,0),
(@PATH,3,-11259.613,-1821.1395,135.7157,NULL,0,0,0,100,0),
(@PATH,4,-11266.448,-1833.0944,135.74219,NULL,0,0,0,100,0),
(@PATH,5,-11273.001,-1840.8385,135.65984,NULL,0,0,0,100,0),
(@PATH,6,-11269.364,-1844.9835,135.70094,NULL,0,0,0,100,0),
(@PATH,7,-11265.347,-1850.7305,135.75291,NULL,0,0,0,100,0),
(@PATH,8,-11260.148,-1858.1432,135.82002,NULL,0,0,0,100,0),
(@PATH,9,-11261.842,-1866.3837,135.85799,NULL,0,0,0,100,0),
(@PATH,10,-11269.297,-1871.5432,135.94835,NULL,0,0,0,100,0),
(@PATH,11,-11261.842,-1866.3837,135.85799,NULL,0,0,0,100,0),
(@PATH,12,-11260.148,-1858.1432,135.82002,NULL,0,0,0,100,0),
(@PATH,13,-11265.347,-1850.7305,135.75291,NULL,0,0,0,100,0),
(@PATH,14,-11269.364,-1844.9835,135.70094,NULL,0,0,0,100,0),
(@PATH,15,-11273.001,-1840.8385,135.65984,NULL,0,0,0,100,0),
(@PATH,16,-11266.448,-1833.0944,135.74219,NULL,0,0,0,100,0),
(@PATH,17,-11259.613,-1821.1395,135.7157,NULL,0,0,0,100,0),
(@PATH,18,-11255.973,-1811.1375,135.70863,NULL,0,0,0,100,0);
-- Pathing for Entry: 16504
SET @NPC := 135688;
SET @PATH := @NPC * 10;
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-11213.536,`position_y`=-1889.4314,`position_z`=152.04805 WHERE `guid`=@NPC;
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`visibilityDistanceType`,`auras`) VALUES (@NPC,@PATH,0,0,1,0,0, '');
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES
(@PATH,1,-11213.536,-1889.4314,152.04805,NULL,0,0,0,100,0),
(@PATH,2,-11226.246,-1898.772,147.91463,NULL,0,0,0,100,0),
(@PATH,3,-11234.652,-1902.2678,144.80687,NULL,0,0,0,100,0),
(@PATH,4,-11242.376,-1901.0875,142.21738,NULL,0,0,0,100,0),
(@PATH,5,-11250.143,-1895.2155,139.11664,NULL,0,0,0,100,0),
(@PATH,6,-11257.955,-1886.3018,135.98216,NULL,0,0,0,100,0),
(@PATH,7,-11260.844,-1878.108,135.92447,NULL,0,0,0,100,0),
(@PATH,8,-11255.884,-1871.2458,135.91449,NULL,0,0,0,100,0),
(@PATH,9,-11248.533,-1868.3633,135.99532,NULL,0,0,0,100,0),
(@PATH,10,-11242.855,-1871.226,135.99905,NULL,0,0,0,100,0),
(@PATH,11,-11255.884,-1871.2458,135.91449,NULL,0,0,0,100,0),
(@PATH,12,-11260.844,-1878.108,135.92447,NULL,0,0,0,100,0),
(@PATH,13,-11258.019,-1886.2291,135.98065,NULL,0,0,0,100,0),
(@PATH,14,-11250.143,-1895.2155,139.11664,NULL,0,0,0,100,0),
(@PATH,15,-11242.376,-1901.0875,142.21738,NULL,0,0,0,100,0),
(@PATH,16,-11234.652,-1902.2678,144.80687,NULL,0,0,0,100,0),
(@PATH,17,-11226.246,-1898.772,147.91463,NULL,0,0,0,100,0),
(@PATH,18,-11218.449,-1893.0543,151.34467,NULL,0,0,0,100,0);
-- Pathing for Entry: 16504
SET @NPC := 135689;
SET @PATH := @NPC * 10;
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-11244.246,`position_y`=-1781.3795,`position_z`=135.7957 WHERE `guid`=@NPC;
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`visibilityDistanceType`,`auras`) VALUES (@NPC,@PATH,0,0,1,0,0, '');
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES
(@PATH,1,-11244.246,-1781.3795,135.7957,NULL,0,0,0,100,0),
(@PATH,2,-11244.443,-1772.4609,135.75342,NULL,0,0,0,100,0),
(@PATH,3,-11248.54,-1762.4084,135.76776,NULL,0,0,0,100,0),
(@PATH,4,-11254.743,-1754.2867,135.89478,NULL,0,0,0,100,0),
(@PATH,5,-11262.073,-1745.61,135.93542,NULL,0,0,0,100,0),
(@PATH,6,-11269.613,-1736.4952,136.00697,NULL,0,0,0,100,0),
(@PATH,7,-11277.36,-1727.5326,136.01083,NULL,0,0,0,100,0),
(@PATH,8,-11284.054,-1733.3395,136.01456,NULL,0,0,0,100,0),
(@PATH,9,-11290.676,-1739.1726,136.01823,NULL,0,0,0,100,0),
(@PATH,10,-11284.054,-1733.3395,136.01456,NULL,0,0,0,100,0),
(@PATH,11,-11277.36,-1727.5326,136.01083,NULL,0,0,0,100,0),
(@PATH,12,-11269.613,-1736.4952,136.00697,NULL,0,0,0,100,0),
(@PATH,13,-11262.073,-1745.61,135.93542,NULL,0,0,0,100,0),
(@PATH,14,-11254.743,-1754.2867,135.89478,NULL,0,0,0,100,0),
(@PATH,15,-11248.54,-1762.4084,135.76776,NULL,0,0,0,100,0),
(@PATH,16,-11244.443,-1772.4609,135.75342,NULL,0,0,0,100,0);
-- Pathing for Entry: 16504
SET @NPC := 135690;
SET @PATH := @NPC * 10;
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-11346.433,`position_y`=-1851.5946,`position_z`=170.19037 WHERE `guid`=@NPC;
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`visibilityDistanceType`,`auras`) VALUES (@NPC,@PATH,0,0,1,0,0, '');
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES
(@PATH,1,-11346.433,-1851.5946,170.19037,NULL,0,0,0,100,0),
(@PATH,2,-11353.817,-1857.5533,171.80334,NULL,0,0,0,100,0),
(@PATH,3,-11360.403,-1862.5851,172.39963,NULL,0,0,0,100,0),
(@PATH,4,-11366.273,-1855.2086,173.61658,NULL,0,0,0,100,0),
(@PATH,5,-11372.065,-1847.9648,175.13911,NULL,0,0,0,100,0),
(@PATH,6,-11378.154,-1839.9221,177.20697,NULL,0,0,0,100,0),
(@PATH,7,-11384.107,-1832.3479,179.37885,NULL,0,0,0,100,0),
(@PATH,8,-11389.809,-1824.9479,179.73013,NULL,0,0,0,100,0),
(@PATH,9,-11395.728,-1817.1012,179.73013,NULL,0,0,0,100,0),
(@PATH,10,-11389.809,-1824.9479,179.73013,NULL,0,0,0,100,0),
(@PATH,11,-11384.107,-1832.3479,179.37885,NULL,0,0,0,100,0),
(@PATH,12,-11378.154,-1839.9221,177.20697,NULL,0,0,0,100,0),
(@PATH,13,-11372.065,-1847.9648,175.13911,NULL,0,0,0,100,0),
(@PATH,14,-11366.273,-1855.2086,173.61658,NULL,0,0,0,100,0),
(@PATH,15,-11360.403,-1862.5851,172.39963,NULL,0,0,0,100,0),
(@PATH,16,-11353.817,-1857.5533,171.80334,NULL,0,0,0,100,0);
-- Pathing for Entry: 16504
SET @NPC := 135691;
SET @PATH := @NPC * 10;
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-11244.46,`position_y`=-1804.8809,`position_z`=135.81401 WHERE `guid`=@NPC;
DELETE FROM `creature_addon` WHERE `guid`=@NPC;
INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`visibilityDistanceType`,`auras`) VALUES (@NPC,@PATH,0,0,1,0,0, '');
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES
(@PATH,1,-11244.46,-1804.8809,135.81401,NULL,0,0,0,100,0),
(@PATH,2,-11236.382,-1798.8492,135.89545,NULL,0,0,0,100,0),
(@PATH,3,-11227.848,-1792.5315,135.9404,NULL,0,0,0,100,0),
(@PATH,4,-11217.406,-1784.903,135.9538,NULL,0,0,0,100,0),
(@PATH,5,-11221.928,-1778.9088,135.90015,NULL,0,0,0,100,0),
(@PATH,6,-11228.954,-1769.4824,135.9033,NULL,0,0,0,100,0),
(@PATH,7,-11235.162,-1761.6926,135.9174,NULL,0,0,0,100,0),
(@PATH,8,-11228.104,-1756.5549,135.97401,NULL,0,0,0,100,0),
(@PATH,9,-11217.438,-1749.0182,135.99788,NULL,0,0,0,100,0),
(@PATH,10,-11207.726,-1741.2073,136.01138,NULL,0,0,0,100,0),
(@PATH,11,-11217.438,-1749.0182,135.99788,NULL,0,0,0,100,0),
(@PATH,12,-11228.104,-1756.5549,135.97401,NULL,0,0,0,100,0),
(@PATH,13,-11235.162,-1761.6926,135.9174,NULL,0,0,0,100,0),
(@PATH,14,-11228.954,-1769.4824,135.9033,NULL,0,0,0,100,0),
(@PATH,15,-11221.928,-1778.9088,135.90015,NULL,0,0,0,100,0),
(@PATH,16,-11217.406,-1784.903,135.9538,NULL,0,0,0,100,0),
(@PATH,17,-11227.848,-1792.5315,135.9404,NULL,0,0,0,100,0),
(@PATH,18,-11236.382,-1798.8492,135.89545,NULL,0,0,0,100,0);