mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
Merge branch 'azerothcore:master' into Playerbot
This commit is contained in:
22
data/sql/updates/db_world/2022_06_28_00.sql
Normal file
22
data/sql/updates/db_world/2022_06_28_00.sql
Normal file
@@ -0,0 +1,22 @@
|
||||
-- DB update 2022_06_27_01 -> 2022_06_28_00
|
||||
-- Hungering Plaguehound
|
||||
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 30952;
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 30952);
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(30952, 0, 0, 0, 38, 0, 100, 0, 31119, 0, 40000, 40000, 0, 69, 1, 0, 0, 0, 0, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 'Hungering Plaguehound - On Data Set - Move To Point'),
|
||||
(30952, 0, 1, 2, 34, 0, 100, 512, 8, 1, 0, 0, 0, 45, 30952, 0, 0, 0, 0, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 'Hungering Plaguehound - On Movement Inform - Set Data'),
|
||||
(30952, 0, 2, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 75, 12098, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hungering Plaguehound - On Movement Inform - Set Aura');
|
||||
|
||||
-- Bloody Meat
|
||||
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 31119;
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 31119);
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(31119, 0, 0, 1, 11, 0, 100, 512, 0, 0, 0, 0, 0, 64, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hungering Plaguehound - On Respawn - Store Target'),
|
||||
(31119, 0, 1, 2, 61, 0, 100, 512, 0, 0, 0, 0, 0, 100, 1, 0, 0, 0, 0, 0, 11, 30952, 20, 0, 0, 0, 0, 0, 0, 'Hungering Plaguehound - On Respawn - Store Target'),
|
||||
(31119, 0, 2, 0, 61, 0, 100, 513, 0, 0, 0, 0, 0, 45, 31119, 0, 0, 0, 0, 0, 11, 30952, 10, 0, 0, 0, 0, 0, 0, 'Hungering Plaguehound - On Respawn - Set Data'),
|
||||
(31119, 0, 3, 4, 38, 0, 100, 1, 30952, 0, 0, 0, 0, 11, 58564, 0, 0, 0, 0, 0, 21, 100, 0, 0, 0, 0, 0, 0, 0, 'Hungering Plaguehound - On Data Set - Kill Credit'),
|
||||
(31119, 0, 4, 0, 61, 0, 100, 513, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Bloody Meat - On Data Set - Force Despawn');
|
||||
3
data/sql/updates/db_world/2022_06_28_01.sql
Normal file
3
data/sql/updates/db_world/2022_06_28_01.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2022_06_28_00 -> 2022_06_28_01
|
||||
-- fix first aid trainer
|
||||
UPDATE `creature_template` SET `npcflag` = 209 WHERE `entry` IN (18990,18991) And `npcflag` = 208;
|
||||
873
data/sql/updates/db_world/2022_06_28_02.sql
Normal file
873
data/sql/updates/db_world/2022_06_28_02.sql
Normal file
@@ -0,0 +1,873 @@
|
||||
-- DB update 2022_06_28_01 -> 2022_06_28_02
|
||||
UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.14286 WHERE `entry` IN(11371, 11350, 11372, 11830, 13321, 11374, 15043, 11831, 11351, 11359, 11387, 11373, 15042, 14758);
|
||||
UPDATE `creature_template` SET `speed_walk`=1, `speed_run`=0.85714 WHERE `entry` IN(2914, 1420);
|
||||
UPDATE `creature_template` SET `speed_walk`=0.66667, `speed_run`=2.14286 WHERE `entry` IN(11352);
|
||||
UPDATE `creature_template` SET `speed_walk`=2, `speed_run`=2.14286 WHERE `entry` IN(11368, 14750);
|
||||
UPDATE `creature_template` SET `speed_walk`=1, `speed_run`=0.85714 WHERE `entry` IN(1420);
|
||||
UPDATE `creature_template` SET `speed_walk`=1, `speed_run`=2.14286 WHERE `entry` IN(14834, 14517, 14510);
|
||||
UPDATE `creature_template` SET `speed_walk`=1, `speed_run`=1.71429 WHERE `entry` IN(11357);
|
||||
UPDATE `creature_template` SET `speed_walk`=2, `speed_run`=2.42857 WHERE `entry` IN(14880);
|
||||
|
||||
DELETE FROM `creature` WHERE (`id1` = 14880) OR(`id1` = 14750 AND `GUID` = 49185) OR (`id1` = 14750 AND `GUID` = 49167) OR (`id1` = 11368 AND `GUID` = 49156) OR (`id1` = 11368 AND `GUID` = 49157) ;
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `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`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(49185, 14750, 0, 0, 309, 0, 0, 1, 1, 0, -12213.109, -1477.2382, 130.725, 130.93126, 7200, 5, 0, 31440, 0, 1, 0, 0, 0, '', 0),
|
||||
(49167, 14750, 0, 0, 309, 0, 0, 1, 1, 0, -12215.109, -1477.2382, 130.725, 130.93126, 7200, 5, 0, 31440, 0, 1, 0, 0, 0, '', 0),
|
||||
(49156, 11368, 0, 0, 309, 0, 0, 1, 1, 0, -12215.109, -1476.2382, 130.725, 3.1765, 7200, 0, 0, 5341, 0, 0, 0, 0, 0, '', 0),
|
||||
(49157, 11368, 0, 0, 309, 0, 0, 1, 1, 0, -12215.109, -1478.2382, 130.725, 0.314159, 7200, 0, 0, 5341, 0, 0, 0, 0, 0, '', 0),
|
||||
(49201, 14880, 0, 0, 309, 0, 0, 1, 1, 0, -12289.1, -1645.61, 132.135, 6.24203, 7200, 0, 0, 4048, 0, 0, 0, 0, 0, '', 0),
|
||||
(49202, 14880, 0, 0, 309, 0, 0, 1, 1, 0, -12286.4, -1669.35, 130.333, 5.43666, 7200, 0, 0, 4048, 0, 0, 0, 0, 0, '', 0),
|
||||
(49762, 14880, 0, 0, 309, 0, 0, 1, 1, 0, -12120.4, -1755.58, 80.2268, 2.14157, 7200, 0, 0, 4048, 0, 0, 0, 0, 0, '', 0),
|
||||
(49763, 14880, 0, 0, 309, 0, 0, 1, 1, 0, -12109.016, -1733.4694, 80.2511, 81.128365 , 7200, 5, 0, 4048, 0, 1, 0, 0, 0, '', 0),
|
||||
(49056, 14880, 0, 0, 309, 0, 0, 1, 1, 0, -12109.016, -1733.4694, 80.2511, 81.128365 , 7200, 5, 0, 4048, 0, 1, 0, 0, 0, '', 0),
|
||||
(49766, 14880, 0, 0, 309, 0, 0, 1, 1, 0, -12359.1, -1664.31, 130.494, 2.61807, 7200, 5, 0, 4048, 0, 1, 0, 0, 0, '', 0),
|
||||
(49767, 14880, 0, 0, 309, 0, 0, 1, 1, 0, -12335.7, -1645.88, 130.792, 1.98902, 7200, 5, 0, 4048, 0, 1, 0, 0, 0, '', 0),
|
||||
(49195, 14880, 0, 0, 309, 0, 0, 1, 1, 0, -12138.63, -1670.5779, 86.08012, 1.98902 , 7200, 5, 0, 4048, 0, 1, 0, 0, 0, '', 0),
|
||||
(49196, 14880, 0, 0, 309, 0, 0, 1, 1, 0, -12138.62, -1670.5779, 86.08012, 2.61807, 7200, 5, 0, 4048, 0, 1, 0, 0, 0, '', 0),
|
||||
(49197, 14880, 0, 0, 309, 0, 0, 1, 1, 0, -12138.64, -1670.5779, 86.08012, 1.98902, 7200, 5, 0, 4048, 0, 1, 0, 0, 0, '', 0),
|
||||
(49137, 14880, 0, 0, 309, 0, 0, 1, 1, 0, -12337.564, -1641.6588, 131.37659, 1.98902, 7200, 5, 0, 4048, 0, 1, 0, 0, 0, '', 0),
|
||||
(49138, 14880, 0, 0, 309, 0, 0, 1, 1, 0, -12350.479, -1609.6436, 131.65074, 1.98902, 7200, 5, 0, 4048, 0, 1, 0, 0, 0, '', 0);
|
||||
|
||||
SET @NPC := 49132;
|
||||
SET @path := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-12317.01,`position_y`=-1447.9121,`position_z`=130.70255 WHERE `guid`=@NPC;
|
||||
UPDATE `creature`SET `wander_distance`=0,`MovementType`=0,`position_x`=-12317.01,`position_y`=-1447.9121,`position_z`=130.70255 WHERE `guid`=49131;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=0,`position_x`=-12317.01,`position_y`=-1447.9121,`position_z`=130.70255 WHERE `guid`=49133;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-12317.01,`position_y`=-1447.9121,`position_z`=130.70255 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,-12317.01,-1447.9121,130.70255,0,0,0,0,100,0),
|
||||
(@path,2,-12294.435,-1452.9664,130.7252,0,0,0,0,100,0),
|
||||
(@path,3,-12274.962,-1432.1677,130.7252,0,0,0,0,100,0),
|
||||
(@path,4,-12251.229,-1419.3248,130.7252,0,0,0,0,100,0),
|
||||
(@path,5,-12218.372,-1407.2831,131.82335,0,0,0,0,100,0),
|
||||
(@path,6,-12251.229,-1419.3248,130.7252,0,0,0,0,100,0),
|
||||
(@path,7,-12274.962,-1432.1677,130.7252,0,0,0,0,100,0),
|
||||
(@path,8,-12294.435,-1452.9664,130.7252,0,0,0,0,100,0);
|
||||
|
||||
DELETE FROM `creature` WHERE (`id1` = 11372 AND guid = 49090) OR (`id1` = 11371 AND `guid` = 49090) OR (`id1` = 14750 AND `guid`IN (52135, 49139)) OR (`id1`= 11368 AND `guid` = 49139) OR (`id1`= 11368 AND `guid` IN (52138, 52137, 52136));
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `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`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(49090, 11371, 0, 0, 309, 0, 0, 1, 1, 0, -11862.2, -1317.21, 79.0372, 4.15388, 7200, 0, 0, 15260, 0, 0, 0, 0, 0, '', 0),
|
||||
(49139, 14750, 0, 0, 309, 0, 0, 1, 1, 0, -12237.4, -1413.4, 130.725, 3.49715, 7200, 5, 0, 31440, 0, 1, 0, 0, 0, '', 0),
|
||||
(52135, 14750, 0, 0, 309, 0, 0, 1, 1, 0, -12229.842, -1411.0471, 130.725, 3.49715, 7200, 5, 0, 31440, 0, 1, 0, 0, 0, '', 0),
|
||||
(52136, 11368, 0, 0, 309, 0, 0, 1, 1, 0, -12229.842, -1410.0471, 130.725, 5.11337, 7200, 5, 0, 5341, 0, 1, 0, 0, 0, '', 0),
|
||||
(52137, 11368, 0, 0, 309, 0, 0, 1, 1, 0, -12229.842, -1412.0471, 130.725, 5.11337, 7200, 5, 0, 5341, 0, 1, 0, 0, 0, '', 0),
|
||||
(52138, 11368, 0, 0, 309, 0, 0, 1, 1, 0, -12229.842, -1411.5471, 130.725, 5.11337, 7200, 5, 0, 5341, 0, 1, 0, 0, 0, '', 0);
|
||||
|
||||
SET @NPC := 49090;
|
||||
SET @path := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-11874.843,`position_y`=-1325.8516,`position_z`=78.68711 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,-11874.843,-1325.8516,78.68711,0,0,0,0,100,0),
|
||||
(@path,2,-11888.364,-1338.8317,74.93052,0,0,0,0,100,0),
|
||||
(@path,3,-11904.724,-1344.1305,75.75995,0,0,0,0,100,0),
|
||||
(@path,4,-11905.38,-1360.0092,70.85077,0,0,0,0,100,0),
|
||||
(@path,5,-11901.88,-1377.7013,68.11927,0,0,0,0,100,0),
|
||||
(@path,6,-11884.866,-1380.3492,66.02857,0,0,0,0,100,0),
|
||||
(@path,7,-11880.479,-1399.4225,62.97413,0,0,0,0,100,0),
|
||||
(@path,8,-11878.038,-1407.888,62.201817,0,0,0,0,100,0),
|
||||
(@path,9,-11894.919,-1416.4415,57.01041,0,0,0,0,100,0),
|
||||
(@path,10,-11921.158,-1428.7435,46.9667,0,2000,0,0,100,0),
|
||||
(@path,11,-11894.919,-1416.4415,57.01041,0,0,0,0,100,0),
|
||||
(@path,12,-11878.038,-1407.888,62.201817,0,0,0,0,100,0),
|
||||
(@path,13,-11880.479,-1399.4225,62.97413,0,0,0,0,100,0),
|
||||
(@path,14,-11884.866,-1380.3492,66.02857,0,0,0,0,100,0),
|
||||
(@path,15,-11901.88,-1377.7013,68.11927,0,0,0,0,100,0),
|
||||
(@path,16,-11905.361,-1360.0527,70.93378,0,0,0,0,100,0),
|
||||
(@path,17,-11904.724,-1344.1305,75.75995,0,0,0,0,100,0),
|
||||
(@path,18,-11888.364,-1338.8317,74.93052,0,0,0,0,100,0),
|
||||
(@path,19,-11874.843,-1325.8516,78.68711,0,0,0,0,100,0),
|
||||
(@path,20,-11863.753,-1313.4701,78.72681,0,2000,0,0,100,0);
|
||||
|
||||
SET @NPC := 49761;
|
||||
SET @path := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-11966.846,`position_y`=-1528.8047,`position_z`=41.97195 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,-11966.846,-1528.8047,41.97195,0,0,0,0,100,0),
|
||||
(@path,2,-11999.917,-1520.9025,58.9844,0,0,0,0,100,0),
|
||||
(@path,3,-12023.279,-1518.9547,72.43448,0,0,0,0,100,0),
|
||||
(@path,4,-12028.042,-1500.1376,77.62198,0,0,0,0,100,0),
|
||||
(@path,5,-12029.563,-1488.6721,79.530396,0,0,0,0,100,0),
|
||||
(@path,6,-12033.312,-1478.7206,80.10852,0,0,0,0,100,0),
|
||||
(@path,7,-12066.744,-1478.9442,101.670784,0,0,0,0,100,0),
|
||||
(@path,8,-12100.744,-1478.7441,128.72264,0,0,0,0,100,0),
|
||||
(@path,9,-12066.744,-1478.9442,101.670784,0,0,0,0,100,0),
|
||||
(@path,10,-12033.312,-1478.7206,80.10852,0,0,0,0,100,0),
|
||||
(@path,11,-12029.563,-1488.6721,79.530396,0,0,0,0,100,0),
|
||||
(@path,12,-12028.042,-1500.1376,77.62198,0,0,0,0,100,0),
|
||||
(@path,13,-12023.279,-1518.9547,72.43448,0,0,0,0,100,0),
|
||||
(@path,14,-11999.917,-1520.9025,58.9844,0,0,0,0,100,0);
|
||||
|
||||
SET @NPC := 49751;
|
||||
SET @path := @NPC * 10;
|
||||
SET @NPC2 := 49752;
|
||||
SET @path2 := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-11915.182,`position_y`=-1309.0254,`position_z`=77.85016 WHERE `guid`=@NPC;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=0,`position_x`=-11917.182,`position_y`=-1309.0254,`position_z`=77.85016 WHERE `guid`=@NPC2;
|
||||
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` IN (@path,@path2);
|
||||
INSERT INTO `waypoint_data`(`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@path,1,-11915.182,-1309.0254,77.85016,0,0,0,0,100,0),
|
||||
(@path,2,-11900.22,-1322.3068,77.35016,0,0,0,0,100,0),
|
||||
(@path,3,-11891.567,-1333.3414,75.761086,0,0,0,0,100,0),
|
||||
(@path,4,-11883.896,-1344.9625,74.07407,0,0,0,0,100,0),
|
||||
(@path,5,-11884.932,-1366.6774,69.18043,0,0,0,0,100,0),
|
||||
(@path,6,-11881.251,-1392.7772,64.10792,0,0,0,0,100,0),
|
||||
(@path,7,-11884.669,-1407.5942,61.118076,0,0,0,0,100,0),
|
||||
(@path,8,-11898.967,-1416.9801,55.54923,0,0,0,0,100,0),
|
||||
(@path,9,-11914.943,-1429.737,46.979885,0,0,0,0,100,0),
|
||||
(@path,10,-11920.759,-1446.3221,42.852036,0,0,0,0,100,0),
|
||||
(@path,11,-11927.813,-1477.2751,32.164944,0,0,0,0,100,0),
|
||||
(@path,12,-11938.073,-1520.2743,42.869736,0,0,0,0,100,0),
|
||||
(@path,13,-11940.487,-1533.6138,39.66779,0,0,0,0,100,0),
|
||||
(@path,14,-11947.255,-1542.4147,39.66779,0,0,0,0,100,0),
|
||||
(@path,15,-11943.104,-1557.1871,39.79279,0,0,0,0,100,0),
|
||||
(@path,16,-11943.644,-1566.9681,41.143223,0,0,0,0,100,0),
|
||||
(@path,17,-11945.308,-1590.3102,36.837807,0,0,0,0,100,0),
|
||||
(@path,18,-11947.825,-1619.8463,41.207428,0,0,0,0,100,0),
|
||||
(@path,19,-11951.434,-1633.3173,38.97269,0,0,0,0,100,0),
|
||||
(@path,20,-11968.02,-1647.7539,35.483604,0,0,0,0,100,0),
|
||||
(@path,21,-12000.128,-1644.0223,34.706413,0,0,0,0,100,0),
|
||||
(@path,22,-12025.215,-1640.9318,38.757927,0,0,0,0,100,0),
|
||||
(@path,23,-12041.77,-1650.1912,40.77353,0,0,0,0,100,0),
|
||||
(@path,24,-12059.076,-1670.9088,42.50792,0,0,0,0,100,0),
|
||||
(@path,25,-12060.682,-1706.4213,45.026535,0,0,0,0,100,0),
|
||||
(@path,26,-12047.378,-1730.9137,50.612717,0,0,0,0,100,0),
|
||||
(@path,27,-12060.682,-1706.4213,45.026535,0,0,0,0,100,0),
|
||||
(@path,28,-12059.076,-1670.9088,42.50792,0,0,0,0,100,0),
|
||||
(@path,29,-12041.77,-1650.1912,40.77353,0,0,0,0,100,0),
|
||||
(@path,30,-12025.215,-1640.9318,38.757927,0,0,0,0,100,0),
|
||||
(@path,31,-12000.128,-1644.0223,34.706413,0,0,0,0,100,0),
|
||||
(@path,32,-11968.145,-1647.8522,35.503624,0,0,0,0,100,0),
|
||||
(@path,33,-11951.559,-1633.4141,38.973248,0,0,0,0,100,0),
|
||||
(@path,34,-11947.825,-1619.8463,41.207428,0,0,0,0,100,0),
|
||||
(@path,35,-11945.308,-1590.3102,36.837807,0,0,0,0,100,0),
|
||||
(@path,36,-11943.644,-1566.9681,41.143223,0,0,0,0,100,0),
|
||||
(@path,37,-11943.104,-1557.1871,39.79279,0,0,0,0,100,0),
|
||||
(@path,38,-11947.255,-1542.4147,39.66779,0,0,0,0,100,0),
|
||||
(@path,39,-11940.487,-1533.6138,39.66779,0,0,0,0,100,0),
|
||||
(@path,40,-11938.073,-1520.2743,42.869736,0,0,0,0,100,0),
|
||||
(@path,41,-11927.813,-1477.2751,32.164944,0,0,0,0,100,0),
|
||||
(@path,42,-11920.759,-1446.3221,42.852036,0,0,0,0,100,0),
|
||||
(@path,43,-11914.943,-1429.737,46.979885,0,0,0,0,100,0),
|
||||
(@path,44,-11898.967,-1416.9801,55.54923,0,0,0,0,100,0),
|
||||
(@path,45,-11884.669,-1407.5942,61.118076,0,0,0,0,100,0),
|
||||
(@path,46,-11881.251,-1392.7772,64.10792,0,0,0,0,100,0),
|
||||
(@path,47,-11884.932,-1366.6774,69.18043,0,0,0,0,100,0),
|
||||
(@path,48,-11883.896,-1344.9625,74.07407,0,0,0,0,100,0),
|
||||
(@path,49,-11891.567,-1333.3414,75.761086,0,0,0,0,100,0),
|
||||
(@path,50,-11900.22,-1322.3068,77.35016,0,0,0,0,100,0);
|
||||
|
||||
SET @NPC := 49146;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-12051.524,`position_y`=-1427.2681,`position_z`=130.14175 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,-12051.524,-1427.2681,130.14175,0,0,0,0,100,0),
|
||||
(@PATH,2,-12056.444,-1439.4609,130.26523,0,0,0,0,100,0),
|
||||
(@PATH,3,-12064.653,-1446.329,130.2684,0,0,0,0,100,0),
|
||||
(@PATH,4,-12076.898,-1450.6375,130.39133,0,0,0,0,100,0),
|
||||
(@PATH,5,-12088.711,-1450.2057,130.85104,0,0,0,0,100,0),
|
||||
(@PATH,6,-12064.653,-1446.329,130.2684,0,0,0,0,100,0),
|
||||
(@PATH,7,-12056.444,-1439.4609,130.26523,0,0,0,0,100,0);
|
||||
|
||||
SET @NPC := 49135;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-12207.685,`position_y`=-1462.47,`position_z`=131.32281 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,-12207.685,-1462.47,131.32281,0,0,0,0,100,0),
|
||||
(@PATH,2,-12245.68,-1474.5807,130.62447,0,0,0,0,100,0),
|
||||
(@PATH,3,-12272.678,-1484.2139,130.7252,0,0,0,0,100,0),
|
||||
(@PATH,4,-12291.434,-1475.9297,130.7252,0,0,0,0,100,0),
|
||||
(@PATH,5,-12312.472,-1457.0942,130.70255,0,0,0,0,100,0),
|
||||
(@PATH,6,-12291.434,-1475.9297,130.7252,0,0,0,0,100,0),
|
||||
(@PATH,7,-12272.678,-1484.2139,130.7252,0,0,0,0,100,0),
|
||||
(@PATH,8,-12245.68,-1474.5807,130.62447,0,0,0,0,100,0);
|
||||
|
||||
SET @NPC := 49186;
|
||||
SET @path := @NPC * 10;
|
||||
SET @NPC2 := 49189;
|
||||
SET @NPC3 := 49188;
|
||||
SET @NPC4 := 49187;
|
||||
SET @NPC5 := 49140;
|
||||
SET @NPC6 := 49139;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=0,`position_x`=-12138.658,`position_y`=-1462.6881,`position_z`=132.72519 WHERE `guid`=@NPC2;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=0,`position_x`=-12140.658,`position_y`=-1462.6881,`position_z`=132.72519 WHERE `guid`=@NPC3;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=0,`position_x`=-12139.658,`position_y`=-1461.6881,`position_z`=132.72519 WHERE `guid`=@NPC4;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=0,`position_x`=-12139.658,`position_y`=-1463.6881,`position_z`=132.72519 WHERE `guid`=@NPC5;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=0,`position_x`=-12139.658,`position_y`=-1461.3881,`position_z`=132.72519 WHERE `guid`=@NPC6;
|
||||
UPDATE `creature` SET `wander_distance`=2,`MovementType`=2,`position_x`=-12139.658,`position_y`=-1462.6881,`position_z`=130.72519 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,-12139.658,-1462.6881,131.72519,0,0,2,0,100,0),
|
||||
(@path,2,-12145.165,-1472.5826,131.72519,0,0,2,0,100,0),
|
||||
(@path,3,-12150.585,-1480.6031,131.72519,0,0,2,0,100,0),
|
||||
(@path,4,-12155.898,-1487.2714,131.88535,0,0,2,0,100,0),
|
||||
(@path,5,-12162.413,-1488.4478,131.95273,0,0,2,0,100,0),
|
||||
(@path,6,-12166.849,-1484.3025,131.72519,0,0,2,0,100,0),
|
||||
(@path,7,-12169.933,-1475.3961,131.72519,0,0,2,0,100,0),
|
||||
(@path,8,-12168.736,-1461.0402,131.72519,0,0,2,0,100,0),
|
||||
(@path,9,-12165.8,-1451.5284,132.1915,0,0,0,2,100,0),
|
||||
(@path,10,-12159.837,-1446.8896,132.52573,0,0,2,0,100,0),
|
||||
(@path,11,-12154.368,-1448.3627,132.15585,0,0,2,0,100,0),
|
||||
(@path,12,-12148.044,-1460.6128,131.72519,0,0,2,0,100,0),
|
||||
(@path,13,-12142.502,-1469.3756,131.72519,0,0,2,0,100,0),
|
||||
(@path,14,-12139.423,-1477.193,131.72519,0,0,2,0,100,0),
|
||||
(@path,15,-12142.655,-1487.7107,131.81308,0,0,2,0,100,0),
|
||||
(@path,16,-12150.853,-1489.0536,132.22275,0,0,2,0,100,0),
|
||||
(@path,17,-12157.748,-1478.774,131.72519,0,0,2,0,100,0),
|
||||
(@path,18,-12158.351,-1465.1509,132.22519,0,0,2,0,100,0),
|
||||
(@path,19,-12156.007,-1450.0975,131.72519,0,0,2,0,100,0),
|
||||
(@path,20,-12153.582,-1446.1135,132.67294,0,0,2,0,100,0),
|
||||
(@path,21,-12146.194,-1444.6774,133.9537,0,0,2,0,100,0),
|
||||
(@path,22,-12139.783,-1452.6754,131.72519,0,0,2,0,100,0);
|
||||
|
||||
SET @NPC := 52136;
|
||||
SET @path := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-12229.842,`position_y`=-1411.0471,`position_z`=131.83165 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,-12229.842,-1411.0471,131.83165-0.5,0,0,0,0,100,0),
|
||||
(@path,2,-12206.786,-1421.8655,131.78893-0.5,0,0,0,0,100,0),
|
||||
(@path,3,-12195.927,-1433.3926,134.31308-0.5,0,0,0,0,100,0),
|
||||
(@path,4,-12205.035,-1448.4469,131.69781-0.5,0,0,0,0,100,0),
|
||||
(@path,5,-12206.235,-1461.8943,132.32281-0.5,0,0,0,0,100,0),
|
||||
(@path,6,-12177.454,-1466.4033,131.72519-0.5,0,0,0,0,100,0),
|
||||
(@path,7,-12138.972,-1456.231,131.72519-0.5,0,0,0,0,100,0),
|
||||
(@path,8,-12126.492,-1456.4739,131.72519-0.5,0,0,0,0,100,0),
|
||||
(@path,9,-12157.802,-1469.8934,131.90048-0.5,0,0,0,0,100,0),
|
||||
(@path,10,-12179.677,-1470.5027,131.72519-0.5,0,0,0,0,100,0),
|
||||
(@path,11,-12207.076,-1464.7598,132.07281-0.5,0,0,0,0,100,0),
|
||||
(@path,12,-12221.514,-1453.3093,131.69781-0.5,0,0,0,0,100,0),
|
||||
(@path,13,-12224.45,-1427.07,131.7252-0.5,0,0,0,0,100,0),
|
||||
(@path,14,-12246.912,-1421.354,131.7252-0.5,0,0,0,0,100,0),
|
||||
(@path,15,-12269.187,-1427.5114,131.7252-0.5,0,0,0,0,100,0),
|
||||
(@path,16,-12285.375,-1448.8418,131.7252-0.5,0,0,0,0,100,0),
|
||||
(@path,17,-12287.772,-1473.3102,131.7252-0.5,0,0,0,0,100,0),
|
||||
(@path,18,-12273.458,-1487.5211,131.7252-0.5,0,0,0,0,100,0),
|
||||
(@path,19,-12249.114,-1489.0677,131.6252-0.5,0,0,0,0,100,0),
|
||||
(@path,20,-12235.835,-1473.7202,131.7834-0.5,0,0,0,0,100,0),
|
||||
(@path,21,-12250.835,-1461.4537,131.66344-0.5,0,0,0,0,100,0),
|
||||
(@path,22,-12265.916,-1449.0624,131.7252-0.5,0,0,0,0,100,0),
|
||||
(@path,23,-12277.745,-1431.3622,131.7252-0.5,0,0,0,0,100,0),
|
||||
(@path,24,-12303.044,-1414.7955,131.7252-0.5,0,0,0,0,100,0),
|
||||
(@path,25,-12277.745,-1431.3622,131.7252-0.5,0,0,0,0,100,0),
|
||||
(@path,26,-12265.916,-1449.0624,131.7252-0.5,0,0,0,0,100,0),
|
||||
(@path,27,-12250.835,-1461.4537,131.66344-0.5,0,0,0,0,100,0),
|
||||
(@path,28,-12235.835,-1473.7202,131.7834-0.5,0,0,0,0,100,0),
|
||||
(@path,29,-12249.114,-1489.0677,131.6252-0.5,0,0,0,0,100,0),
|
||||
(@path,30,-12273.458,-1487.5211,131.7252-0.5,0,0,0,0,100,0),
|
||||
(@path,31,-12287.772,-1473.3102,131.7252-0.5,0,0,0,0,100,0),
|
||||
(@path,32,-12285.375,-1448.8418,131.7252-0.5,0,0,0,0,100,0),
|
||||
(@path,33,-12269.187,-1427.5114,131.7252-0.5,0,0,0,0,100,0),
|
||||
(@path,34,-12246.912,-1421.354,131.7252-0.5,0,0,0,0,100,0),
|
||||
(@path,35,-12224.45,-1427.07,131.7252-0.5,0,0,0,0,100,0),
|
||||
(@path,36,-12221.514,-1453.3093,131.69781-0.5,0,0,0,0,100,0),
|
||||
(@path,37,-12207.227,-1464.7308,132.11774-0.5,0,0,0,0,100,0),
|
||||
(@path,38,-12179.677,-1470.5027,131.72519-0.5,0,0,0,0,100,0),
|
||||
(@path,39,-12157.802,-1469.8934,131.90048-0.5,0,0,0,0,100,0),
|
||||
(@path,40,-12126.492,-1456.4739,131.72519-0.5,0,0,0,0,100,0),
|
||||
(@path,41,-12177.454,-1466.4033,131.72519-0.5,0,0,0,0,100,0),
|
||||
(@path,42,-12206.235,-1461.8943,132.32281-0.5,0,0,0,0,100,0),
|
||||
(@path,43,-12205.035,-1448.4469,131.69781-0.5,0,0,0,0,100,0),
|
||||
(@path,44,-12195.927,-1433.3926,134.31308-0.5,0,0,0,0,100,0),
|
||||
(@path,45,-12206.786,-1421.8655,131.78893-0.5,0,0,0,0,100,0),
|
||||
(@path,46,-12229.842,-1411.0471,132.83165-0.5,0,0,0,0,100,0),
|
||||
(@path,47,-12254.974,-1407.7135,132.03355-0.5,0,0,0,0,100,0),
|
||||
(@path,48,-12275.289,-1404.068,131.7252-0.5,0,0,0,0,100,0),
|
||||
(@path,49,-12290.608,-1416.1903,132.7252-0.5,0,0,0,0,100,0),
|
||||
(@path,50,-12292.546,-1432.5616,132.89317-0.5,0,0,0,0,100,0),
|
||||
(@path,51,-12275.803,-1456.5319,132.7252-0.5,0,0,0,0,100,0),
|
||||
(@path,52,-12257.487,-1460.9338,132.7252-0.5,0,0,0,0,100,0),
|
||||
(@path,53,-12248.77,-1487.915,132.72212-0.5,0,0,0,0,100,0),
|
||||
(@path,54,-12227.283,-1488.0863,133.32726-0.5,0,0,0,0,100,0),
|
||||
(@path,55,-12211.806,-1476.1088,131.79576-0.5,0,0,0,0,100,0),
|
||||
(@path,56,-12176.583,-1471.7878,131.72519-0.5,0,0,0,0,100,0),
|
||||
(@path,57,-12147.339,-1466.9387,131.72519-0.5,0,0,0,0,100,0),
|
||||
(@path,58,-12121.021,-1459.1855,131.72519-0.5,0,0,0,0,100,0),
|
||||
(@path,59,-12088.544,-1450.2576,131.85104-0.5,0,0,0,0,100,0),
|
||||
(@path,60,-12147.339,-1466.9387,131.72519-0.5,0,0,0,0,100,0),
|
||||
(@path,61,-12176.583,-1471.7878,131.72519-0.5,0,0,0,0,100,0),
|
||||
(@path,62,-12211.806,-1476.1088,131.79576-0.5,0,0,0,0,100,0),
|
||||
(@path,63,-12227.283,-1488.0863,133.32726-0.5,0,0,0,0,100,0),
|
||||
(@path,64,-12248.77,-1487.915,131.72212-0.5,0,0,0,0,100,0),
|
||||
(@path,65,-12257.487,-1460.9338,131.7252-0.5,0,0,0,0,100,0),
|
||||
(@path,66,-12275.803,-1456.5319,131.7252-0.5,0,0,0,0,100,0),
|
||||
(@path,67,-12292.546,-1432.5616,131.89317-0.5,0,0,0,0,100,0),
|
||||
(@path,68,-12290.608,-1416.1903,131.7252-0.5,0,0,0,0,100,0),
|
||||
(@path,69,-12275.289,-1404.068,131.7252-0.5,0,0,0,0,100,0),
|
||||
(@path,70,-12254.974,-1407.7135,132.03355-0.5,0,0,0,0,100,0);
|
||||
|
||||
SET @NPC := 49158;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-12214.109,`position_y`=-1477.2382,`position_z`=130.93126 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,-12214.109,-1477.2382,130.93126,0,0,0,0,100,0),
|
||||
(@PATH,2,-12211.264,-1469.974,130.7252,0,0,0,0,100,0),
|
||||
(@PATH,3,-12214.149,-1461.742,130.81232,0,0,0,0,100,0),
|
||||
(@PATH,4,-12235.612,-1459.0533,130.7252,0,0,0,0,100,0),
|
||||
(@PATH,5,-12255.216,-1470.7734,130.62447,0,0,0,0,100,0),
|
||||
(@PATH,6,-12255.078,-1483.8112,130.62447,0,0,0,0,100,0),
|
||||
(@PATH,7,-12246.08,-1488.4501,131.03218,0,0,0,0,100,0),
|
||||
(@PATH,8,-12233.38,-1491.1652,133.18355,0,0,0,0,100,0),
|
||||
(@PATH,9,-12222.606,-1482.8005,130.99913,0,0,0,0,100,0);
|
||||
|
||||
SET @NPC := 51452;
|
||||
SET @NPC2 := 51451;
|
||||
SET @path := @NPC * 10;
|
||||
SET @posX := -12057.339;
|
||||
SET @posY := -1734.9985;
|
||||
SET @posZ := 51.701015;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-12057.339,`position_y`=-1734.9985,`position_z`=51.701015 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,-12057.339,-1734.9985,51.701015,0,0,0,0,100,0),
|
||||
(@PATH,2,-12064.325,-1723.6598,48.64299,0,0,0,0,100,0),
|
||||
(@PATH,3,-12081.199,-1711.9126,50.009007,0,0,0,0,100,0),
|
||||
(@PATH,4,-12083.754,-1694.3141,47.727253,0,0,0,0,100,0),
|
||||
(@PATH,5,-12075.137,-1685.36,44.9919,0,0,0,0,100,0),
|
||||
(@PATH,6,-12060.942,-1668.3538,42.789413,0,0,0,0,100,0),
|
||||
(@PATH,7,-12053.68,-1652.7511,43.139984,0,0,0,0,100,0),
|
||||
(@PATH,8,-12040.667,-1640.4402,40.75351,0,0,0,0,100,0),
|
||||
(@PATH,9,-12023.091,-1633.9069,38.15856,0,0,0,0,100,0),
|
||||
(@PATH,10,-12013.497,-1648.2031,37.284782,0,0,0,0,100,0),
|
||||
(@PATH,11,-11993.206,-1638.6372,34.66549,0,0,0,0,100,0),
|
||||
(@PATH,12,-11970.971,-1640.5399,35.773155,0,0,0,0,100,0),
|
||||
(@PATH,13,-11952.981,-1647.8049,39.700054,0,0,0,0,100,0),
|
||||
(@PATH,14,-11970.971,-1640.5399,35.773155,0,0,0,0,100,0),
|
||||
(@PATH,15,-11993.206,-1638.6372,34.66549,0,0,0,0,100,0),
|
||||
(@PATH,16,-12013.497,-1648.2031,37.284782,0,0,0,0,100,0),
|
||||
(@PATH,17,-12023.091,-1633.9069,38.15856,0,0,0,0,100,0),
|
||||
(@PATH,18,-12040.667,-1640.4402,40.75351,0,0,0,0,100,0),
|
||||
(@PATH,19,-12053.68,-1652.7511,43.139984,0,0,0,0,100,0),
|
||||
(@PATH,20,-12060.942,-1668.3538,42.789413,0,0,0,0,100,0),
|
||||
(@PATH,21,-12075.137,-1685.36,44.9919,0,0,0,0,100,0),
|
||||
(@PATH,22,-12083.754,-1694.3141,47.727253,0,0,0,0,100,0),
|
||||
(@PATH,23,-12081.199,-1711.9126,50.009007,0,0,0,0,100,0),
|
||||
(@PATH,24,-12064.325,-1723.6598,48.64299,0,0,0,0,100,0);
|
||||
|
||||
SET @NPC := 49698;
|
||||
SET @path := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-12066.406,`position_y`=-1786.6548,`position_z`=69.81737 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,-12066.406,-1786.6548,69.81737,0,0,0,0,100,0),
|
||||
(@PATH,2,-12050.457,-1766.337,60.718105,0,0,0,0,100,0),
|
||||
(@PATH,3,-12033.071,-1750.8512,55.646065,0,0,0,0,100,0),
|
||||
(@PATH,4,-11999.78,-1753.2365,54.84094,0,0,0,0,100,0),
|
||||
(@PATH,5,-11968.856,-1756.7726,53.229122,0,0,0,0,100,0),
|
||||
(@PATH,6,-11956.396,-1766.9595,53.534046,0,0,0,0,100,0),
|
||||
(@PATH,7,-11953.831,-1798.9094,53.284046,0,0,0,0,100,0),
|
||||
(@PATH,8,-11955.532,-1833.0516,55.080914,0,0,0,0,100,0),
|
||||
(@PATH,9,-11943.489,-1843.0251,56.276337,0,0,0,0,100,0),
|
||||
(@PATH,10,-11922.226,-1844.5981,58.643448,0,0,0,0,100,0),
|
||||
(@PATH,11,-11892.495,-1857.25,63.02691,0,0,0,0,100,0),
|
||||
(@PATH,12,-11922.226,-1844.5981,58.643448,0,0,0,0,100,0),
|
||||
(@PATH,13,-11943.489,-1843.0251,56.276337,0,0,0,0,100,0),
|
||||
(@PATH,14,-11955.532,-1833.0516,55.080914,0,0,0,0,100,0),
|
||||
(@PATH,15,-11953.831,-1798.9094,53.284046,0,0,0,0,100,0),
|
||||
(@PATH,16,-11956.396,-1766.9595,53.534046,0,0,0,0,100,0),
|
||||
(@PATH,17,-11968.856,-1756.7726,53.229122,0,0,0,0,100,0),
|
||||
(@PATH,18,-11999.78,-1753.2365,54.84094,0,0,0,0,100,0),
|
||||
(@PATH,19,-12033.071,-1750.8512,55.646065,0,0,0,0,100,0),
|
||||
(@PATH,20,-12050.457,-1766.337,60.718105,0,0,0,0,100,0);
|
||||
|
||||
SET @NPC := 49760;
|
||||
SET @NPC2 := 49756;
|
||||
SET @path := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-11938.328,`position_y`=-1819.2622,`position_z`=52.21226 WHERE `guid`=@NPC;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=0,`position_x`=-11931.328,`position_y`=-1819.2622,`position_z`=52.21226 WHERE `guid`=@NPC2;
|
||||
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,-11938.328,-1819.2622,52.21226,0,0,0,0,100,0),
|
||||
(@PATH,2,-11961.947,-1803.928,54.609234,0,0,0,0,100,0),
|
||||
(@PATH,3,-11966.618,-1790.2196,54.229603,0,0,0,0,100,0),
|
||||
(@PATH,4,-11968.503,-1770.5248,54.450214,0,0,0,0,100,0),
|
||||
(@PATH,5,-11970.222,-1748.2112,53.054806,0,0,0,0,100,0),
|
||||
(@PATH,6,-11982.738,-1744.707,54.054806,0,0,0,0,100,0),
|
||||
(@PATH,7,-11992.345,-1765.0465,56.527462,0,0,0,0,100,0),
|
||||
(@PATH,8,-11992.616,-1776.3724,57.829365,0,0,0,0,100,0),
|
||||
(@PATH,9,-11990.501,-1798.2838,58.157246,0,0,0,0,100,0),
|
||||
(@PATH,10,-11988.533,-1816.025,58.800465,0,0,0,0,100,0),
|
||||
(@PATH,11,-11990.606,-1843.1467,58.96818,0,0,0,0,100,0),
|
||||
(@PATH,12,-11988.533,-1816.025,58.800465,0,0,0,0,100,0),
|
||||
(@PATH,13,-11990.501,-1798.2838,58.157246,0,0,0,0,100,0),
|
||||
(@PATH,14,-11992.616,-1776.3724,57.829365,0,0,0,0,100,0),
|
||||
(@PATH,15,-11992.345,-1765.0465,56.527462,0,0,0,0,100,0),
|
||||
(@PATH,16,-11982.855,-1744.6752,54.016476,0,0,0,0,100,0),
|
||||
(@PATH,17,-11970.222,-1748.2112,53.054806,0,0,0,0,100,0),
|
||||
(@PATH,18,-11968.503,-1770.5248,54.450214,0,0,0,0,100,0),
|
||||
(@PATH,19,-11966.618,-1790.2196,54.229603,0,0,0,0,100,0),
|
||||
(@PATH,20,-11961.947,-1803.928,54.609234,0,0,0,0,100,0);
|
||||
|
||||
SET @NPC := 51947;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-11977.521,`position_y`=-1753.175,`position_z`=52.679806 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,-11977.521,-1753.175,52.679806,0,0,0,0,100,0),
|
||||
(@PATH,2,-11954.122,-1805.8005,52.859722,0,0,0,0,100,0),
|
||||
(@PATH,3,-11931.607,-1808.4896,51.387363,0,0,0,0,100,0),
|
||||
(@PATH,4,-11901.063,-1811.8312,51.262363,0,0,0,0,100,0),
|
||||
(@PATH,5,-11865.95,-1811.2943,51.134724,0,0,0,0,100,0),
|
||||
(@PATH,6,-11831.555,-1812.5005,51.024055,0,0,0,0,100,0),
|
||||
(@PATH,7,-11818.492,-1834.661,50.14477,0,0,0,0,100,0),
|
||||
(@PATH,8,-11804.356,-1849.8798,47.525387,0,0,0,0,100,0),
|
||||
(@PATH,9,-11818.492,-1834.661,50.14477,0,0,0,0,100,0),
|
||||
(@PATH,10,-11831.555,-1812.5005,51.024055,0,0,0,0,100,0),
|
||||
(@PATH,11,-11865.95,-1811.2943,51.134724,0,0,0,0,100,0),
|
||||
(@PATH,12,-11901.063,-1811.8312,51.262363,0,0,0,0,100,0),
|
||||
(@PATH,13,-11931.607,-1808.4896,51.387363,0,0,0,0,100,0),
|
||||
(@PATH,14,-11954.122,-1805.8005,52.859722,0,0,0,0,100,0),
|
||||
(@PATH,15,-11957.259,-1768.3782,53.47521,0,0,0,0,100,0);
|
||||
|
||||
SET @NPC := 49762;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-12109.016,`position_y`=-1733.4694,`position_z`=81.128365 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,-12109.016,-1733.4694,81.128365,0,0,1,0,100,0),
|
||||
(@PATH,2,-12126.374,-1712.6376,81.54973,0,0,1,0,100,0),
|
||||
(@PATH,3,-12119.152,-1699.4357,80.19984,0,0,1,0,100,0),
|
||||
(@PATH,4,-12109.786,-1673.918,81.75428,0,0,1,0,100,0),
|
||||
(@PATH,5,-12110.596,-1770.8281,80.44503,0,0,1,0,100,0),
|
||||
(@PATH,6,-12123.266,-1737.255,80.456245,0,0,1,0,100,0),
|
||||
(@PATH,7,-12113.903,-1710.5658,80.38689,0,0,1,0,100,0),
|
||||
(@PATH,8,-12121.344,-1698.0533,80.446175,0,0,1,0,100,0),
|
||||
(@PATH,9,-12121.573,-1669.267,82.0492,0,0,1,0,100,0),
|
||||
(@PATH,10,-12107.469,-1754.7734,81.48701,0,0,1,0,100,0);
|
||||
|
||||
SET @NPC := 49195;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-12138.63,`position_y`=-1670.5779,`position_z`=86.08012 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,-12138.63,-1670.5779,86.08012,0,0,1,0,100,0),
|
||||
(@PATH,2,-12178.349,-1671.1046,102.82473,0,0,1,0,100,0),
|
||||
(@PATH,3,-12181.912,-1689.7715,105.74636,0,0,1,0,100,0),
|
||||
(@PATH,4,-12201.704,-1690.2086,116.51056,0,0,1,0,100,0),
|
||||
(@PATH,5,-12221.841,-1669.8362,126.642395,0,0,1,0,100,0),
|
||||
(@PATH,6,-12234.417,-1679.6523,128.77368,0,0,1,0,100,0),
|
||||
(@PATH,7,-12243.223,-1672.7603,130.92725,0,0,1,0,100,0),
|
||||
(@PATH,8,-12206.545,-1672.7595,118.35553,0,0,1,0,100,0),
|
||||
(@PATH,9,-12192.366,-1692.4174,110.68044,0,0,1,0,100,0),
|
||||
(@PATH,10,-12178.349,-1671.1046,102.82473,0,0,1,0,100,0),
|
||||
(@PATH,11,-12150.866,-1670.7789,90.58817,0,0,1,0,100,0),
|
||||
(@PATH,12,-12158.139,-1691.9014,93.26981,0,0,1,0,100,0);
|
||||
|
||||
SET @NPC := 49766;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-12337.564,`position_y`=-1641.6588,`position_z`=131.37659 WHERE `guid`=@NPC;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=0,`position_x`=-12337.564,`position_y`=-1641.6588,`position_z`=131.37659 WHERE `guid`=49767;
|
||||
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,-12337.564,-1641.6588,131.37659,0,0,1,0,100,0),
|
||||
(@PATH,2,-12304.307,-1622.008,131.06699,0,0,1,0,100,0),
|
||||
(@PATH,3,-12317.889,-1644.2317,130.35608,0,0,1,0,100,0),
|
||||
(@PATH,4,-12289.107,-1645.6108,132.09413,0,0,1,0,100,0),
|
||||
(@PATH,5,-12299.198,-1690.8108,131.38403,0,0,1,0,100,0),
|
||||
(@PATH,6,-12289.107,-1645.6108,132.09413,0,0,1,0,100,0),
|
||||
(@PATH,7,-12317.889,-1644.2317,130.35608,0,0,1,0,100,0),
|
||||
(@PATH,8,-12304.307,-1622.008,131.06699,0,0,1,0,100,0),
|
||||
(@PATH,9,-12337.564,-1641.6588,131.37659,0,0,1,0,100,0),
|
||||
(@PATH,10,-12325.493,-1666.0645,130.35925,0,0,1,0,100,0),
|
||||
(@PATH,11,-12299.669,-1684.6774,131.6582,0,0,1,0,100,0);
|
||||
|
||||
SET @NPC := 49201;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-12350.479,`position_y`=-1609.6436,`position_z`=131.65074 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,-12350.479,-1609.6436,131.65074,0,0,1,0,100,0),
|
||||
(@PATH,2,-12350.196,-1669.4393,131.14233,0,0,1,0,100,0),
|
||||
(@PATH,3,-12366.125,-1660.2407,130.38538,0,0,1,0,100,0),
|
||||
(@PATH,4,-12379,-1636.4803,130.7168,0,0,1,0,100,0),
|
||||
(@PATH,5,-12350.196,-1669.4393,131.14233,0,0,1,0,100,0),
|
||||
(@PATH,6,-12338.354,-1643.7845,131.38538,0,0,1,0,100,0);
|
||||
|
||||
SET @NPC := 91493;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-12247.839,`position_y`=-1818.8044,`position_z`=130.26392 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,-12247.839,-1818.8044,130.26392,0,0,0,0,100,0),
|
||||
(@PATH,2,-12232.867,-1818.0723,128.23663,0,0,0,0,100,0),
|
||||
(@PATH,3,-12200.451,-1819.7026,113.88873,0,0,0,0,100,0),
|
||||
(@PATH,4,-12166.817,-1818.2793,96.6946,0,0,0,0,100,0),
|
||||
(@PATH,5,-12133.23,-1818.3303,81.926414,0,0,0,0,100,0),
|
||||
(@PATH,6,-12122.129,-1814.8438,80.20083,0,0,0,0,100,0),
|
||||
(@PATH,7,-12112.913,-1800.0133,80.45083,0,0,0,0,100,0),
|
||||
(@PATH,8,-12100.052,-1795.4763,80.59078,0,0,0,0,100,0),
|
||||
(@PATH,9,-12066.56,-1789.7352,70.61766,0,0,0,0,100,0),
|
||||
(@PATH,10,-12100.052,-1795.4763,80.59078,0,0,0,0,100,0),
|
||||
(@PATH,11,-12112.913,-1800.0133,80.45083,0,0,0,0,100,0),
|
||||
(@PATH,12,-12122.129,-1814.8438,80.20083,0,0,0,0,100,0),
|
||||
(@PATH,13,-12133.23,-1818.3303,81.926414,0,0,0,0,100,0),
|
||||
(@PATH,14,-12166.817,-1818.2793,96.6946,0,0,0,0,100,0),
|
||||
(@PATH,15,-12200.451,-1819.7026,113.88873,0,0,0,0,100,0);
|
||||
|
||||
SET @NPC := 91435;
|
||||
SET @path := @NPC * 10;
|
||||
UPDATE creature SET wander_distance=0,MovementType=2,position_x=-11795.8,position_y=-1851.9052,position_z=46.358498 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,-11795.8,-1851.9052,46.358498,0,0,0,0,100,0),
|
||||
(@path,2,-11766.936,-1849.6432,41.644875,0,0,0,0,100,0),
|
||||
(@path,3,-11722.593,-1850.4967,40.44426,0,0,0,0,100,0),
|
||||
(@path,4,-11690.838,-1850.0109,40.56508,0,0,0,0,100,0),
|
||||
(@path,5,-11659.619,-1844.8069,40.565075,0,0,0,0,100,0),
|
||||
(@path,6,-11643.126,-1826.8016,40.566326,0,0,0,0,100,0),
|
||||
(@path,7,-11619.31,-1797.6473,40.440327,0,0,0,0,100,0),
|
||||
(@path,8,-11614.934,-1765.2982,38.932186,0,0,0,0,100,0),
|
||||
(@path,9,-11611.702,-1736.597,38.78375,0,0,0,0,100,0),
|
||||
(@path,10,-11619.879,-1701.0035,38.80264,0,0,0,0,100,0),
|
||||
(@path,11,-11611.702,-1736.597,38.78375,0,0,0,0,100,0),
|
||||
(@path,12,-11614.934,-1765.2982,38.932186,0,0,0,0,100,0),
|
||||
(@path,13,-11619.31,-1797.6473,40.440327,0,0,0,0,100,0),
|
||||
(@path,14,-11643.126,-1826.8016,40.566326,0,0,0,0,100,0),
|
||||
(@path,15,-11659.619,-1844.8069,40.565075,0,0,0,0,100,0),
|
||||
(@path,16,-11690.838,-1850.0109,40.56508,0,0,0,0,100,0),
|
||||
(@path,17,-11722.593,-1850.4967,40.44426,0,0,0,0,100,0),
|
||||
(@path,18,-11766.936,-1849.6432,41.644875,0,0,0,0,100,0);
|
||||
|
||||
SET @NPC := 49305;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-11738.549,`position_y`=-1925.6504,`position_z`=56.561115 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,-11738.549,-1925.6504,56.561115,0,0,0,0,100,0),
|
||||
(@PATH,2,-11750.711,-1901.7615,56.37264,0,0,0,0,100,0),
|
||||
(@PATH,3,-11734.666,-1893.1967,55.870358,0,0,0,0,100,0),
|
||||
(@PATH,4,-11717.427,-1917.7103,55.732574,0,0,0,0,100,0),
|
||||
(@PATH,5,-11690.708,-1926.6493,56.91182,0,0,0,0,100,0),
|
||||
(@PATH,6,-11668.789,-1908.565,57.22432,0,0,0,0,100,0),
|
||||
(@PATH,7,-11663.709,-1891.0614,56.346718,0,0,0,0,100,0),
|
||||
(@PATH,8,-11694.129,-1899.5317,55.957413,0,0,0,0,100,0),
|
||||
(@PATH,9,-11700.588,-1911.7079,56.11563,0,0,0,0,100,0),
|
||||
(@PATH,10,-11683.332,-1900,56.41182,0,0,0,0,100,0),
|
||||
(@PATH,11,-11686.716,-1896.9395,56.315323,0,0,0,0,100,0),
|
||||
(@PATH,12,-11686.336,-1897.2831,56.315323,0,0,0,0,100,0),
|
||||
(@PATH,13,-11687.827,-1900.5996,56.247513,0,0,0,0,100,0),
|
||||
(@PATH,14,-11685.963,-1896.5377,56.41835,0,0,0,0,100,0),
|
||||
(@PATH,15,-11686.137,-1896.9166,56.40025,0,0,0,0,100,0),
|
||||
(@PATH,16,-11686.105,-1895.6777,56.521378,0,0,0,0,100,0),
|
||||
(@PATH,17,-11687.623,-1896.3002,56.36293,0,0,0,0,100,0),
|
||||
(@PATH,18,-11686.205,-1896.7225,56.396133,0,0,0,0,100,0),
|
||||
(@PATH,19,-11738.549,-1925.6504,56.561115,0,0,0,0,100,0),
|
||||
(@PATH,20,-11717.427,-1917.7103,55.732574,0,0,0,0,100,0),
|
||||
(@PATH,21,-11752.012,-1902.6263,56.37264,0,0,0,0,100,0),
|
||||
(@PATH,22,-11749.76,-1904.2018,56.33968,0,0,0,0,100,0),
|
||||
(@PATH,23,-11750.711,-1901.7615,56.37264,0,0,0,0,100,0),
|
||||
(@PATH,24,-11751.421,-1903.246,56.37264,0,0,0,0,100,0),
|
||||
(@PATH,25,-11750.882,-1901.9397,56.37264,0,0,0,0,100,0),
|
||||
(@PATH,26,-11749.581,-1904.2878,56.30794,0,0,0,0,100,0);
|
||||
|
||||
SET @NPC := 49046;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-11536.73,`position_y`=-1781.882,`position_z`=70.68699 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,-11536.73,-1781.882,70.68699,0,0,0,0,100,0),
|
||||
(@PATH,2,-11544.305,-1787.8141,65.44749,0,0,0,0,100,0),
|
||||
(@PATH,3,-11556.835,-1795.5504,57.545876,0,0,0,0,100,0),
|
||||
(@PATH,4,-11567.028,-1793.9373,55.098785,0,0,0,0,100,0),
|
||||
(@PATH,5,-11578.626,-1785.714,50.36612,0,0,0,0,100,0),
|
||||
(@PATH,6,-11587.025,-1803.8789,42.815083,0,0,0,0,100,0),
|
||||
(@PATH,7,-11586.278,-1814.2578,41.649067,0,0,0,0,100,0),
|
||||
(@PATH,8,-11597.152,-1830.3585,40.873188,0,0,0,0,100,0),
|
||||
(@PATH,9,-11612.724,-1838.1775,42.921276,0,0,0,0,100,0),
|
||||
(@PATH,10,-11612.605,-1854.1682,42.940563,0,0,0,0,100,0),
|
||||
(@PATH,11,-11623.021,-1860.6819,45.10951,0,0,0,0,100,0),
|
||||
(@PATH,12,-11612.605,-1854.1682,42.940563,0,0,0,0,100,0),
|
||||
(@PATH,13,-11612.724,-1838.1775,42.921276,0,0,0,0,100,0),
|
||||
(@PATH,14,-11597.152,-1830.3585,40.873188,0,0,0,0,100,0),
|
||||
(@PATH,15,-11586.278,-1814.2578,41.649067,0,0,0,0,100,0),
|
||||
(@PATH,16,-11587.027,-1803.8657,42.75063,0,0,0,0,100,0),
|
||||
(@PATH,17,-11578.626,-1785.714,50.36612,0,0,0,0,100,0),
|
||||
(@PATH,18,-11567.028,-1793.9373,55.098785,0,0,0,0,100,0),
|
||||
(@PATH,19,-11556.835,-1795.5504,57.545876,0,0,0,0,100,0),
|
||||
(@PATH,20,-11544.305,-1787.8141,65.44749,0,0,0,0,100,0);
|
||||
|
||||
SET @NPC := 91509;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-11546.48,`position_y`=-1812.3235,`position_z`=69.07913 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,-11546.48,-1812.3235,69.07913,0,0,0,0,100,0),
|
||||
(@PATH,2,-11551.275,-1802.8292,61.18899,0,0,0,0,100,0),
|
||||
(@PATH,3,-11564.51,-1795.0237,56.25657,0,0,0,0,100,0),
|
||||
(@PATH,4,-11573.905,-1787.8058,49.015778,0,0,0,0,100,0),
|
||||
(@PATH,5,-11582.823,-1789.2036,51.682037,0,0,0,0,100,0),
|
||||
(@PATH,6,-11583.613,-1805.4567,43.52651,0,0,0,0,100,0),
|
||||
(@PATH,7,-11595.59,-1804.6367,40.940083,0,0,0,0,100,0),
|
||||
(@PATH,8,-11608.309,-1796.7623,41.13564,0,0,0,0,100,0),
|
||||
(@PATH,9,-11630.712,-1786.9908,42.438374,0,0,0,0,100,0),
|
||||
(@PATH,10,-11649.791,-1801.5215,42.691326,0,0,0,0,100,0),
|
||||
(@PATH,11,-11654.548,-1810.3748,42.80949,0,0,0,0,100,0),
|
||||
(@PATH,12,-11649.842,-1801.5664,42.691326,0,0,0,0,100,0),
|
||||
(@PATH,13,-11630.712,-1786.9908,42.438374,0,0,0,0,100,0),
|
||||
(@PATH,14,-11608.309,-1796.7623,41.13564,0,0,0,0,100,0),
|
||||
(@PATH,15,-11595.67,-1804.6227,41.022114,0,0,0,0,100,0),
|
||||
(@PATH,16,-11583.693,-1805.4434,43.440083,0,0,0,0,100,0),
|
||||
(@PATH,17,-11582.823,-1789.2036,51.682037,0,0,0,0,100,0),
|
||||
(@PATH,18,-11573.905,-1787.8058,49.015778,0,0,0,0,100,0),
|
||||
(@PATH,19,-11564.51,-1795.0237,56.25657,0,0,0,0,100,0),
|
||||
(@PATH,20,-11551.275,-1802.8292,61.18899,0,0,0,0,100,0),
|
||||
(@PATH,21,-11546.48,-1812.3235,69.07913,0,0,0,0,100,0),
|
||||
(@PATH,22,-11548.851,-1831.1031,71.011505,0,0,0,0,100,0),
|
||||
(@PATH,23,-11548.012,-1846.4807,83.458145,0,0,0,0,100,0),
|
||||
(@PATH,24,-11555.085,-1858.063,83.08461,0,0,0,0,100,0),
|
||||
(@PATH,25,-11548.012,-1846.4807,83.458145,0,0,0,0,100,0),
|
||||
(@PATH,26,-11548.851,-1831.1031,71.011505,0,0,0,0,100,0);
|
||||
|
||||
SET @NPC := 49320;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-11631.84,`position_y`=-1696.8826,`position_z`=40.054016 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,-11631.84,-1696.8826,40.054016,0,0,0,0,100,0),
|
||||
(@PATH,2,-11632.066,-1671.7194,41.19049,0,0,0,0,100,0),
|
||||
(@PATH,3,-11631.573,-1646.1881,38.945087,0,0,0,0,100,0),
|
||||
(@PATH,4,-11632.174,-1624.1875,39.92353,0,0,0,0,100,0),
|
||||
(@PATH,5,-11634.154,-1598.2383,39.14192,0,0,0,0,100,0),
|
||||
(@PATH,6,-11632.172,-1624.084,39.8769,0,0,0,0,100,0),
|
||||
(@PATH,7,-11631.573,-1646.1881,38.945087,0,0,0,0,100,0),
|
||||
(@PATH,8,-11632.066,-1671.7194,41.19049,0,0,0,0,100,0);
|
||||
|
||||
SET @NPC := 91444;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-11595.588,`position_y`=-1622.7633,`position_z`=46.540718 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,-11595.588,-1622.7633,46.540718,0,0,0,0,100,0),
|
||||
(@PATH,2,-11616.814,-1624.2427,39.137886,0,0,0,0,100,0),
|
||||
(@PATH,3,-11618.538,-1654.4646,38.840107,0,0,0,0,100,0),
|
||||
(@PATH,4,-11615.041,-1682.5801,38.85919,0,0,0,0,100,0),
|
||||
(@PATH,5,-11618.538,-1654.4646,38.840107,0,0,0,0,100,0),
|
||||
(@PATH,6,-11616.814,-1624.2427,39.137886,0,0,0,0,100,0),
|
||||
(@PATH,7,-11595.588,-1622.7633,46.540718,0,0,0,0,100,0),
|
||||
(@PATH,8,-11616.317,-1617.7388,38.94819,0,0,0,0,100,0),
|
||||
(@PATH,9,-11618.892,-1600.7325,38.79853,0,0,0,0,100,0),
|
||||
(@PATH,10,-11620.429,-1573.9994,38.79853,0,0,0,0,100,0),
|
||||
(@PATH,11,-11638.856,-1546.3998,38.85918,0,0,0,0,100,0),
|
||||
(@PATH,12,-11646.792,-1521.3978,39.52875,0,0,0,0,100,0),
|
||||
(@PATH,13,-11625.597,-1491.7628,44.810688,0,0,0,0,100,0),
|
||||
(@PATH,14,-11598.609,-1505.5237,48.415474,0,0,0,0,100,0),
|
||||
(@PATH,15,-11585.897,-1500.2114,53.34272,0,0,0,0,100,0),
|
||||
(@PATH,16,-11577.903,-1484.7292,56.7384,0,0,0,0,100,0),
|
||||
(@PATH,17,-11565.622,-1478.6696,64.82333,0,0,0,0,100,0),
|
||||
(@PATH,18,-11556.735,-1468.1049,67.42319,0,0,0,0,100,0),
|
||||
(@PATH,19,-11565.622,-1478.6696,64.82333,0,0,0,0,100,0),
|
||||
(@PATH,20,-11577.903,-1484.7292,56.7384,0,0,0,0,100,0),
|
||||
(@PATH,21,-11585.897,-1500.2114,53.34272,0,0,0,0,100,0),
|
||||
(@PATH,22,-11598.609,-1505.5237,48.415474,0,0,0,0,100,0),
|
||||
(@PATH,23,-11625.597,-1491.7628,44.810688,0,0,0,0,100,0),
|
||||
(@PATH,24,-11646.792,-1521.3978,39.52875,0,0,0,0,100,0),
|
||||
(@PATH,25,-11638.856,-1546.3998,38.85918,0,0,0,0,100,0),
|
||||
(@PATH,26,-11620.429,-1573.9994,38.79853,0,0,0,0,100,0),
|
||||
(@PATH,27,-11618.892,-1600.7325,38.79853,0,0,0,0,100,0),
|
||||
(@PATH,28,-11616.317,-1617.7388,38.94819,0,0,0,0,100,0);
|
||||
|
||||
SET @NPC := 49315;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-11610.188,`position_y`=-1585.9325,`position_z`=39.101997 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,-11610.188,-1585.9325,39.101997,0,0,0,0,100,0),
|
||||
(@PATH,2,-11612.313,-1567.4999,39.305367,0,0,0,0,100,0),
|
||||
(@PATH,3,-11622.758,-1546.7374,40.3023,0,0,0,0,100,0),
|
||||
(@PATH,4,-11627.784,-1526.7975,41.418404,0,0,0,0,100,0),
|
||||
(@PATH,5,-11608.403,-1513.7018,44.82685,0,0,0,0,100,0),
|
||||
(@PATH,6,-11596.558,-1508.7162,48.4206,0,0,0,0,100,0),
|
||||
(@PATH,7,-11586.385,-1515.0918,50.57807,0,0,0,0,100,0),
|
||||
(@PATH,8,-11568.233,-1517.8379,52.546333,0,0,0,0,100,0),
|
||||
(@PATH,9,-11553.606,-1513.0669,56.56321,0,0,0,0,100,0),
|
||||
(@PATH,10,-11568.233,-1517.8379,52.546333,0,0,0,0,100,0),
|
||||
(@PATH,11,-11586.352,-1515.1041,50.528267,0,0,0,0,100,0),
|
||||
(@PATH,12,-11596.558,-1508.7162,48.4206,0,0,0,0,100,0),
|
||||
(@PATH,13,-11608.403,-1513.7018,44.82685,0,0,0,0,100,0),
|
||||
(@PATH,14,-11627.784,-1526.7975,41.418404,0,0,0,0,100,0),
|
||||
(@PATH,15,-11622.758,-1546.7374,40.3023,0,0,0,0,100,0),
|
||||
(@PATH,16,-11612.313,-1567.4999,39.305367,0,0,0,0,100,0);
|
||||
|
||||
SET @NPC := 51386;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-11625.495,`position_y`=-1686.3772,`position_z`=39.85919 WHERE `guid`=@NPC;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=0,`position_x`=-11625.495,`position_y`=-1686.3772,`position_z`=39.85919 WHERE `guid`=51385;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=0,`position_x`=-11625.495,`position_y`=-1686.3772,`position_z`=39.85919 WHERE `guid`=51384;
|
||||
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,-11625.495,-1686.3772,39.85919,0,0,0,0,100,0),
|
||||
(@PATH,2,-11629.892,-1667.4484,41.13385,0,0,0,0,100,0),
|
||||
(@PATH,3,-11626.533,-1644.36,39.079365,0,0,0,0,100,0),
|
||||
(@PATH,4,-11615.71,-1624.0927,39.272163,0,0,0,0,100,0),
|
||||
(@PATH,5,-11590.874,-1621.3722,48.73896,0,0,0,0,100,0),
|
||||
(@PATH,6,-11581.063,-1641.8533,49.524467,0,0,0,0,100,0),
|
||||
(@PATH,7,-11567.521,-1667.5408,49.720787,0,0,0,0,100,0),
|
||||
(@PATH,8,-11553.583,-1692.6388,50.868305,0,0,0,0,100,0),
|
||||
(@PATH,9,-11519.38,-1674.3472,49.720787,0,0,0,0,100,0),
|
||||
(@PATH,10,-11477.01,-1671.6425,49.720787,0,0,0,0,100,0),
|
||||
(@PATH,11,-11462.743,-1648.2842,49.720787,0,0,0,0,100,0),
|
||||
(@PATH,12,-11462.567,-1620.9614,49.720787,0,0,0,0,100,0),
|
||||
(@PATH,13,-11462.63,-1594.6409,49.637268,0,0,0,0,100,0),
|
||||
(@PATH,14,-11465.442,-1568.8904,49.637268,0,0,0,0,100,0),
|
||||
(@PATH,15,-11487.88,-1566.2319,49.620872,0,0,0,0,100,0),
|
||||
(@PATH,16,-11513.941,-1568.057,49.637268,0,0,0,0,100,0),
|
||||
(@PATH,17,-11547.554,-1566.8209,49.690968,0,0,0,0,100,0),
|
||||
(@PATH,18,-11572.382,-1554.7301,50.696236,0,0,0,0,100,0),
|
||||
(@PATH,19,-11581.898,-1588.226,50.054634,0,0,0,0,100,0),
|
||||
(@PATH,20,-11577.345,-1606.25,48.54853,0,0,0,0,100,0),
|
||||
(@PATH,21,-11586.556,-1616.7745,49.720787,0,0,0,0,100,0),
|
||||
(@PATH,22,-11615.369,-1621.9933,39.391792,0,0,0,0,100,0),
|
||||
(@PATH,23,-11616.883,-1653.8944,38.840107,0,0,0,0,100,0),
|
||||
(@PATH,24,-11609.195,-1682.1886,39.02716,0,0,0,0,100,0);
|
||||
|
||||
SET @NPC := 51384;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-12304.316,`position_y`=-1828.3707,`position_z`=130.3816 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,-12304.316,-1828.3707,130.3816,0,0,0,0,100,0),
|
||||
(@PATH,2,-12316.513,-1835.5278,130.3816,0,0,0,0,100,0),
|
||||
(@PATH,3,-12333.007,-1831.8125,130.3816,0,0,0,0,100,0),
|
||||
(@PATH,4,-12302.664,-1882.1113,130.38538,0,0,0,0,100,0),
|
||||
(@PATH,5,-12292.008,-1899.5505,130.28304,0,0,0,0,100,0),
|
||||
(@PATH,6,-12277.654,-1913.2064,130.3583,0,0,0,0,100,0),
|
||||
(@PATH,7,-12253.349,-1920.6671,130.39581,0,0,0,0,100,0),
|
||||
(@PATH,8,-12232.099,-1935.3337,130.39581,0,0,0,0,100,0),
|
||||
(@PATH,9,-12253.349,-1920.6671,130.39581,0,0,0,0,100,0),
|
||||
(@PATH,10,-12277.654,-1913.2064,130.3583,0,0,0,0,100,0),
|
||||
(@PATH,11,-12292.008,-1899.5505,130.28304,0,0,0,0,100,0),
|
||||
(@PATH,12,-12302.664,-1882.1113,130.38538,0,0,0,0,100,0),
|
||||
(@PATH,13,-12308.578,-1866.2955,130.3816,0,0,0,0,100,0),
|
||||
(@PATH,14,-12321.762,-1855.7916,130.3816,0,0,0,0,100,0),
|
||||
(@PATH,15,-12319.301,-1837.3279,130.3816,0,0,0,0,100,0),
|
||||
(@PATH,16,-12333.007,-1831.8125,130.3816,0,0,0,0,100,0),
|
||||
(@PATH,17,-12316.513,-1835.5278,130.3816,0,0,0,0,100,0),
|
||||
(@PATH,18,-12304.316,-1828.3707,130.3816,0,0,0,0,100,0),
|
||||
(@PATH,19,-12291.655,-1821.4,130.38538,0,0,0,0,100,0),
|
||||
(@PATH,20,-12321.201,-1840.0312,130.3816,0,0,0,0,100,0),
|
||||
(@PATH,21,-12326.542,-1865.9154,130.3816,0,0,0,0,100,0),
|
||||
(@PATH,22,-12333.967,-1876.9497,130.3084,0,0,0,0,100,0),
|
||||
(@PATH,23,-12345.774,-1883.2954,130.3084,0,0,0,0,100,0),
|
||||
(@PATH,24,-12357.866,-1904.3063,130.4747,0,0,0,0,100,0),
|
||||
(@PATH,25,-12345.774,-1883.2954,130.3084,0,0,0,0,100,0),
|
||||
(@PATH,26,-12333.967,-1876.9497,130.3084,0,0,0,0,100,0),
|
||||
(@PATH,27,-12326.542,-1865.9154,130.3816,0,0,0,0,100,0),
|
||||
(@PATH,28,-12321.201,-1840.0312,130.3816,0,0,0,0,100,0),
|
||||
(@PATH,29,-12291.655,-1821.4,130.38538,0,0,0,0,100,0);
|
||||
|
||||
DELETE FROM `creature_formations` WHERE `leaderguid` IN (49090, 49751, 49752, 49146, 49147, 49132, 49135, 49186, 49189, 52136, 49157, 49158, 49167, 49185, 51452, 49760, 49762, 49763, 49195, 49766, 49201, 49046, 91509, 49315);
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
|
||||
(49751, 49751, 0, 0, 515, 0, 0),
|
||||
(49751, 49752, 2, 270, 515, 0, 0),
|
||||
(49090, 49090, 0, 0, 515, 0, 0),
|
||||
(49090, 49091, 2, 90, 515, 0, 0),
|
||||
(49146, 49146, 0, 0, 515, 0, 0),
|
||||
(49146, 49145, 10, 165, 515, 0, 0),
|
||||
(49146, 49144, 10, 195, 515, 0, 0),
|
||||
(49146, 49143, 10, 185, 515, 0, 0),
|
||||
(49146, 49147, 10, 170, 515, 0, 0),
|
||||
(49132, 49132, 0, 0, 515, 0, 0),
|
||||
(49132, 49131, 2, 155, 515, 0, 0),
|
||||
(49132, 49133, 2, 205, 515, 0, 0),
|
||||
(49135, 49135, 0, 0, 515, 0, 0),
|
||||
(49135, 49136, 2, 205, 515, 0, 0),
|
||||
(49135, 49134, 2, 155, 515, 0, 0),
|
||||
(49186, 49186, 0, 0, 515, 0, 0),
|
||||
(49186, 49189, 5, 180, 515, 0, 0),
|
||||
(49186, 49188, 5, 205, 515, 0, 0),
|
||||
(49186, 49140, 5, 180, 515, 0, 0),
|
||||
(49186, 49139, 10, 205, 515, 0, 0),
|
||||
(49186, 49187, 10, 155, 515, 0, 0),
|
||||
(52136, 52136, 0, 0, 515, 0, 0),
|
||||
(52136, 52135, 10, 180, 515, 0, 0),
|
||||
(52136, 52137, 5, 205, 515, 0, 0),
|
||||
(52136, 52138, 5, 180, 515, 0, 0),
|
||||
(49158, 49157, 10, 205, 515, 0, 0),
|
||||
(49158, 49158, 0, 0, 515, 0, 0),
|
||||
(49158, 49156, 10, 180, 515, 0, 0),
|
||||
(49158, 49167, 5, 205, 515, 0, 0),
|
||||
(49158, 49185, 5, 180, 515, 0, 0),
|
||||
(51452, 51452, 0, 0, 515, 0, 0),
|
||||
(51452, 51451, 2, 90, 515, 0, 0),
|
||||
(49760, 49760, 0, 0, 515, 0, 0),
|
||||
(49760, 49756, 2, 90, 515, 0, 0),
|
||||
(49762, 49762, 0, 0, 515, 0, 0),
|
||||
(49762, 49763, 5, 180, 515, 0, 0),
|
||||
(49762, 49056, 5, 180, 515, 0, 0),
|
||||
(49195, 49195, 0, 0, 515, 0, 0),
|
||||
(49195, 49196, 5, 180, 515, 0, 0),
|
||||
(49195, 49197, 5, 180, 515, 0, 0),
|
||||
(49766, 49766, 0, 0, 515, 0, 0),
|
||||
(49766, 49767, 5, 180, 515, 0, 0),
|
||||
(49766, 49137, 5, 180, 515, 0, 0),
|
||||
(91509, 91509, 0, 0, 515, 0, 0),
|
||||
(91509, 49045, 2, 90, 515, 0, 0),
|
||||
(49046, 49046, 0, 0, 515, 0, 0),
|
||||
(49046, 91510, 2, 90, 515, 0, 0),
|
||||
(49315, 49315, 0, 0, 515, 0, 0),
|
||||
(49315, 49316, 2, 90, 515, 0, 0),
|
||||
(49315, 49317, 2, 270, 515, 0, 0),
|
||||
(51386, 51386, 0, 0, 515, 0, 0),
|
||||
(51386, 51385, 2, 90, 515, 0, 0),
|
||||
(51386, 51384, 2, 270, 515, 0, 0),
|
||||
(49201, 49201, 0, 0, 515, 0, 0),
|
||||
(49201, 49202, 5, 180, 515, 0, 0),
|
||||
(49201, 49138, 5, 180, 515, 0, 0);
|
||||
8
data/sql/updates/db_world/2022_06_28_03.sql
Normal file
8
data/sql/updates/db_world/2022_06_28_03.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- DB update 2022_06_28_02 -> 2022_06_28_03
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 30886;
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 30886);
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(30886, 0, 0, 0, 25, 0, 100, 513, 0, 0, 0, 0, 0, 18, 512, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Subjugated Iskalder - In Combat - Set Flag Immune To NPC\'s'),
|
||||
(30886, 0, 1, 0, 54, 0, 100, 512, 0, 0, 0, 0, 0, 29, 0, 0, 30232, 0, 1, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'Subjugated Iskalder - Out of Combat - Start Follow Invoker'),
|
||||
(30886, 0, 2, 0, 65, 0, 100, 0, 0, 0, 0, 0, 0, 11, 25729, 0, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 0, 0, 'Subjugated Iskalder - On Follow Complete - Cast \'Find the Ancient Hero: Kill Credit\'');
|
||||
6
data/sql/updates/db_world/2022_06_28_04.sql
Normal file
6
data/sql/updates/db_world/2022_06_28_04.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2022_06_28_03 -> 2022_06_28_04
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 25063;
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 25063);
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(25063, 0, 0, 0, 10, 0, 100, 0, 0, 70, 3000, 6500, 1, 11, 45189, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'Dawnblade Hawkrider - Within 0-70 Range Out of Combat LoS - Cast \'Dawnblade Attack\'');
|
||||
11
data/sql/updates/db_world/2022_06_28_05.sql
Normal file
11
data/sql/updates/db_world/2022_06_28_05.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
-- DB update 2022_06_28_04 -> 2022_06_28_05
|
||||
--
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 756) AND (`source_type` = 0);
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 669) AND (`source_type` = 0) AND (`id` IN (0));
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(669, 0, 0, 0, 25, 0, 100, 1, 0, 0, 0, 0, 0, 11, 3621, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Skullsplitter Hunter - On Reset - Cast \'3621\' (No Repeat)');
|
||||
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 756;
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 669;
|
||||
|
||||
DELETE FROM `creature` WHERE (`id1` = 756) AND (`guid` IN (1158, 1162, 1215, 1317, 1345, 1361, 1369, 1374, 1377, 1382, 1383, 1392, 1395));
|
||||
3
data/sql/updates/db_world/2022_06_29_00.sql
Normal file
3
data/sql/updates/db_world/2022_06_29_00.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2022_06_28_05 -> 2022_06_29_00
|
||||
-- fixed `Escape from Silverbrook` quest
|
||||
UPDATE `smart_scripts` SET `event_flags`=512 WHERE `entryorguid`=2740900;
|
||||
9
data/sql/updates/db_world/2022_06_29_01.sql
Normal file
9
data/sql/updates/db_world/2022_06_29_01.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- DB update 2022_06_29_00 -> 2022_06_29_01
|
||||
--
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (237, 238);
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 237) AND (`source_type` = 0) AND (`id` IN (0));
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 238) AND (`source_type` = 0) AND (`id` IN (0));
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(237, 0, 0, 0, 1, 0, 100, 0, 10000, 10000, 180000, 180000, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Farmer Furlbrow - Out of Combat - Say Line 0'),
|
||||
(238, 0, 0, 0, 1, 0, 100, 0, 6000, 8000, 240000, 240000, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Verna Furlbrow - Out of Combat - Say Line 0');
|
||||
3
data/sql/updates/db_world/2022_06_29_02.sql
Normal file
3
data/sql/updates/db_world/2022_06_29_02.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2022_06_29_01 -> 2022_06_29_02
|
||||
--
|
||||
UPDATE `creature_template` SET `npcflag`=`npcflag`&~1, `gossip_menu_id` = 0 WHERE `entry` = 15187;
|
||||
4
data/sql/updates/db_world/2022_06_29_03.sql
Normal file
4
data/sql/updates/db_world/2022_06_29_03.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- DB update 2022_06_29_02 -> 2022_06_29_03
|
||||
--
|
||||
UPDATE `quest_offer_reward` SET `RewardText` = 'Here, take the egg... better you have it so it bonds to you and looks to you to be its $gdadda:momma;.$B$BCongrats, $N. You''re a parent... kinda.' WHERE `ID` = 4298;
|
||||
UPDATE `quest_offer_reward` SET `RewardText` = 'These''ll do nicely, and if I''m not mistaken, your little egg''s just about ready to hatch. How does it feel? You know, you about to be a $gfather:mother;? Haha, didn''t think ya''d have to deal with such responsibility, now did ya?' WHERE `ID` = 4297;
|
||||
4
data/sql/updates/db_world/2022_06_29_04.sql
Normal file
4
data/sql/updates/db_world/2022_06_29_04.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- DB update 2022_06_29_03 -> 2022_06_29_04
|
||||
--
|
||||
UPDATE `creature_template` SET `lootid` = 0 WHERE `entry` = 2775;
|
||||
DELETE FROM `creature_loot_template` WHERE `entry` = 2775;
|
||||
33
data/sql/updates/db_world/2022_06_29_05.sql
Normal file
33
data/sql/updates/db_world/2022_06_29_05.sql
Normal file
@@ -0,0 +1,33 @@
|
||||
-- DB update 2022_06_29_04 -> 2022_06_29_05
|
||||
--
|
||||
SET @NPC := 300758; # Actual GUID is unknown, but this is the same placeholder GUID used by Vmangos and is available
|
||||
SET @PATH := @NPC * 10;
|
||||
|
||||
DELETE FROM `creature` WHERE `guid`=@NPC;
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `MovementType`) VALUES
|
||||
(@NPC, 8924, 0, 0, 0, -7404.57, -894.073, 171.873, 2.89516, 108000, 0, 2);
|
||||
|
||||
DELETE FROM `creature_addon` WHERE `guid` = @NPC;
|
||||
INSERT INTO `creature_addon` (`guid`, `path_id`) VALUES (@NPC, @PATH);
|
||||
|
||||
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`) VALUES
|
||||
(@PATH, 1, -7404.57, -894.073, 171.873, 100, 0),
|
||||
(@PATH, 2, -7397.19, -934.067, 169.109, 100, 0),
|
||||
(@PATH, 3, -7397.22, -957.259, 170.151, 100, 0),
|
||||
(@PATH, 4, -7406.08, -992.606, 173.821, 100, 0),
|
||||
(@PATH, 5, -7378.71, -995.416, 171.25, 100, 0),
|
||||
(@PATH, 6, -7348, -986.191, 171.532, 100, 0),
|
||||
(@PATH, 7, -7346.79, -1017.81, 177.942, 100, 0),
|
||||
(@PATH, 8, -7371.64, -1036.28, 177.966, 100, 0),
|
||||
(@PATH, 9, -7390.05, -1044.6, 176.843, 100, 0),
|
||||
(@PATH, 10, -7406.18, -1044.51, 176.751, 100, 0),
|
||||
(@PATH, 11, -7390.37, -1044.6, 176.823, 100, 0),
|
||||
(@PATH, 12, -7371.64, -1036.28, 177.966, 100, 0),
|
||||
(@PATH, 13, -7346.79, -1017.81, 177.942, 100, 0),
|
||||
(@PATH, 14, -7348, -986.191, 171.532, 100, 0),
|
||||
(@PATH, 15, -7378.71, -995.416, 171.25, 100, 0),
|
||||
(@PATH, 16, -7406.08, -992.606, 173.821, 100, 0),
|
||||
(@PATH, 17, -7397.25, -957.381, 170.135, 100, 0),
|
||||
(@PATH, 18, -7397.19, -934.067, 169.109, 100, 0),
|
||||
(@PATH, 19, -7404.57, -894.073, 171.873, 100, 0),
|
||||
(@PATH, 20, -7438.96, -892.375, 171.973, 100, 0);
|
||||
@@ -33,7 +33,8 @@ Totem::Totem(SummonPropertiesEntry const* properties, ObjectGuid owner) : Minion
|
||||
|
||||
void Totem::Update(uint32 time)
|
||||
{
|
||||
if (!GetOwner()->IsAlive() || !IsAlive())
|
||||
Unit* owner = GetOwner();
|
||||
if (!owner || !owner->IsAlive() || !IsAlive())
|
||||
{
|
||||
UnSummon(); // remove self
|
||||
return;
|
||||
|
||||
@@ -1573,6 +1573,23 @@ void WorldSession::HandleRemoveGlyph(WorldPacket& recvData)
|
||||
if (GlyphPropertiesEntry const* glyphEntry = sGlyphPropertiesStore.LookupEntry(glyph))
|
||||
{
|
||||
_player->RemoveAurasDueToSpell(glyphEntry->SpellId);
|
||||
|
||||
// Removed any triggered auras
|
||||
Unit::AuraMap& ownedAuras = _player->GetOwnedAuras();
|
||||
for (Unit::AuraMap::iterator iter = ownedAuras.begin(); iter != ownedAuras.end();)
|
||||
{
|
||||
Aura* aura = iter->second;
|
||||
if (SpellInfo const* triggeredByAuraSpellInfo = aura->GetTriggeredByAuraSpellInfo())
|
||||
{
|
||||
if (triggeredByAuraSpellInfo->Id == glyphEntry->SpellId)
|
||||
{
|
||||
_player->RemoveOwnedAura(iter);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
++iter;
|
||||
}
|
||||
|
||||
_player->SendLearnPacket(glyphEntry->SpellId, false); // Send packet to properly handle client-side spell tooltips
|
||||
_player->SetGlyph(slot, 0, true);
|
||||
_player->SendTalentsInfoData(false);
|
||||
|
||||
@@ -4401,6 +4401,23 @@ void Spell::EffectApplyGlyph(SpellEffIndex effIndex)
|
||||
if (GlyphPropertiesEntry const* oldGlyphEntry = sGlyphPropertiesStore.LookupEntry(oldGlyph))
|
||||
{
|
||||
player->RemoveAurasDueToSpell(oldGlyphEntry->SpellId);
|
||||
|
||||
// Removed any triggered auras
|
||||
Unit::AuraMap& ownedAuras = player->GetOwnedAuras();
|
||||
for (Unit::AuraMap::iterator iter = ownedAuras.begin(); iter != ownedAuras.end();)
|
||||
{
|
||||
Aura* aura = iter->second;
|
||||
if (SpellInfo const* triggeredByAuraSpellInfo = aura->GetTriggeredByAuraSpellInfo())
|
||||
{
|
||||
if (triggeredByAuraSpellInfo->Id == oldGlyphEntry->SpellId)
|
||||
{
|
||||
player->RemoveOwnedAura(iter);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
++iter;
|
||||
}
|
||||
|
||||
player->SendLearnPacket(oldGlyphEntry->SpellId, false); // Send packet to properly handle client-side spell tooltips
|
||||
}
|
||||
|
||||
|
||||
@@ -769,13 +769,12 @@ public:
|
||||
|
||||
void Reset() override
|
||||
{
|
||||
Active = true;
|
||||
CanIteract = 3500;
|
||||
Active = false;
|
||||
CanIteract = 0;
|
||||
DoCast(me, SPELL_BRAZIER, true);
|
||||
DoCast(me, SPELL_FIERY_AURA, false);
|
||||
me->UpdateHeight(me->GetPositionZ() + 0.94f);
|
||||
me->SetDisableGravity(true);
|
||||
me->HandleEmoteCommand(EMOTE_ONESHOT_DANCE);
|
||||
me->SendMovementFlagUpdate();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user