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:
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -15,6 +15,7 @@ body:
|
||||
Description of the problem or issue here.
|
||||
Include entries of affected creatures / items / quests / spells etc.
|
||||
If this is a crash, post the crashlog (upload to https://gist.github.com/) and include the link here.
|
||||
Never upload files! Use GIST for text and YouTube for videos!
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
||||
19
data/sql/updates/db_world/2023_01_13_00.sql
Normal file
19
data/sql/updates/db_world/2023_01_13_00.sql
Normal file
@@ -0,0 +1,19 @@
|
||||
-- DB update 2023_01_07_07 -> 2023_01_13_00
|
||||
-- Create a new skinning loot with right percentage
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 70068) AND (`Item` IN (21887, 25649, 35229));
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(70068, 21887, 0, 80, 0, 1, 1, 1, 1, 'Knothide Leather'),
|
||||
(70068, 25649, 0, 0, 0, 1, 1, 2, 3, 'Knothide Leather Scraps'),
|
||||
(70068, 35229, 0, 25, 1, 1, 0, 1, 1, 'Nether Residue');
|
||||
|
||||
-- Creature with 80% Knothide Leather and 20% Knothide Leather Scraps
|
||||
UPDATE `creature_template` SET `skinloot`= 70068 WHERE (`entry` IN (21879, 21408, 21864, 21901, 21462, 21878, 21195, 20610, 20773, 18879, 20671, 20634, 18880, 20777));
|
||||
|
||||
-- Create a new skinning loot with right percentage
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 70069) AND `Item` IN (21887, 35229);
|
||||
INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(70069, 21887, 0, 0, 0, 1, 1, 1, 1, 'Knothide Leather'),
|
||||
(70069, 35229, 0, 25, 1, 1, 0, 1, 1, 'Nether Residue');
|
||||
|
||||
-- Creature with 100% Knothide Leather
|
||||
UPDATE `creature_template` SET `skinloot`= 70069 WHERE (`entry` IN (23501, 22181));
|
||||
482
data/sql/updates/db_world/2023_01_14_00.sql
Normal file
482
data/sql/updates/db_world/2023_01_14_00.sql
Normal file
@@ -0,0 +1,482 @@
|
||||
-- DB update 2023_01_13_00 -> 2023_01_14_00
|
||||
-- Pathing for Frances Lin Entry: 20401
|
||||
SET @NPC := 20401;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=0,`position_x`=1820.7647705078125,`position_y`=1016.41839599609375,`position_z`=11.68548202514648437, `orientation`=1.570796370506286621, `VerifiedBuild`=47187 WHERE `id1`=@NPC;
|
||||
DELETE FROM `waypoints` WHERE `entry`=@NPC;
|
||||
INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`point_comment`) VALUES
|
||||
(@NPC,1,1814.421,1016.1131,11.685482,NULL,0,'Frances Lin'),
|
||||
(@NPC,2,1812.4491,1018.107,11.685483,NULL,0,'Frances Lin'),
|
||||
(@NPC,3,1812.9846,1022.4553,11.685482,NULL,0,'Frances Lin'),
|
||||
(@NPC,4,1811.7157,1025.7238,11.685483,NULL,0,'Frances Lin'),
|
||||
(@NPC,5,1811.8307,1029.2526,11.060482,NULL,0,'Frances Lin'),
|
||||
(@NPC,6,1813.155,1030.9547,11.060482,NULL,0,'Frances Lin'), -- "What'll it be?"
|
||||
(@NPC,7,1811.2089,1037.1213,11.685482,NULL,0,'Frances Lin'),
|
||||
(@NPC,8,1807.0463,1038.4927,11.685481,NULL,0,'Frances Lin'), -- "More grog?"
|
||||
(@NPC,9,1811.8945,1036.559,11.685482,NULL,0,'Frances Lin'),
|
||||
(@NPC,10,1811.4893,1033.161,11.060482,NULL,0,'Frances Lin'),
|
||||
(@NPC,11,1807.2407,1031.8088,11.060482,NULL,0,'Frances Lin'),
|
||||
(@NPC,12,1803.4313,1031.8158,11.060482,NULL,0,'Frances Lin'),
|
||||
(@NPC,13,1802.2823,1027.459,11.374505,NULL,0,'Frances Lin'),
|
||||
(@NPC,14,1801.75,1018.7515,14.890841,NULL,0,'Frances Lin'),
|
||||
(@NPC,15,1808.53,1018.5084,14.902864,NULL,0,'Frances Lin'),
|
||||
(@NPC,16,1808.1046,1026.6862,18.544857,NULL,0,'Frances Lin'),
|
||||
(@NPC,17,1808.9912,1030.0287,18.544855,NULL,0,'Frances Lin'), -- Room check scene
|
||||
(@NPC,18,1808.0543,1019.494,14.90403,NULL,0,'Frances Lin'),
|
||||
(@NPC,19,1802.7164,1019.3997,14.89441,NULL,0,'Frances Lin'),
|
||||
(@NPC,20,1803.4958,1028.3624,11.060482,NULL,0,'Frances Lin'),
|
||||
(@NPC,21,1805.415,1031.0358,11.060482,NULL,0,'Frances Lin'),
|
||||
(@NPC,22,1810.5465,1030.5178,11.060482,NULL,0,'Frances Lin'),
|
||||
(@NPC,23,1811.577,1025.1711,11.685483,NULL,0,'Frances Lin'),
|
||||
(@NPC,24,1812.6082,1018.2567,11.685483,NULL,0,'Frances Lin'),
|
||||
(@NPC,25,1813.9412,1016.4092,11.685482,NULL,0,'Frances Lin'),
|
||||
(@NPC,26,1820.7648,1016.4184,11.685482,NULL,0,'Frances Lin'); -- Reset orientation
|
||||
-- 0x204214460013EC4000618C0000233C57 .go xyz 1814.421 1016.1131 11.685482
|
||||
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 20401;
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 20401);
|
||||
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
|
||||
(20401, 0, 0, 0, 60, 0, 100, 0, 600000, 600000, 600000, 600000, 0, 53, 0, 20401, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Frances Lin - On Update - Start Waypoint'),
|
||||
(20401, 0, 1, 0, 40, 0, 100, 0, 6, 20401, 0, 0, 0, 80, 2040100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Frances Lin - On Waypoint 6 Reached - Run "What\'ll it be?" Script'),
|
||||
(20401, 0, 2, 0, 40, 0, 100, 0, 8, 20401, 0, 0, 0, 80, 2040101, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Frances Lin - On Waypoint 8 Reached - Run "More grog?" Script'),
|
||||
(20401, 0, 3, 0, 40, 0, 100, 0, 17, 20401, 0, 0, 0, 80, 2040102, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Frances Lin - On Waypoint 17 Reached - Run Room Check Script'),
|
||||
(20401, 0, 4, 0, 58, 0, 100, 0, 26, 20401, 0, 0, 0, 66, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 1.5707963705062866, 'Frances Lin - On Waypoint Finished - Reset Orientation');
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 9 AND `entryorguid` IN (2040100, 2040101, 2040102));
|
||||
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
|
||||
(2040100, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 54, 9000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Frances Lin - In Combat - Pause Waypoint'),
|
||||
(2040100, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 66, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 6.230825424194336, 'Frances Lin - In Combat - Set Orientation 6.230825424194336'),
|
||||
(2040100, 9, 2, 0, 0, 0, 100, 0, 200, 200, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Frances Lin - In Combat - Say Line 0'),
|
||||
(2040100, 9, 3, 0, 0, 0, 100, 0, 4000, 4000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Frances Lin - In Combat - Say Line "I\'ll come back later."'),
|
||||
(2040101, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 54, 5250, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Frances Lin - In Combat - Pause Waypoint'),
|
||||
(2040101, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 66, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 2.286381244659424, 'Frances Lin - In Combat - Set Orientation 2.286381244659424'),
|
||||
(2040101, 9, 2, 0, 0, 0, 100, 0, 1800, 1800, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Frances Lin - In Combat - Say Line "More grog?"'),
|
||||
(2040102, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 54, 6600, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Frances Lin - In Combat - Pause Waypoint'),
|
||||
(2040102, 9, 1, 0, 0, 0, 100, 0, 3000, 3000, 0, 0, 0, 66, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 5.410520553588867, 'Frances Lin - In Combat - Set Orientation 5.410520553588867'),
|
||||
(2040102, 9, 2, 0, 0, 0, 100, 0, 1200, 1200, 0, 0, 0, 66, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0.6806784272193909, 'Frances Lin - In Combat - Set Orientation 0.6806784272193909'),
|
||||
(2040102, 9, 3, 0, 0, 0, 100, 0, 1200, 1200, 0, 0, 0, 66, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 2.2165682315826416, 'Frances Lin - In Combat - Set Orientation 2.2165682315826416');
|
||||
|
||||
DELETE FROM `creature_text` WHERE `CreatureID`=20401;
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `BroadcastTextId`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `TextRange`, `comment`) VALUES
|
||||
(20401, 0, 0, 18157, 'What\'ll it be?', 12, 0, 100, 1, 0, 0, 0, 'Frances Lin'),
|
||||
(20401, 1, 0, 18158, 'I\'ll come back later.', 12, 0, 100, 1, 0, 0, 0, 'Frances Lin'),
|
||||
(20401, 2, 0, 18159, 'More grog?', 12, 0, 100, 1, 0, 0, 0, 'Frances Lin');
|
||||
|
||||
-- Chef Jessen
|
||||
UPDATE `creature` SET `position_x`=1816.1407,`position_y`=1006.5959,`position_z`=11.672032, `orientation`=0.03490658476948738, `VerifiedBuild`=47187 WHERE `guid`=83695 AND `id1`=20378;
|
||||
|
||||
DELETE FROM `creature_template_addon` WHERE (`entry` = 20378);
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||
(20378, 0, 0, 0, 1, 0, 0, '');
|
||||
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 20378;
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 20378);
|
||||
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
|
||||
(20378, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Chef Jessen - On Respawn - Set Event Phase 1'),
|
||||
(20378, 0, 1, 0, 60, 1, 100, 0, 1200, 1200, 1200, 1200, 0, 5, 36, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Chef Jessen - On Update - Play Emote 36 (Phase 1)'),
|
||||
(20378, 0, 2, 0, 60, 0, 100, 0, 900000, 900000, 900000, 900000, 0, 80, 2037800, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Chef Jessen - On Update - Run Script'),
|
||||
(20378, 0, 3, 0, 58, 0, 100, 0, 3, 2037800, 0, 0, 0, 80, 2037801, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Chef Jessen - On Waypoint Finished - Run Script'),
|
||||
(20378, 0, 4, 5, 58, 0, 100, 0, 2, 2037801, 0, 0, 0, 66, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0.03490658476948738, 'Chef Jessen - On Waypoint Finished - Set Orientation 0.03490658476948738'),
|
||||
(20378, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Chef Jessen - On Waypoint Finished - Set Event Phase 1');
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 9 AND `entryorguid` IN (2037800, 2037801));
|
||||
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
|
||||
(2037800, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 22, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Chef Jessen - On Script - Set Event Phase 2'),
|
||||
(2037800, 9, 1, 0, 0, 0, 100, 0, 2400, 2400, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Chef Jessen - On Script - Say Line 0'),
|
||||
(2037800, 9, 2, 0, 0, 0, 100, 0, 3400, 3400, 0, 0, 0, 53, 0, 2037800, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Chef Jessen - On Script - Start Waypoint'),
|
||||
(2037801, 9, 0, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Chef Jessen - On Script - Say Line 1'),
|
||||
(2037801, 9, 1, 0, 0, 0, 100, 0, 3600, 3600, 0, 0, 0, 66, 0, 0, 0, 0, 0, 0, 19, 20345, 10, 0, 0, 0, 0, 0, 0, 'Chef Jessen - On Script - Set Orientation Closest Creature \'Commander Mograine\''),
|
||||
(2037801, 9, 2, 0, 0, 0, 100, 0, 1400, 1400, 0, 0, 0, 1, 2, 0, 1, 0, 0, 0, 19, 20345, 10, 0, 0, 0, 0, 0, 0, 'Chef Jessen - On Script - Say Line 2'),
|
||||
(2037801, 9, 3, 0, 0, 0, 100, 0, 3400, 3400, 0, 0, 0, 66, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 1.5707963705062866, 'Chef Jessen - On Script - Set Orientation 1.5707963705062866'),
|
||||
(2037801, 9, 4, 0, 0, 0, 100, 0, 1400, 1400, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Chef Jessen - On Script - Say Line 3'),
|
||||
(2037801, 9, 5, 0, 0, 0, 100, 0, 3600, 3600, 0, 0, 0, 1, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Chef Jessen - On Script - Say Line 4'),
|
||||
(2037801, 9, 6, 0, 0, 0, 100, 0, 2200, 2200, 0, 0, 0, 5, 14, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Chef Jessen - On Script - Play Emote 14'),
|
||||
(2037801, 9, 7, 0, 0, 0, 100, 0, 2500, 2500, 0, 0, 0, 53, 0, 2037801, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Chef Jessen - On Script - Start Waypoint');
|
||||
|
||||
DELETE FROM `waypoints` WHERE `entry` IN (2037800, 2037801);
|
||||
INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`point_comment`) VALUES
|
||||
(2037800,1,1813.269,1010.926,11.675028,NULL,0,'Chef Jessen'),
|
||||
(2037800,2,1812.7063,1019.1864,11.685483,NULL,0,'Chef Jessen'),
|
||||
(2037800,3,1811.6666,1025.1326,11.685483,NULL,0,'Chef Jessen'),
|
||||
(2037801,1,1812.8987,1010.8238,11.674806,NULL,0,'Chef Jessen'),
|
||||
(2037801,2,1816.1407,1006.5959,11.672032,NULL,0,'Chef Jessen');
|
||||
|
||||
DELETE FROM `creature_text` WHERE `CreatureID`=20378;
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `BroadcastTextId`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `TextRange`, `comment`) VALUES
|
||||
(20378, 0, 0, 18140, 'This is madness! I\'ve had enough! ENOUGH!', 12, 0, 100, 5, 0, 0, 0, 'Chef Jessen'),
|
||||
(20378, 1, 0, 18141, 'EVERYBODY LISTEN UP!', 12, 0, 100, 22, 0, 0, 0, 'Chef Jessen'),
|
||||
(20378, 2, 0, 18142, 'I\'m speakin\' to you too, mister fancy britches Mograine! SHUT YER YAP!', 12, 0, 100, 25, 0, 0, 0, 'Chef Jessen'),
|
||||
(20378, 3, 0, 18143, 'NOW, everybody in this bar is gonna keep the noise to a minimum or ol\' Jessen is gonna bust out his rollin\' pin and cleaver and go orc on all of ya! IS EVERYONE CLEAR?!!!', 12, 0, 100, 22, 0, 0, 0, 'Chef Jessen'),
|
||||
(20378, 4, 0, 18144, 'AAAAAAaaaarrrrgh!!!!! SHUT IT!', 12, 0, 100, 15, 0, 0, 0, 'Chef Jessen');
|
||||
|
||||
-- Citizen Pack 1
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (20428, 20429, 20430);
|
||||
UPDATE `creature` SET `position_x`=1819.1077,`position_y`=1088.4419,`position_z`=12.576075, `orientation`=2.39110112190246582, `VerifiedBuild`=47187 WHERE `guid`=83704 AND `id1`=20428;
|
||||
UPDATE `creature` SET `position_x`=1817.1642,`position_y`=1090.5482,`position_z`=12.359373, `orientation`=5.567600250244140625, `VerifiedBuild`=47187 WHERE `guid`=83705 AND `id1`=20429;
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` = -83704) AND (`source_type` = 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
|
||||
(-83704, 0, 0, 0, 60, 0, 100, 0, 210000, 210000, 210000, 210000, 0, 80, 2042800, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hillsbrad Citizen - On Update - Run Script');
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = -83705);
|
||||
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
|
||||
(-83705, 0, 0, 0, 38, 0, 100, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hillsbrad Citizen - On Data Set 1 1 - Say Line 0'),
|
||||
(-83705, 0, 1, 0, 38, 0, 100, 0, 1, 2, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hillsbrad Citizen - On Data Set 1 2 - Say Line 1');
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 9 AND `entryorguid` = 2042800);
|
||||
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
|
||||
(2042800, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hillsbrad Citizen - On Script - Say Line 0'),
|
||||
(2042800, 9, 1, 0, 0, 0, 100, 0, 6000, 6000, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 10, 83705, 20429, 0, 0, 0, 0, 0, 0, 'Hillsbrad Citizen - On Script - Set Data 1 1'),
|
||||
(2042800, 9, 2, 0, 0, 0, 100, 0, 8200, 8200, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hillsbrad Citizen - On Script - Say Line 1'),
|
||||
(2042800, 9, 3, 0, 0, 0, 100, 0, 8600, 8600, 0, 0, 0, 45, 1, 2, 0, 0, 0, 0, 10, 83705, 20429, 0, 0, 0, 0, 0, 0, 'Hillsbrad Citizen - On Script - Set Data 1 2'),
|
||||
(2042800, 9, 4, 0, 0, 0, 100, 0, 11000, 11000, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hillsbrad Citizen - On Script - Say Line 2');
|
||||
|
||||
DELETE FROM `creature_text` WHERE `CreatureID` IN (20428, 20429, 20430);
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `BroadcastTextId`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `TextRange`, `comment`) VALUES
|
||||
(20428, 0, 0, 18201, 'These damned taxes are breaking my back. King Terenas must be losing his grip if he thinks all this reconstruction will boost the economy.', 12, 0, 100, 0, 0, 0, 0, 'Hillsbrad Citizen - Group 1'),
|
||||
(20429, 0, 0, 18202, 'He hasn\'t been the same since the War. It\'s like he aged and became an old man overnight. That son of his, though - he\'ll make a fine king one day. \n', 12, 0, 100, 0, 0, 0, 0, 'Hillsbrad Citizen - Group 1'),
|
||||
(20428, 1, 0, 18203, 'Prince Arthas? Please. Spends all his time chasing after Proudmoore\'s daughter, from what I hear. Boy\'s got more on his mind than affairs of state, I tell ya.\n', 12, 0, 100, 0, 0, 0, 0, 'Hillsbrad Citizen - Group 1'),
|
||||
(20429, 1, 0, 18204, 'I\'m not so sure. I\'ve heard that he\'s being trained as a paladin. Terenas hopes the Silver Hand can teach him some discipline. If anyone can set Arthas straight, it\'d be old Uther.', 12, 0, 100, 0, 0, 0, 0, 'Hillsbrad Citizen - Group 1'),
|
||||
(20428, 2, 0, 18205, 'Aye, that\'s true. Uther - now there\'s a real hero for the people.', 12, 0, 100, 0, 0, 0, 0, 'Hillsbrad Citizen - Group 1'),
|
||||
-- Citizen Pack 2
|
||||
(20429, 2, 0, 18206, 'So have you heard about Lieutenant Blackmoore\'s new gladiator? Some say he\'s unbeatable.', 12, 0, 100, 0, 0, 0, 0, 'Hillsbrad Citizen - Group 2'),
|
||||
(20430, 0, 0, 18207, 'Aye, I seen \'im fight. He\'s an orc - big as they come. Lost a week\'s wages bettin\' against that one. Won\'t make that mistake again!', 12, 0, 100, 0, 0, 0, 0, 'Hillsbrad Citizen - Group 2'),
|
||||
(20429, 3, 0, 18208, 'Win or lose, the Lieutenant must be crazy to keep a pet orc like that. Those ones can\'t be trusted. Animals, they are.\n', 12, 0, 100, 0, 0, 0, 0, 'Hillsbrad Citizen - Group 2'),
|
||||
(20430, 1, 0, 18209, 'True. True. Light help him if that monster ever gets free!', 12, 0, 100, 0, 0, 0, 0, 'Hillsbrad Citizen - Group 2');
|
||||
|
||||
UPDATE `creature` SET `position_x`=1950.0758,`position_y`=1095.8552,`position_z`=26.906488, `orientation`=5.480333805084228515, `id1`=20429, `VerifiedBuild`=47187 WHERE `guid`=83631 AND `id1`=20428;
|
||||
UPDATE `creature` SET `position_x`=1950.908,`position_y`=1094.0271,`position_z`=26.906424, `orientation`=2.164208173751831054, `VerifiedBuild`=47187 WHERE `guid`=83632 AND `id1`=20430;
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` = -83631) AND (`source_type` = 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
|
||||
(-83631, 0, 0, 0, 60, 0, 100, 0, 210000, 210000, 210000, 210000, 0, 80, 2042900, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hillsbrad Citizen - On Update - Run Script');
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = -83632);
|
||||
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
|
||||
(-83632, 0, 0, 0, 38, 0, 100, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hillsbrad Citizen - On Data Set 1 1 - Say Line 0'),
|
||||
(-83632, 0, 1, 0, 38, 0, 100, 0, 1, 2, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hillsbrad Citizen - On Data Set 1 2 - Say Line 1');
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 9 AND `entryorguid` = 2042900);
|
||||
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
|
||||
(2042900, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hillsbrad Citizen - On Script - Say Line 2'),
|
||||
(2042900, 9, 1, 0, 0, 0, 100, 0, 6000, 6000, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 10, 83632, 20430, 0, 0, 0, 0, 0, 0, 'Hillsbrad Citizen - On Script - Set Data 1 1'),
|
||||
(2042900, 9, 2, 0, 0, 0, 100, 0, 6000, 6000, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hillsbrad Citizen - On Script - Say Line 3'),
|
||||
(2042900, 9, 3, 0, 0, 0, 100, 0, 6000, 6000, 0, 0, 0, 45, 1, 2, 0, 0, 0, 0, 10, 83632, 20430, 0, 0, 0, 0, 0, 0, 'Hillsbrad Citizen - On Script - Set Data 1 2');
|
||||
|
||||
-- Pathing for Herod the Bully Entry: 20360
|
||||
SET @NPC := (SELECT `guid` FROM `creature` WHERE `id1`=20360);
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=1763.9722,`position_y`=1068.7299,`position_z`=6.8648014, `VerifiedBuild`=47187 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,1763.9722,1068.7299,6.8648014,NULL,0,0,0,100,0),
|
||||
(@PATH,2,1775.3702,1064.1283,7.084126,NULL,0,0,0,100,0),
|
||||
(@PATH,3,1788.0264,1061.6875,7.9343457,NULL,0,0,0,100,0),
|
||||
(@PATH,4,1797.145,1063.4182,8.314228,NULL,0,0,0,100,0),
|
||||
(@PATH,5,1801.3014,1067.0065,8.882008,NULL,0,0,0,100,0),
|
||||
(@PATH,6,1822.5966,1073.9354,11.184986,NULL,0,0,0,100,0),
|
||||
(@PATH,7,1834.2837,1075.5514,12.219876,NULL,0,0,0,100,0),
|
||||
(@PATH,8,1846.6216,1071.2936,14.550565,NULL,0,0,0,100,0),
|
||||
(@PATH,9,1855.1255,1067.6527,15.293363,NULL,0,0,0,100,0),
|
||||
(@PATH,10,1867.3689,1054.9958,16.089104,NULL,0,0,0,100,0),
|
||||
(@PATH,11,1868.7181,1047.942,16.896965,NULL,0,0,0,100,0),
|
||||
(@PATH,12,1869.4846,1041.5859,17.003654,NULL,0,0,0,100,0),
|
||||
(@PATH,13,1870.846,1033.0781,16.061255,NULL,0,0,0,100,0),
|
||||
(@PATH,14,1874.0918,1021.8268,15.74021,NULL,0,0,0,100,0),
|
||||
(@PATH,15,1883.819,1012.6995,15.276465,NULL,0,0,0,100,0),
|
||||
(@PATH,16,1893.5095,1004.2003,15.3686285,NULL,0,0,0,100,0),
|
||||
(@PATH,17,1883.819,1012.6995,15.276465,NULL,0,0,0,100,0),
|
||||
(@PATH,18,1874.0918,1021.8268,15.74021,NULL,0,0,0,100,0),
|
||||
(@PATH,19,1870.846,1033.0781,16.061255,NULL,0,0,0,100,0),
|
||||
(@PATH,20,1869.4846,1041.5859,17.003654,NULL,0,0,0,100,0),
|
||||
(@PATH,21,1868.7181,1047.942,16.896965,NULL,0,0,0,100,0),
|
||||
(@PATH,22,1867.3689,1054.9958,16.089104,NULL,0,0,0,100,0),
|
||||
(@PATH,23,1855.1255,1067.6527,15.293363,NULL,0,0,0,100,0),
|
||||
(@PATH,24,1846.6216,1071.2936,14.550565,NULL,0,0,0,100,0),
|
||||
(@PATH,25,1834.332,1075.5342,12.168363,NULL,0,0,0,100,0),
|
||||
(@PATH,26,1822.5966,1073.9354,11.184986,NULL,0,0,0,100,0),
|
||||
(@PATH,27,1801.3014,1067.0065,8.882008,NULL,0,0,0,100,0),
|
||||
(@PATH,28,1797.145,1063.4182,8.314228,NULL,0,0,0,100,0),
|
||||
(@PATH,29,1788.0264,1061.6875,7.9343457,NULL,0,0,0,100,0),
|
||||
(@PATH,30,1775.3702,1064.1283,7.084126,NULL,0,0,0,100,0);
|
||||
-- 0x204214460013E20000618C0000233C56 .go xyz 1763.9722 1068.7299 6.8648014
|
||||
|
||||
-- Pathing for Hillsbrad Citizen Entry: 20429
|
||||
SET @NPC := 83630;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=2081.0735,`position_y`=1025.8383,`position_z`=32.678593, `VerifiedBuild`=47187 WHERE `guid`=@NPC;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=0,`position_x`=2081.0735,`position_y`=1025.8383,`position_z`=32.678593, `VerifiedBuild`=47187 WHERE `guid`=83629; -- Follower
|
||||
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,2081.0735,1025.8383,32.678593,NULL,0,0,0,100,0),
|
||||
(@PATH,2,2056.4624,1025.1849,30.632473,NULL,0,0,0,100,0),
|
||||
(@PATH,3,2044.2196,1031.1438,28.663357,NULL,0,0,0,100,0),
|
||||
(@PATH,4,2026.1462,1037.1044,26.978773,NULL,0,0,0,100,0),
|
||||
(@PATH,5,2010.0215,1040.3195,25.967909,NULL,0,0,0,100,0),
|
||||
(@PATH,6,1994.2255,1036.183,25.362244,NULL,0,0,0,100,0),
|
||||
(@PATH,7,1979.8258,1027.1599,25.370071,NULL,0,0,0,100,0),
|
||||
(@PATH,8,1963.395,1034.25,23.579353,NULL,0,0,0,100,0),
|
||||
(@PATH,9,1952.4573,1044.3964,21.332039,NULL,0,0,0,100,0),
|
||||
(@PATH,10,1938.5619,1049.6716,20.457039,NULL,0,0,0,100,0),
|
||||
(@PATH,11,1924.3231,1050.8837,19.46478,NULL,0,0,0,100,0),
|
||||
(@PATH,12,1912.0037,1051.5455,18.71478,NULL,0,0,0,100,0),
|
||||
(@PATH,13,1896.2391,1053.4166,17.920403,NULL,0,0,0,100,0),
|
||||
(@PATH,14,1875.6606,1059.7526,17.312126,NULL,0,0,0,100,0),
|
||||
(@PATH,15,1865.9052,1064.7709,16.056942,NULL,0,0,0,100,0),
|
||||
(@PATH,16,1855.7153,1072.5393,15.291654,NULL,0,0,0,100,0),
|
||||
(@PATH,17,1845.4694,1076.6066,13.6820345,NULL,0,0,0,100,0),
|
||||
(@PATH,18,1832.8164,1076.9388,11.935474,NULL,0,0,0,100,0),
|
||||
(@PATH,19,1821.2422,1073.1364,11.184986,NULL,0,0,0,100,0),
|
||||
(@PATH,20,1808.5608,1066.7808,9.476002,NULL,0,0,0,100,0),
|
||||
(@PATH,21,1808.242,1063.9847,9.294804,NULL,0,0,0,100,0),
|
||||
(@PATH,22,1816.0052,1055.1232,11.174076,NULL,0,0,0,100,0),
|
||||
(@PATH,23,1808.242,1063.9847,9.294804,NULL,0,0,0,100,0),
|
||||
(@PATH,24,1808.5608,1066.7808,9.476002,NULL,0,0,0,100,0),
|
||||
(@PATH,25,1821.2422,1073.1364,11.184986,NULL,0,0,0,100,0),
|
||||
(@PATH,26,1832.8164,1076.9388,11.935474,NULL,0,0,0,100,0),
|
||||
(@PATH,27,1845.4694,1076.6066,13.6820345,NULL,0,0,0,100,0),
|
||||
(@PATH,28,1855.7153,1072.5393,15.291654,NULL,0,0,0,100,0),
|
||||
(@PATH,29,1865.9052,1064.7709,16.056942,NULL,0,0,0,100,0),
|
||||
(@PATH,30,1875.6606,1059.7526,17.312126,NULL,0,0,0,100,0),
|
||||
(@PATH,31,1896.2391,1053.4166,17.920403,NULL,0,0,0,100,0),
|
||||
(@PATH,32,1912.0037,1051.5455,18.71478,NULL,0,0,0,100,0),
|
||||
(@PATH,33,1924.3231,1050.8837,19.46478,NULL,0,0,0,100,0),
|
||||
(@PATH,34,1938.5619,1049.6716,20.457039,NULL,0,0,0,100,0),
|
||||
(@PATH,35,1952.4573,1044.3964,21.332039,NULL,0,0,0,100,0),
|
||||
(@PATH,36,1963.395,1034.25,23.579353,NULL,0,0,0,100,0),
|
||||
(@PATH,37,1979.8258,1027.1599,25.370071,NULL,0,0,0,100,0),
|
||||
(@PATH,38,1994.2255,1036.183,25.362244,NULL,0,0,0,100,0),
|
||||
(@PATH,39,2010.0215,1040.3195,25.967909,NULL,0,0,0,100,0),
|
||||
(@PATH,40,2026.1462,1037.1044,26.978773,NULL,0,0,0,100,0),
|
||||
(@PATH,41,2044.1816,1031.1484,28.66946,NULL,0,0,0,100,0),
|
||||
(@PATH,42,2056.4624,1025.1849,30.632473,NULL,0,0,0,100,0);
|
||||
-- 0x204214460013F34000618C0001A33C56 .go xyz 2081.0735 1025.8383 32.678593
|
||||
|
||||
DELETE FROM `creature_formations` WHERE `memberGUID` IN (83629, 83630) AND `leaderGUID`=83630;
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
|
||||
(83630, 83630, 0, 0, 0, 0, 0),
|
||||
(83630, 83629, 2.5, 270, 512, 0, 0);
|
||||
|
||||
-- Stalvan Mistmantle
|
||||
UPDATE `creature` SET `position_x`=1805.0438232421875,`position_y`=1042.4078369140625,`position_z`=19.50431442260742187, `orientation`=4.642575740814208984, `VerifiedBuild`=47187 WHERE `guid`=83697 AND `id1`=20355;
|
||||
DELETE FROM `creature_template_addon` WHERE (`entry` = 20355);
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||
(20355, 0, 0, 3, 0, 0, 0, '14915');
|
||||
|
||||
-- Taelan
|
||||
UPDATE `creature` SET `wander_distance`=7.5,`MovementType`=1, `VerifiedBuild`=47187 WHERE `guid`=83698 AND `id1`=20361;
|
||||
|
||||
-- Kirin Tor Mages in Tavern
|
||||
SET @CGUID := 83699;
|
||||
DELETE FROM `creature` WHERE `map`=560 AND `id1` IN (20370, 20422) AND `guid` BETWEEN @CGUID+0 AND @CGUID+4;
|
||||
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
|
||||
(@CGUID+0, 20370, 560, 2367, 0, 3, 1, 0, 1819.1646728515625, 1022.37481689453125, 18.62931442260742187, 1.588249564170837402, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 47187),
|
||||
(@CGUID+1, 20422, 560, 2367, 0, 3, 1, 0, 1822.1744384765625, 1027.6458740234375, 18.62931442260742187, 1.396263360977172851, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 47187), -- 20422 (Area: 0 - Difficulty: 1)
|
||||
(@CGUID+2, 20422, 560, 2367, 0, 3, 1, 0, 1822.0025634765625, 1023.0665283203125, 18.62931442260742187, 6.213372230529785156, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 47187), -- 20422 (Area: 0 - Difficulty: 1)
|
||||
(@CGUID+3, 20422, 560, 2367, 0, 3, 1, 0, 1813.5748291015625, 1025.072998046875, 18.62931442260742187, 3.455751895904541015, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 47187), -- 20422 (Area: 0 - Difficulty: 1)
|
||||
(@CGUID+4, 20422, 560, 2367, 0, 3, 1, 0, 1814.6688232421875, 1019.33587646484375, 18.62931632995605468, 3.333578824996948242, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 47187); -- 20422 (Area: 0 - Difficulty: 1)
|
||||
|
||||
DELETE FROM `creature_template_addon` WHERE (`entry` = 20422);
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||
(20422, 0, 0, 0, 0, 133, 0, '');
|
||||
|
||||
-- Zixil
|
||||
UPDATE `creature` SET `position_x`=1759.1192626953125,`position_y`=1052.12646484375,`position_z`=6.962950706481933593, `orientation`=3.700098037719726562, `VerifiedBuild`=47187 WHERE `guid`=83677 AND `id1`=20419;
|
||||
UPDATE `creature` SET `position_x`=1757.213623046875,`position_y`=1053.4556884765625,`position_z`=6.96295166015625, `orientation`=1.553343057632446289, `VerifiedBuild`=47187 WHERE `guid`=83676 AND `id1`=20420;
|
||||
|
||||
DELETE FROM `creature_template_addon` WHERE (`entry` IN (20419, 20420));
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||
(20419, 0, 0, 0, 0, 233, 0, ''),
|
||||
(20420, 0, 0, 7, 0, 65 , 0, '');
|
||||
|
||||
DELETE FROM `creature_text` WHERE `CreatureID`=20419;
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `BroadcastTextId`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `TextRange`, `comment`) VALUES
|
||||
(20419, 0, 0, 18132, 'When I get this hunk of junk up and running, I\'ll be able to walk the roads without fear of being jumped by bandits!', 12, 0, 100, 0, 0, 0, 0, 'Zixil'),
|
||||
(20419, 0, 1, 18133, 'Just a few more swings and it\'ll be ready...', 12, 0, 100, 0, 0, 0, 0, 'Zixil'),
|
||||
(20419, 0, 2, 18134, 'Maybe I can sell these things to other goblins? I\'ll be rich! Rich I say!', 12, 0, 100, 0, 0, 0, 0, 'Zixil'),
|
||||
(20419, 0, 3, 18135, 'Yes, Zixil will be a household name! I\'ll corner the market!', 12, 0, 100, 0, 0, 0, 0, 'Zixil');
|
||||
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 20419;
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 20419);
|
||||
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
|
||||
(20419, 0, 0, 0, 60, 0, 100, 0, 40000, 60000, 40000, 60000, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Zixil - On Update - Say Line 0');
|
||||
|
||||
-- Magistrate Henry Maleb
|
||||
SET @NPC := 83720;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=1815.9948,`position_y`=1128.528,`position_z`=14.708552, `VerifiedBuild`=47187 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,1815.9948,1128.528,14.708552,NULL,0,0,0,100,0),
|
||||
(@PATH,2,1815.9757,1121.9319,14.708552,NULL,0,0,0,100,0);
|
||||
|
||||
-- Barkeep Kelly Position
|
||||
UPDATE `creature` SET `position_x`=1816.5262451171875,`position_y`=1016.9359130859375,`position_z`=11.77144527435302734, `orientation`=1.640609502792358398, `VerifiedBuild`=47187 WHERE `guid`=83693 AND `id1`=20377;
|
||||
|
||||
-- Farmer Kent and Hillsbrad Farmers
|
||||
SET @CGUID := 83646;
|
||||
-- Delete extra spawns as well
|
||||
DELETE FROM `creature` WHERE `map`=560 AND `id1` IN (20368, 20433) AND `guid` BETWEEN @CGUID+0 AND @CGUID+10;
|
||||
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
|
||||
(@CGUID+0, 20368, 560, 2367, 0, 3, 1, 0, 1852.9478759765625, 962.044921875, 12.03122329711914062, 1.954768776893615722, 7200, 0, 0, 2035, 0, 0, 0, 0, 0, 47187), -- 20368 (Area: 0 - Difficulty: 1)
|
||||
(@CGUID+1, 20433, 560, 2367, 0, 3, 1, 1, 1889.12548828125, 943.19989013671875, 11.92574310302734375, 0.575958669185638427, 7200, 0, 0, 2035, 0, 0, 0, 0, 0, 47187), -- 20433 (Area: 0 - Difficulty: 1)
|
||||
(@CGUID+2, 20433, 560, 2367, 0, 3, 1, 1, 1886.6531982421875, 949.830078125, 11.92574405670166015, 1.047197580337524414, 7200, 0, 0, 2035, 0, 0, 0, 0, 0, 47187), -- 20433 (Area: 0 - Difficulty: 1)
|
||||
(@CGUID+3, 20433, 560, 2367, 0, 3, 1, 1, 1880.808349609375, 934.74957275390625, 11.95547676086425781, 3.892084121704101562, 7200, 0, 0, 2035, 0, 0, 0, 0, 0, 47187), -- 20433 (Area: 0 - Difficulty: 1)
|
||||
(@CGUID+4, 20433, 560, 2367, 0, 3, 1, 1, 1874.0767822265625, 941.53289794921875, 11.92574310302734375, 4.049163818359375, 7200, 0, 0, 2035, 0, 0, 0, 0, 0, 47187), -- 20433 (Area: 0 - Difficulty: 1)
|
||||
(@CGUID+5, 20433, 560, 2367, 0, 3, 1, 1, 1861.648681640625, 949.70196533203125, 11.92574405670166015, 0.680678427219390869, 7200, 0, 0, 2035, 0, 0, 0, 0, 0, 47187), -- 20433 (Area: 0 - Difficulty: 1)
|
||||
(@CGUID+6, 20433, 560, 2367, 0, 3, 1, 1, 1861.728271484375, 937.4669189453125, 11.92574310302734375, 3.944444179534912109, 7200, 0, 0, 2035, 0, 0, 0, 0, 0, 47187), -- 20433 (Area: 0 - Difficulty: 1)
|
||||
(@CGUID+7, 20433, 560, 2367, 0, 3, 1, 1, 1847.504150390625, 934.8524169921875, 11.92574310302734375, 0.680678427219390869, 7200, 0, 0, 2035, 0, 0, 0, 0, 0, 47187); -- 20433 (Area: 0 - Difficulty: 1)
|
||||
|
||||
DELETE FROM `creature_template_addon` WHERE (`entry` = 20433);
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||
(20433, 0, 0, 0, 1, 173, 0, '');
|
||||
|
||||
-- Bartolo Ginsetti (12y)
|
||||
UPDATE `creature` SET `position_x`=1875.5154,`position_y`=1087.656,`position_z`=17.860697, `orientation`=4.136430263519287109, `VerifiedBuild`=47187 WHERE `guid`=83723 AND `id1`=20365;
|
||||
|
||||
DELETE FROM `creature_text` WHERE `CreatureID`=20365;
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `BroadcastTextId`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `TextRange`, `comment`) VALUES
|
||||
(20365, 0, 0, 18137, 'You there! Yes, you, peasant $g boy:girl;. Come quickly, I must tell you something... I must tell you about my greatness, lest such things are lost in the void!', 12, 0, 100, 25, 0, 0, 0, 'Bartolo Ginsetti'),
|
||||
(20365, 1, 0, 18138, 'Ooooh, YAH! Gaze upon my rippling musculature. Bask in the glow of my physique.', 12, 0, 100, 23, 0, 0, 0, 'Bartolo Ginsetti');
|
||||
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 20365;
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 20365);
|
||||
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
|
||||
(20365, 0, 0, 1, 10, 0, 100, 0, 0, 12, 60000, 60000, 1, 66, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'Bartolo Ginsetti - Within 0-12 Range Out of Combat LoS - Set Orientation Invoker'),
|
||||
(20365, 0, 1, 2, 61, 0, 100, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'Bartolo Ginsetti - Within 0-12 Range Out of Combat LoS - Say Line 0'),
|
||||
(20365, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 67, 1, 6000, 6000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Bartolo Ginsetti - Within 0-12 Range Out of Combat LoS - Create Timed Event'),
|
||||
(20365, 0, 3, 0, 59, 0, 100, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Bartolo Ginsetti - On Timed Event 1 Triggered - Say Line 1');
|
||||
|
||||
UPDATE `creature_template` SET `gossip_menu_id` = 8114, `npcflag` = 1 WHERE (`entry` = 20365);
|
||||
DELETE FROM `gossip_menu` WHERE (`MenuID` = 8114) AND (`TextID` IN (10047)); -- This Gossip was missing but TextID existed
|
||||
INSERT INTO `gossip_menu` (`MenuID`, `TextID`) VALUES
|
||||
(8114, 10047);
|
||||
|
||||
-- Missing Objects (Tome of Scrying, Keg, Locked Chest)
|
||||
SET @OGUID := 15064;
|
||||
DELETE FROM `gameobject` WHERE `map`=560 AND `id` IN (184304, 184332, 180570) AND `guid` BETWEEN @OGUID+0 AND @OGUID+2;
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
|
||||
(@OGUID+0, 184332, 560, 2367, 2367, 3, 1, 1819.0352783203125, 1023.3704833984375, 19.712646484375, 4.729844093322753906, 0, 0, -0.70090866088867187, 0.713251054286956787, 7200, 255, 1, 47213),
|
||||
(@OGUID+1, 180570, 560, 2367, 2367, 3, 1, 1808.4539794921875, 1022.86962890625, 13.71208763122558593, 1.518436193466186523, 0, 0, 0.6883544921875, 0.725374460220336914, 7200, 255, 1, 47213),
|
||||
(@OGUID+2, 184304, 560, 2367, 2367, 3, 1, 1720.5572509765625, 1017.81988525390625, 0.405580013990402221, 5.881760597229003906, 0, 0, -0.19936752319335937, 0.979924798011779785, 7200, 255, 1, 47213);
|
||||
|
||||
-- Natasha Morris
|
||||
UPDATE `creature` SET `wander_distance`=6,`MovementType`=1, `VerifiedBuild`=47187 WHERE `guid`=83724 AND `id1`=20441;
|
||||
|
||||
-- Scarlet Children
|
||||
SET @CGUID := 84064;
|
||||
DELETE FROM `creature` WHERE `map`=560 AND `id1` IN (20357, 20358, 20359, 20396) AND `guid` BETWEEN @CGUID+0 AND @CGUID+2;
|
||||
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
|
||||
(@CGUID+0, 20357, 560, 2367, 0, 3, 1, 0, 1766.623, 1073.1769, 6.8648014, 6.204990863800048828, 7200, 0, 0, 0, 0, 2, 0, 0, 0, 47187),
|
||||
(@CGUID+1, 20358, 560, 2367, 0, 3, 1, 0, 1766.623, 1073.1769, 6.8648014, 0.427894920110702514, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 47187),
|
||||
(@CGUID+2, 20359, 560, 2367, 0, 3, 1, 0, 1766.623, 1073.1769, 6.8648014, 6.183419704437255859, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 47187);
|
||||
|
||||
DELETE FROM `creature_formations` WHERE `memberGUID` IN (@CGUID+0, @CGUID+1, @CGUID+2) AND `leaderGUID`=@CGUID+0;
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
|
||||
(@CGUID+0, @CGUID+0, 0, 0, 0, 0, 0),
|
||||
(@CGUID+0, @CGUID+1, 2.5, 90, 512, 0, 0),
|
||||
(@CGUID+0, @CGUID+2, 2.5, 180, 512, 0, 0);
|
||||
|
||||
DELETE FROM `creature_addon` WHERE (`guid` = @CGUID+0);
|
||||
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||
((@CGUID+0), (@CGUID+0)*10, 0, 0, 0, 0, 0, '');
|
||||
DELETE FROM `waypoint_data` WHERE `id`=(@CGUID+0)*10;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`move_type`) VALUES
|
||||
((@CGUID+0)*10,1,1766.623,1073.1769,6.8648014,NULL,1),
|
||||
((@CGUID+0)*10,2,1763.7609,1059.1699,6.872983,NULL,1),
|
||||
((@CGUID+0)*10,3,1764.3131,1031.9971,6.872983,NULL,1),
|
||||
((@CGUID+0)*10,4,1769.7189,1015.6437,6.427197,NULL,1),
|
||||
((@CGUID+0)*10,5,1781.427,1015.7469,9.314404,NULL,1),
|
||||
((@CGUID+0)*10,6,1784.0868,1026.5377,10.612499,NULL,1),
|
||||
((@CGUID+0)*10,7,1786.029,1045.1888,9.896137,NULL,1),
|
||||
((@CGUID+0)*10,8,1787.9987,1059.0806,7.6214795,NULL,1),
|
||||
((@CGUID+0)*10,9,1815.3898,1060.277,10.641117,NULL,1),
|
||||
((@CGUID+0)*10,10,1829.5338,1058.778,13.859013,NULL,1),
|
||||
((@CGUID+0)*10,11,1836.428,1047.2233,14.894588,NULL,1),
|
||||
((@CGUID+0)*10,12,1838.2704,1026.9523,15.142665,NULL,1),
|
||||
((@CGUID+0)*10,13,1838.9581,1017.5668,15.270595,NULL,1),
|
||||
((@CGUID+0)*10,14,1842.7277,1008.9644,14.742396,NULL,1),
|
||||
((@CGUID+0)*10,15,1849.1177,1000.2745,15.083217,NULL,1),
|
||||
((@CGUID+0)*10,16,1863.4473,1006.9286,16.00668,NULL,1),
|
||||
((@CGUID+0)*10,17,1866.1174,1015.569,15.556972,NULL,1),
|
||||
((@CGUID+0)*10,18,1868.3208,1027.3716,15.498511,NULL,1),
|
||||
((@CGUID+0)*10,19,1869.6267,1037.2123,16.729485,NULL,1),
|
||||
((@CGUID+0)*10,20,1865.5181,1049.5011,15.335751,NULL,1),
|
||||
((@CGUID+0)*10,21,1867.5786,1060.357,16.225822,NULL,1),
|
||||
((@CGUID+0)*10,22,1878.767,1060.9973,17.684929,NULL,1),
|
||||
((@CGUID+0)*10,23,1897.9668,1053.58,17.920403,NULL,1),
|
||||
((@CGUID+0)*10,24,1905.4509,1045.5461,18.431456,NULL,1),
|
||||
((@CGUID+0)*10,25,1904.2731,1028.3635,19.276466,NULL,1),
|
||||
((@CGUID+0)*10,26,1904.4609,1016.3633,18.276466,NULL,1),
|
||||
((@CGUID+0)*10,27,1909.918,993.6586,15.845679,NULL,1),
|
||||
((@CGUID+0)*10,28,1918.1559,980.7051,17.270973,NULL,1),
|
||||
((@CGUID+0)*10,29,1927.6208,969.2012,17.91233,NULL,1),
|
||||
((@CGUID+0)*10,30,1935.2817,973.1046,19.765339,NULL,1),
|
||||
((@CGUID+0)*10,31,1947.6158,971.5432,21.53548,NULL,1),
|
||||
((@CGUID+0)*10,32,1958.584,970.6836,22.758991,NULL,1),
|
||||
((@CGUID+0)*10,33,1968.3883,971.84503,23.962679,NULL,1),
|
||||
((@CGUID+0)*10,34,1976.2941,978.701,25.267122,NULL,1),
|
||||
((@CGUID+0)*10,35,1971.8309,999.0618,28.299349,NULL,1),
|
||||
((@CGUID+0)*10,36,1968.9197,1011.7449,27.550247,NULL,1),
|
||||
((@CGUID+0)*10,37,1960.7737,1023.3538,25.96747,NULL,1),
|
||||
((@CGUID+0)*10,38,1950.8038,1033.8225,23.942024,NULL,1),
|
||||
((@CGUID+0)*10,39,1934.9801,1042.5717,22.137825,NULL,1),
|
||||
((@CGUID+0)*10,40,1918.8728,1048.3973,19.421812,NULL,1),
|
||||
((@CGUID+0)*10,41,1909.8624,1053.3057,18.460752,NULL,1),
|
||||
((@CGUID+0)*10,42,1909.7411,1063.2158,19.511656,NULL,1),
|
||||
((@CGUID+0)*10,43,1907.1688,1071.0006,21.172655,NULL,1),
|
||||
((@CGUID+0)*10,44,1911.3334,1086.1061,21.112108,NULL,1),
|
||||
((@CGUID+0)*10,45,1913.2205,1107.5017,20.97138,NULL,1),
|
||||
((@CGUID+0)*10,46,1903.625,1124.6158,18.734564,NULL,1),
|
||||
((@CGUID+0)*10,47,1893.4742,1135.568,18.443138,NULL,1),
|
||||
((@CGUID+0)*10,48,1874.9469,1136.4017,17.251,NULL,1),
|
||||
((@CGUID+0)*10,49,1864.8711,1128.6273,15.882499,NULL,1),
|
||||
((@CGUID+0)*10,50,1863.2114,1102.2101,17.787773,NULL,1),
|
||||
((@CGUID+0)*10,51,1857.6895,1086.4677,17.20242,NULL,1),
|
||||
((@CGUID+0)*10,52,1862.7196,1068.6813,15.936551,NULL,1),
|
||||
((@CGUID+0)*10,53,1842.51,1056.6361,14.976986,NULL,1),
|
||||
((@CGUID+0)*10,54,1824.3262,1064.956,12.36829,NULL,1),
|
||||
((@CGUID+0)*10,55,1828.1018,1088.4716,13.716602,NULL,1),
|
||||
((@CGUID+0)*10,56,1831.9336,1125.584,13.931124,NULL,1),
|
||||
((@CGUID+0)*10,57,1831.3356,1143.8278,11.518111,NULL,1),
|
||||
((@CGUID+0)*10,58,1793.192,1150.9938,10.930223,NULL,1),
|
||||
((@CGUID+0)*10,59,1766.386,1139.3741,11.0818,NULL,1),
|
||||
((@CGUID+0)*10,60,1768.2086,1114.6821,11.178861,NULL,1),
|
||||
((@CGUID+0)*10,61,1779.9342,1096.4996,12.219379,NULL,1),
|
||||
((@CGUID+0)*10,62,1780.1993,1076.44,10.655781,NULL,1);
|
||||
|
||||
-- Pentagram Children
|
||||
SET @CGUID := 83668;
|
||||
DELETE FROM `creature` WHERE `map`=560 AND `id1` IN (21341, 21342, 21343, 21344, 21345) AND `guid` BETWEEN @CGUID+0 AND @CGUID+4;
|
||||
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
|
||||
(@CGUID+0, 21341, 560, 2367, 0, 3, 1, 0, 1820.913818359375, 951.32354736328125, 16.56865119934082031, 1.186823844909667968, 7200, 0, 0, 2035, 852, 0, 0, 0, 0, 47187),
|
||||
(@CGUID+1, 21343, 560, 2367, 0, 3, 1, 0, 1819.0341796875, 955.4219970703125, 16.11471748352050781, 5.672319889068603515, 7200, 0, 0, 2035, 852, 0, 0, 0, 0, 47187),
|
||||
(@CGUID+2, 21342, 560, 2367, 0, 3, 1, 0, 1824.5418701171875, 952.72003173828125, 16.35272789001464843, 2.792526721954345703, 7200, 0, 0, 2035, 852, 0, 0, 0, 0, 47187),
|
||||
(@CGUID+3, 21345, 560, 2367, 0, 3, 1, 0, 1824.8150634765625, 955.70928955078125, 16.31266593933105468, 3.769911050796508789, 7200, 0, 0, 2035, 852, 0, 0, 0, 0, 47187),
|
||||
(@CGUID+4, 21344, 560, 2367, 0, 3, 1, 0, 1821.304931640625, 957.28057861328125, 16.2471160888671875, 4.852015495300292968, 7200, 0, 0, 2035, 852, 0, 0, 0, 0, 47187);
|
||||
|
||||
-- Tower Dialogue (2:20)
|
||||
UPDATE `creature` SET `position_x`=2335.805908203125,`position_y`=926.97698974609375,`position_z`=54.91743087768554687, `orientation`=4.625122547149658203, `VerifiedBuild`=47187 WHERE `guid`=83459 AND `id1`=20372;
|
||||
UPDATE `creature` SET `position_x`=2334.0234375,`position_y`=926.92645263671875,`position_z`=54.95403289794921875, `orientation`=4.834561824798583984, `VerifiedBuild`=47187 WHERE `guid`=83458 AND `id1`=20376;
|
||||
|
||||
DELETE FROM `creature_text` WHERE `CreatureID` IN (20372, 20376);
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `BroadcastTextId`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `TextRange`, `comment`) VALUES
|
||||
(20376, 0, 0, 18160, 'Look at it, Jon. It\'s glorious!', 12, 0, 100, 5, 0, 0, 0, 'Jerry Carter'),
|
||||
(20372, 0, 0, 18161, 'Indeed. What better way to symbolize the bond of friendship and brotherhood between Tarren Mill and Southshore by erecting this tower at the halfway point between both towns. Brilliant!', 12, 0, 100, 1, 0, 0, 0, 'Jonathan Revah');
|
||||
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 20376;
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 20376);
|
||||
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
|
||||
(20376, 0, 0, 1, 60, 0, 100, 0, 140000, 140000, 140000, 140000, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Jerry Carter - On Update - Say Line 0'),
|
||||
(20376, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 67, 1, 3600, 3600, 0, 0, 100, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Jerry Carter - On Update - Create Timed Event'),
|
||||
(20376, 0, 2, 0, 59, 0, 100, 0, 1, 0, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 10, 83459, 20372, 0, 0, 0, 0, 0, 0, 'Jerry Carter - On Timed Event 1 Triggered - Set Data 1 1');
|
||||
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 20372;
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 20372);
|
||||
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
|
||||
(20372, 0, 0, 0, 38, 0, 100, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Jonathan Revah - On Data Set 1 1 - Say Line 0');
|
||||
28
data/sql/updates/db_world/2023_01_14_01.sql
Normal file
28
data/sql/updates/db_world/2023_01_14_01.sql
Normal file
@@ -0,0 +1,28 @@
|
||||
-- DB update 2023_01_14_00 -> 2023_01_14_01
|
||||
--
|
||||
SET @REFERENCE := 29569;
|
||||
|
||||
DELETE FROM `item_loot_template` WHERE `Entry`=29569;
|
||||
INSERT INTO `item_loot_template` (`entry`, `item`, `Chance`, `groupid`, `mincount`, `maxcount`, `reference`, `comment`) VALUES
|
||||
(29569, 2931, 30, 1, 2, 5, 0, 'Strong Junkbox - Maiden\'s Anguish'),
|
||||
(29569, 5140, 75, 0, 2, 5, 0, 'Strong Junkbox - Flash Powder'),
|
||||
(29569, 5173, 30, 1, 2, 5, 0, 'Strong Junkbox - Deathweed'),
|
||||
(29569, 8923, 10, 1, 2, 5, 0, 'Strong Junkbox - Essence of Agony'),
|
||||
(29569, 8924, 30, 1, 2, 5, 0, 'Strong Junkbox - Dust of Deterioration'),
|
||||
(29569, 11979, 0.05, 2, 1, 1, 0, 'Strong Junkbox - Peridot Circle'),
|
||||
(29569, 11980, 0.05, 2, 1, 1, 0, 'Strong Junkbox - Opal Ring'),
|
||||
(29569, 11991, 0.05, 2, 1, 1, 0, 'Strong Junkbox - Quicksilver Ring'),
|
||||
(29569, 12035, 0.05, 2, 1, 1, 0, 'Strong Junkbox - Obsidian Pendant'),
|
||||
(29569, 16251, 0.1, 2, 1, 1, 0, 'Strong Junkbox - Formula: Enchant Bracer - Superior Stamina'),
|
||||
(29569, 22829, 12, 0, 1, 1, 0, 'Strong Junkbox - Super Healing Potion'),
|
||||
(29569, 31331, 0.05, 0, 1, 1, 0, 'Strong Junkbox - The Night Blade'),
|
||||
(29569, 34622, 0.1, 0, 1, 1, 0, 'Strong Junkbox - Spinesever'),
|
||||
(29569, 1, 50, 0, 1, 1, @REFERENCE, 'Strong Junkbox (Reference Table)');
|
||||
|
||||
DELETE FROM `reference_loot_template` WHERE `Entry`=@REFERENCE AND `Item` IN (24231,24232,24281,24282,27729);
|
||||
INSERT INTO `reference_loot_template` (`entry`, `item`, `Chance`, `groupid`, `mincount`, `maxcount`, `comment`) VALUES
|
||||
(@REFERENCE, 24231, 70, 1, 2, 3, 'Reference Table - Coarse Snuff'),
|
||||
(@REFERENCE, 24232, 8, 1, 2, 2, 'Reference Table - Shabby Knot'),
|
||||
(@REFERENCE, 24281, 8, 1, 1, 1, 'Reference Table - Carved Ivory Bone'),
|
||||
(@REFERENCE, 24282, 8, 1, 1, 1, 'Reference Table - Rogue\'s Diary'),
|
||||
(@REFERENCE, 27729, 6, 1, 1, 1, 'Reference Table - Humanoid Skull');
|
||||
12734
data/sql/updates/db_world/2023_01_15_00.sql
Normal file
12734
data/sql/updates/db_world/2023_01_15_00.sql
Normal file
File diff suppressed because it is too large
Load Diff
5
data/sql/updates/db_world/2023_01_16_00.sql
Normal file
5
data/sql/updates/db_world/2023_01_16_00.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2023_01_15_00 -> 2023_01_16_00
|
||||
DELETE FROM `quest_request_items_locale` WHERE `ID` IN (6387, 6391) AND `locale` = 'deDE';
|
||||
INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES
|
||||
(6387, 'deDE', 'Habt Ihr schon so bald die Nase voll von Thelsamar? Seid Ihr bereit, in eine andere Stadt abzureisen?', 0),
|
||||
(6391, 'deDE', 'Womit kann ich Euch dienen, $Gwerter Herr:werte Dame;?', 0);
|
||||
979
data/sql/updates/db_world/2023_01_16_01.sql
Normal file
979
data/sql/updates/db_world/2023_01_16_01.sql
Normal file
@@ -0,0 +1,979 @@
|
||||
-- DB update 2023_01_16_00 -> 2023_01_16_01
|
||||
-- Delete old creatures
|
||||
DELETE FROM `creature` WHERE `map`=556;
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (83246,83247,83248,83249,83250,83251,83252,83253,83254,83255,83256,83257,83258,83260,83261,83262,83263,83264,83265,83266,83267,83283,83287,132569);
|
||||
DELETE FROM `waypoint_data` WHERE `id` IN (832460,832470,832480,832490,832500,832510,832520,832530,832540,832550,832560,832570,832580,832600,832610,832620,832630,832640,832650,832660,832670,832830,832870,1325690);
|
||||
|
||||
DELETE FROM `linked_respawn` WHERE `guid` IN (12160,12161,12162,12163,83246,83247,83248,83249,83250,83251,83252,83253,83254,83255,83256,83257,83258,83259,83260,83261,83262,83263,83264,83265,83266,83267,83268,83269,83278,83279,83280,83281,83282,83283,83284,83285,83286,83287,83289,83290,83291,83292,83293,83294,83295,83296,83297,83298,83299) AND `linkedGuid` IN (83270, 83300);
|
||||
|
||||
-- Delete old gate and old Raven Claw
|
||||
DELETE FROM `gameobject` WHERE `map`=556 AND `id` IN (177203, 185554) AND `guid` IN (28507, 44722);
|
||||
|
||||
SET @CGUID := 138600;
|
||||
SET @OGUID := 7278;
|
||||
|
||||
DELETE FROM `creature` WHERE `map`=556 AND `id1` IN (2914,3300,4075,4076,14881,18318,18319,18320,18321,18322,18323,18325,18326,18327,18328,18472,18473,18956,19428,19429,21891,21904,21931,22515,23035,23046,23057,23058,23134,23135,23136) AND `guid` BETWEEN @CGUID+0 AND @CGUID+187;
|
||||
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
|
||||
(@CGUID+0 , 2914 , 0, 0, 556, 3791, 3791, 3, 1, 0, 24.4151, 293.476, 25.1356, 1.97087, 84600, 5, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+1 , 2914 , 0, 0, 556, 3791, 3791, 3, 1, 0, -113.052, 281.853, 26.7507, 0.437267, 84600, 5, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+2 , 2914 , 0, 0, 556, 3791, 3791, 3, 1, 0, -67.4466, 181.297, 0.150741, 5.19483, 84600, 5, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+3 , 2914 , 0, 0, 556, 3791, 3791, 3, 1, 0, 69.1722, 94.9446, 0.207872, 4.36251, 84600, 5, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+4 , 2914 , 0, 0, 556, 3791, 3791, 3, 1, 0, 46.4481, 29.0356, 0.0744433, 3.78782, 84600, 5, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+5 , 2914 , 0, 0, 556, 3791, 3791, 3, 1, 0, 19.7894, 7.76004, 0.0744433, 1.98447, 84600, 5, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+6 , 3300 , 0, 0, 556, 3791, 3791, 3, 1, 0, -192.545, 317.97, 26.7637, 2.58309, 84600, 4, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+7 , 3300 , 0, 0, 556, 3791, 3791, 3, 1, 0, -250.524, 293.918, 27.3052, 1.71625, 84600, 4, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+8 , 3300 , 0, 0, 556, 3791, 3791, 3, 1, 0, -254.629, 170.189, 0.174548, 5.84685, 84600, 4, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+9 , 4075 , 0, 0, 556, 3791, 3791, 3, 1, 0, -53.936, 267.363, 26.8744, 5.20849, 84600, 5, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+10 , 4075 , 0, 0, 556, 3791, 3791, 3, 1, 0, -216.805, 345.857, 26.9503, 4.93565, 84600, 5, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+11 , 4075 , 0, 0, 556, 3791, 3791, 3, 1, 0, -224.817, 180.553, 1.73431, 4.7822, 84600, 5, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+12 , 4075 , 0, 0, 556, 3791, 3791, 3, 1, 0, -153.749, 192.605, 0.0744433, 4.24686, 84600, 5, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+13 , 4075 , 0, 0, 556, 3791, 3791, 3, 1, 0, -162.455, 165.564, 0.0744433, 1.09156, 84600, 5, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+14 , 4075 , 0, 0, 556, 3791, 3791, 3, 1, 0, -89.2719, 109.13, 1.08221, 1.32236, 84600, 5, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+15 , 4076 , 0, 0, 556, 3791, 3791, 3, 1, 0, -78.51, 319.879, 27.5742, 3.26342, 84600, 5, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+16 , 4076 , 0, 0, 556, 3791, 3791, 3, 1, 0, -236.36, 226.385, 26.9015, 1.94364, 84600, 5, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+17 , 4076 , 0, 0, 556, 3791, 3791, 3, 1, 0, -202.105, 179.908, 0.0947793, 2.16421, 84600, 5, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+18 , 4076 , 0, 0, 556, 3791, 3791, 3, 1, 0, -124.225, 179.28, 0.0744433, 1.31749, 84600, 5, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+19 , 4076 , 0, 0, 556, 3791, 3791, 3, 1, 0, -77.1515, 160.223, 0.130529, 2.84888, 84600, 5, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+20 , 4076 , 0, 0, 556, 3791, 3791, 3, 1, 0, -41.6735, 92.4308, 0.184988, 5.7737, 84600, 5, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+21 , 4076 , 0, 0, 556, 3791, 3791, 3, 1, 0, -25.5833, 97.0084, 0.19036, 1.90929, 84600, 5, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+22 , 4076 , 0, 0, 556, 3791, 3791, 3, 1, 0, 46.9958, -2.54295, 0.0615417, 4.99713, 84600, 5, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+23 , 4076 , 0, 0, 556, 3791, 3791, 3, 1, 0, 9.65038, 93.6375, 0.26263, 1.04391, 84600, 5, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+24 , 4076 , 0, 0, 556, 3791, 3791, 3, 1, 0, 59.83, 245.945, 26.6744, 3.76619, 84600, 5, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+25 , 14881, 0, 0, 556, 3791, 3791, 3, 1, 0, 11.7888, 265.441, 26.298, 0.237829, 84600, 4, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+26 , 14881, 0, 0, 556, 3791, 3791, 3, 1, 0, -148.659, 280.922, 27.1117, 4.68016, 84600, 4, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+27 , 14881, 0, 0, 556, 3791, 3791, 3, 1, 0, -247.57, 246.836, 26.8744, 0.077935, 84600, 4, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+28 , 14881, 0, 0, 556, 3791, 3791, 3, 1, 0, -244.417, 199.308, 0.147565, 2.56563, 84600, 4, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+29 , 14881, 0, 0, 556, 3791, 3791, 3, 1, 0, -213.718, 177.579, 27.0924, 0, 84600, 4, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+30 , 14881, 0, 0, 556, 3791, 3791, 3, 1, 0, 59.2266, 325.79, 26.6543, 0.847116, 84600, 4, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+31 , 18318, 0, 0, 556, 3791, 3791, 3, 1, 1, -263.123, 180.622, 0.103312, 0.440401, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+32 , 18318, 0, 0, 556, 3791, 3791, 3, 1, 1, -239.603, 168.385, 0.0870432, 2.80902, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+33 , 18318, 0, 0, 556, 3791, 3791, 3, 1, 1, -65.7626, 167.779, 0.0931773, 3.40339, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+34 , 18318, 0, 0, 556, 3791, 3791, 3, 1, 1, -80.6658, 105.136, 0.0905313, 2.32129, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+35 , 18318, 0, 0, 556, 3791, 3791, 3, 1, 1, -69.1325, 83.7427, 0.0905363, 2.82743, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+36 , 18318, 0, 0, 556, 3791, 3791, 3, 1, 1, 75.8563, 116.047, 0.350004, 5.5676, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+37 , 18318, 0, 0, 556, 3791, 3791, 3, 1, 1, 50.9244, 98.9922, 0.234138, 3.10669, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+38 , 18318, 0, 0, 556, 3791, 3791, 3, 1, 1, 11.9275, 102.475, 0.506651, 0.959931, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+39 , 18318, 0, 0, 556, 3791, 3791, 3, 1, 1, 36.5259, 99.3303, 0.234139, 6.26573, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+40 , 18318, 0, 0, 556, 3791, 3791, 3, 1, 1, 58.4921, 83.405, 0.227436, 4.32842, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+41 , 18318, 0, 0, 556, 3791, 3791, 3, 1, 1, 37.1365, 9.12332, 0.0695675, 1.82157, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+42 , 18318, 0, 0, 556, 3791, 3791, 3, 1, 1, 20.4726, 81.6956, 0.0484983, 5.51524, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+43 , 18318, 0, 0, 556, 3791, 3791, 3, 1, 1, 27.6608, 76.7642, 0.286547, 2.77507, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+44 , 18319, 0, 0, 556, 3791, 3791, 3, 1, 1, -60.1442, 311.666, 27.2029, 3.87463, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+45 , 18319, 0, 0, 556, 3791, 3791, 3, 1, 1, -101.33, 309.882, 26.6086, 5.81195, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+46 , 18319, 0, 0, 556, 3791, 3791, 3, 1, 1, -210.945, 343.908, 26.7195, 5.00909, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+47 , 18319, 0, 0, 556, 3791, 3791, 3, 1, 1, -240.965, 336.164, 27.2412, 5.21853, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+48 , 18319, 0, 0, 556, 3791, 3791, 3, 1, 1, -171.081, 282.286, 26.705, 3.07178, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+49 , 18319, 0, 0, 556, 3791, 3791, 3, 1, 1, -268.488, 184.286, 0.117212, 0.610865, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+50 , 18319, 0, 0, 556, 3791, 3791, 3, 1, 1, -266.165, 190.07, 0.117231, 5.68977, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+51 , 18319, 0, 0, 556, 3791, 3791, 3, 1, 1, -241.915, 155.992, 0.145592, 1.78024, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+52 , 18320, 0, 0, 556, 3791, 3791, 3, 1, 1, -82.058, 273.058, 26.8913, 3.82227, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+53 , 18320, 0, 0, 556, 3791, 3791, 3, 1, 1, -66.5132, 314.623, 27.116, 4.57276, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+54 , 18320, 0, 0, 556, 3791, 3791, 3, 1, 1, -58.9359, 280.054, 26.9994, 1.72788, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+55 , 18320, 0, 0, 556, 3791, 3791, 3, 1, 1, -10.1333, 281.479, 26.8139, 2.79253, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+56 , 18320, 0, 0, 556, 3791, 3791, 3, 1, 1, -93.743, 315.541, 26.5577, 4.45059, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+57 , 18320, 0, 0, 556, 3791, 3791, 3, 1, 1, -114.001, 268.488, 26.8762, 2.47837, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+58 , 18321, 21904, 0, 556, 3791, 3791, 3, 1, 0, -87.3615, 274.28, 26.8452, 4.52289, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+59 , 18321, 21904, 0, 556, 3791, 3791, 3, 1, 0, -66.2651, 308.893, 26.6874, 2.00766, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+60 , 18321, 21904, 0, 556, 3791, 3791, 3, 1, 0, -57.935, 287.879, 27.0704, 3.84186, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+61 , 18321, 0, 0, 556, 3791, 3791, 3, 1, 0, -10.1305, 292.403, 26.814, 3.38594, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+62 , 18321, 21904, 0, 556, 3791, 3791, 3, 1, 0, -100.469, 298.283, 26.6744, 3.36207, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+63 , 18321, 21904, 0, 556, 3791, 3791, 3, 1, 0, -206.936, 330.247, 26.8321, 5.65925, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+64 , 18321, 21904, 0, 556, 3791, 3791, 3, 1, 0, -178.369, 289.833, 26.4674, 2.90508, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+65 , 18322, 0, 0, 556, 3791, 3791, 3, 1, 1, -141.137, 291.284, 26.8141, 3.78736, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+66 , 18322, 0, 0, 556, 3791, 3791, 3, 1, 1, -141.666, 283.046, 26.8142, 2.77507, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+67 , 18322, 0, 0, 556, 3791, 3791, 3, 1, 1, -246.162, 212.185, 26.8225, 4.76475, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+68 , 18322, 0, 0, 556, 3791, 3791, 3, 1, 1, -239.393, 211.818, 26.9014, 4.53786, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+69 , 18322, 0, 0, 556, 3791, 3791, 3, 1, 1, -205.418, 176.437, 0.0943633, 6.07375, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+70 , 18322, 0, 0, 556, 3791, 3791, 3, 1, 1, -205.541, 169.512, 0.0943313, 0.15708, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+71 , 18323, 0, 0, 556, 3791, 3791, 3, 1, 1, -102.429, 177.586, 0.0932183, 6.16101, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+72 , 18323, 0, 0, 556, 3791, 3791, 3, 1, 1, -102.481, 170.061, 0.0932373, 0.488692, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+73 , 18323, 0, 0, 556, 3791, 3791, 3, 1, 1, -75.2177, 130.819, 0.0905363, 4.92183, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+74 , 18323, 0, 0, 556, 3791, 3791, 3, 1, 1, -66.4524, 131.136, 0.0905423, 4.85202, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+75 , 18323, 0, 0, 556, 3791, 3791, 3, 1, 1, 47.768, 130.486, 0.173826, 4.83456, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+76 , 18323, 0, 0, 556, 3791, 3791, 3, 1, 1, 41.987, 130.147, 0.186184, 5.11381, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+77 , 18323, 0, 0, 556, 3791, 3791, 3, 1, 1, 90.7193, 104.321, 0.186003, 3.56047, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+78 , 18323, 0, 0, 556, 3791, 3791, 3, 1, 1, 90.7534, 96.9339, 0.0905183, 2.94961, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+79 , 18323, 0, 0, 556, 3791, 3791, 3, 1, 1, -3.69868, 103.478, 0.0905183, 6.17847, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+80 , 18323, 0, 0, 556, 3791, 3791, 3, 1, 1, 29.6863, 5.34689, 0.222348, 3.29887, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+81 , 18323, 0, 0, 556, 3791, 3791, 3, 1, 1, 30.3663, -5.02376, 0.142555, 3.14393, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+82 , 18323, 0, 0, 556, 3791, 3791, 3, 1, 1, -3.55375, 97.3215, 0.0905183, 0.418879, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+83 , 18323, 0, 0, 556, 3791, 3791, 3, 1, 1, 40.1056, 52.9475, 0.0908273, 4.93928, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+84 , 18323, 0, 0, 556, 3791, 3791, 3, 1, 1, 46.9831, 52.3525, 0.0908193, 4.34587, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+85 , 18325, 0, 0, 556, 3791, 3791, 3, 1, 1, -59.5877, 304.91, 26.624, 3.1765, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+86 , 18325, 0, 0, 556, 3791, 3791, 3, 1, 1, -49.5232, 280.175, 26.9465, 2.63545, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+87 , 18325, 0, 0, 556, 3791, 3791, 3, 1, 1, -51.7741, 285.914, 26.9791, 4.31096, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+88 , 18325, 0, 0, 556, 3791, 3791, 3, 1, 1, -1.16489, 289.906, 26.7753, 3.21141, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+89 , 18325, 0, 0, 556, 3791, 3791, 3, 1, 1, -101.464, 301.913, 26.5678, 2.0944, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+90 , 18325, 0, 0, 556, 3791, 3791, 3, 1, 1, -203.842, 336.054, 26.7195, 2.37365, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+91 , 18325, 0, 0, 556, 3791, 3791, 3, 1, 1, -230.617, 330.518, 27.4382, 3.1765, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+92 , 18325, 0, 0, 556, 3791, 3791, 3, 1, 1, -178.804, 276.966, 26.7434, 1.81514, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+93 , 18325, 0, 0, 556, 3791, 3791, 3, 1, 1, -185.436, 281.248, 26.6656, 0.994838, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+94 , 18325, 0, 0, 556, 3791, 3791, 3, 1, 1, -123.771, 270.043, 27.3312, 1.02974, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+95 , 18325, 0, 0, 556, 3791, 3791, 3, 1, 1, -89.9677, 262.71, 26.9184, 2.11185, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+96 , 18326, 0, 0, 556, 3791, 3791, 3, 1, 1, -1.86749, 284.605, 26.7797, 3.00197, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+97 , 18326, 0, 0, 556, 3791, 3791, 3, 1, 1, -202.409, 343.725, 26.7195, 3.71755, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+98 , 18326, 0, 0, 556, 3791, 3791, 3, 1, 1, -234.596, 335.917, 27.3781, 4.18879, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+99 , 18326, 0, 0, 556, 3791, 3791, 3, 1, 1, -118.563, 266.142, 27.1713, 2.35619, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+100, 18326, 0, 0, 556, 3791, 3791, 3, 1, 1, -84.3042, 266.641, 26.8913, 3.00197, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+101, 18327, 0, 0, 556, 3791, 3791, 3, 1, 1, -246.218, 159.874, 0.151296, 0.383972, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+102, 18327, 0, 0, 556, 3791, 3791, 3, 1, 1, -68.5954, 173.012, 0.0928473, 4.17134, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+103, 18327, 0, 0, 556, 3791, 3791, 3, 1, 1, -83.8602, 113.572, 0.0905293, 5.8294, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+104, 18327, 0, 0, 556, 3791, 3791, 3, 1, 1, -76.569, 83.7339, 0.0905353, 0.785398, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+105, 18327, 0, 0, 556, 3791, 3791, 3, 1, 1, -58.0166, 107.975, 0.0905323, 1.55334, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+106, 18327, 0, 0, 556, 3791, 3791, 3, 1, 1, 81.9067, 112.337, 0.412234, 3.21141, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+107, 18327, 0, 0, 556, 3791, 3791, 3, 1, 1, 43.636, 106.916, 0.234138, 4.76475, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+108, 18327, 0, 0, 556, 3791, 3791, 3, 1, 1, 16.9091, 106.144, 0.50665, 4.45059, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+109, 18327, 0, 0, 556, 3791, 3791, 3, 1, 1, 21.7359, 73.6921, 0.598185, 1.0821, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+110, 18327, 0, 0, 556, 3791, 3791, 3, 1, 1, 55.5351, 78.7888, -0.00838766, 1.29154, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+111, 18328, 0, 0, 556, 3791, 3791, 3, 1, 1, -259.193, 191.827, 0.119915, 5.41052, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+112, 18328, 0, 0, 556, 3791, 3791, 3, 1, 1, -245.401, 164.807, 0.152779, 0.0349066, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+113, 18328, 0, 0, 556, 3791, 3791, 3, 1, 1, -75.4351, 173.65, 0.0930253, 5.81195, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+114, 18328, 0, 0, 556, 3791, 3791, 3, 1, 1, -86.2176, 107.357, 0.0899813, 0.785398, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+115, 18328, 0, 0, 556, 3791, 3791, 3, 1, 1, -76.1875, 89.6284, 0.0905363, 5.68977, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+116, 18328, 0, 0, 556, 3791, 3791, 3, 1, 1, -60.3833, 114.664, 0.0905323, 5.68977, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+117, 18328, 0, 0, 556, 3791, 3791, 3, 1, 1, -51.8655, 110.682, 0.0905323, 3.78736, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+118, 18472, 0, 0, 556, 3791, 3791, 3, 1, 0, -144.827, 173.557, 1.76865, 0.0698132, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+119, 18473, 0, 0, 556, 3791, 3791, 3, 1, 1, 44.7227, 286.96, 25.1521, 3.97935, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+120, 18956, 0, 0, 556, 3791, 3791, 3, 1, 1, -160.813, 157.043, 0.0940953, 1.0821, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+121, 19428, 0, 0, 556, 3791, 3791, 3, 1, 0, -92.5028, 290.56, 26.6744, 1.22495, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+122, 19428, 0, 0, 556, 3791, 3791, 3, 1, 0, -205.588, 329.348, 26.8701, 2.24653, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+123, 19428, 0, 0, 556, 3791, 3791, 3, 1, 0, -269.404, 205.224, 26.8744, 6.23077, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+124, 19428, 0, 0, 556, 3791, 3791, 3, 1, 0, -227.093, 163.839, -0.264809, 4.59811, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+125, 19429, 0, 0, 556, 3791, 3791, 3, 1, 0, -73.7174, 166.306, 0.186402, 4.96015, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+126, 19429, 0, 0, 556, 3791, 3791, 3, 1, 0, -78.8199, 99.3647, 0.118291, 5.07459, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+127, 19429, 0, 0, 556, 3791, 3791, 3, 1, 0, -76.7017, 103.456, 0.858412, 0.933306, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+128, 19429, 0, 0, 556, 3791, 3791, 3, 1, 0, 79.3886, 109.333, 0.306149, 2.62672, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+129, 19429, 0, 0, 556, 3791, 3791, 3, 1, 0, 7.97246, 106.863, 0.442332, 4.89077, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+130, 19429, 0, 0, 556, 3791, 3791, 3, 1, 0, 60.9206, 81.1003, 0.430186, 4.34817, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+131, 19429, 0, 0, 556, 3791, 3791, 3, 1, 0, 34.6306, 9.40256, 0.0714856, 1.7514, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+132, 21891, 0, 0, 556, 3791, 3791, 3, 1, 0, -188.554, 342.826, 27.3745, 5.36097, 84600, 3, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+133, 21891, 0, 0, 556, 3791, 3791, 3, 1, 0, -179.45, 339.224, 27.581, 2.28289, 84600, 3, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+134, 21891, 0, 0, 556, 3791, 3791, 3, 1, 0, -184.368, 334.192, 25.8291, 0.565755, 84600, 3, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+135, 21891, 0, 0, 556, 3791, 3791, 3, 1, 0, -189.57, 327.605, 26.0397, 2.98859, 84600, 3, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+136, 21891, 0, 0, 556, 3791, 3791, 3, 1, 0, -192.603, 332.961, 25.319, 4.30592, 84600, 3, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+137, 21891, 0, 0, 556, 3791, 3791, 3, 1, 0, -209.127, 319.417, 30.1632, 4.28157, 84600, 3, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+138, 21891, 0, 0, 556, 3791, 3791, 3, 1, 0, -214.951, 315.547, 32.0893, 2.14424, 84600, 3, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+139, 21891, 0, 0, 556, 3791, 3791, 3, 1, 0, -209.519, 311.796, 32.9673, 3.7415, 84600, 3, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+140, 21891, 0, 0, 556, 3791, 3791, 3, 1, 0, -203.524, 311.125, 30.3388, 4.02625, 84600, 3, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+141, 21891, 0, 0, 556, 3791, 3791, 3, 1, 0, -213.913, 313.432, 34.6344, 4.24644, 84600, 3, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+142, 21891, 0, 0, 556, 3791, 3791, 3, 1, 0, -257.106, 288.868, 26.9226, 2.98709, 84600, 3, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+143, 21891, 0, 0, 556, 3791, 3791, 3, 1, 0, -240.23, 294.509, 27.0829, 0.721867, 84600, 3, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+144, 21891, 0, 0, 556, 3791, 3791, 3, 1, 0, -248.593, 296.057, 26.8744, 0.0665515, 84600, 3, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+145, 21891, 0, 0, 556, 3791, 3791, 3, 1, 0, -245.867, 284.892, 27.8677, 0.729114, 84600, 3, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+146, 21891, 0, 0, 556, 3791, 3791, 3, 1, 0, -235.7, 287.479, 26.9362, 3.10773, 84600, 3, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+147, 21891, 0, 0, 556, 3791, 3791, 3, 1, 0, -241.411, 281.903, 27.3665, 4.25565, 84600, 3, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+148, 21891, 0, 0, 556, 3791, 3791, 3, 1, 0, -250.219, 282.419, 27.4502, 4.25292, 84600, 3, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+149, 21891, 0, 0, 556, 3791, 3791, 3, 1, 0, -254.521, 276.624, 27.1028, 4.26671, 84600, 3, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+150, 21891, 0, 0, 556, 3791, 3791, 3, 1, 0, -245.235, 277.721, 27.3842, 0.0874787, 84600, 3, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+151, 21891, 0, 0, 556, 3791, 3791, 3, 1, 0, -238.157, 276.23, 26.8744, 2.17905, 84600, 3, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+152, 21891, 0, 0, 556, 3791, 3791, 3, 1, 0, -234.933, 183.803, 1.23683, 6.23851, 84600, 3, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+153, 21891, 0, 0, 556, 3791, 3791, 3, 1, 0, -231.42, 189.422, 3.36284, 1.33875, 84600, 3, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+154, 21891, 0, 0, 556, 3791, 3791, 3, 1, 0, -225.671, 194.496, 6.68123, 0.87798, 84600, 3, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+155, 21891, 0, 0, 556, 3791, 3791, 3, 1, 0, -226.628, 183.482, 3.07765, 2.55115, 84600, 3, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+156, 21891, 0, 0, 556, 3791, 3791, 3, 1, 0, -222.864, 187.366, 4.61351, 3.52858, 84600, 3, 0, 0, 0, 1, 0, 0, 0, '', 43400),
|
||||
(@CGUID+157, 21904, 0, 0, 556, 3791, 3791, 3, 1, 0, -15.3946, 284.018, 26.8744, 4.65956, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+158, 21904, 18321, 0, 556, 3791, 3791, 3, 1, 0, -237.224, 325.394, 27.0586, 2.54922, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+159, 21904, 18321, 0, 556, 3791, 3791, 3, 1, 0, -123.475, 274.193, 27.4037, 3.28093, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+160, 21931, 0, 0, 556, 3791, 3791, 3, 1, 0, 10.7544, 287.579, 37.3131, 3.08645, 5, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400), -- Traveling
|
||||
(@CGUID+161, 21931, 0, 0, 556, 3791, 3791, 3, 1, 0, -25.9827, 287.722, 34.1143, 3.20946, 10, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400), -- Traveling
|
||||
(@CGUID+162, 21931, 0, 0, 556, 3791, 3791, 3, 1, 0, -8.29079, 288.447, 36.7862, 3.10905, 15, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400), -- Traveling
|
||||
(@CGUID+163, 21931, 0, 0, 556, 3791, 3791, 3, 1, 0, -92.9608, 282.669, 74.9421, 5.00702, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400), -- High 1
|
||||
-- (@CGUID+164, 21931, 0, 0, 556, 3791, 3791, 3, 1, 1, 83.8498, 251.403, 36.9996, 3.45575, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400), -- High 2
|
||||
-- (@CGUID+165, 21931, 0, 0, 556, 3791, 3791, 3, 1, 1, -89.981, 281.246, 75.2404, 2.83931, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400), -- High 0
|
||||
(@CGUID+166, 21931, 0, 0, 556, 3791, 3791, 3, 1, 0, -55.4367, 280.337, 68.2954, 6.2483, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400), -- Mid 2
|
||||
-- (@CGUID+167, 21931, 0, 0, 556, 3791, 3791, 3, 1, 1, -55.4367, 280.337, 68.2954, 6.2483, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400), -- Mid 1
|
||||
-- (@CGUID+168, 21931, 0, 0, 556, 3791, 3791, 3, 1, 1, -71.153, 269.495, 65.5288, 0.489757, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400), -- Mid 0
|
||||
(@CGUID+169, 21931, 0, 0, 556, 3791, 3791, 3, 1, 0, -74.5383, 274.09, 40.3045, 4.739, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400), -- Low 1
|
||||
-- (@CGUID+170, 21931, 0, 0, 556, 3791, 3791, 3, 1, 1, -74.5383, 274.09, 40.3045, 4.739, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400), -- Low 2
|
||||
-- (@CGUID+171, 21931, 0, 0, 556, 3791, 3791, 3, 1, 1, -90.8841, 265.201, 41.0041, 0.190443, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400), -- Low 0
|
||||
(@CGUID+172, 22515, 0, 0, 556, 3791, 3791, 3, 1, 0, -91.6135, 288.206, 26.5665, 1.29154, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+173, 23057, 0, 0, 556, 3791, 3791, 3, 1, 0, -87.086, 287.843, 83.7748, 3.45575, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+174, 23058, 0, 0, 556, 3791, 3791, 3, 1, 0, -59.1706, 314.39, 51.6566, 0.541052, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+175, 23058, 0, 0, 556, 3791, 3791, 3, 1, 0, -55.2699, 313.458, 50.9059, 0.331613, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+176, 23058, 0, 0, 556, 3791, 3791, 3, 1, 0, -82.6517, 314.492, 49.4867, 0.471239, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+177, 23058, 0, 0, 556, 3791, 3791, 3, 1, 0, -86.9353, 314.407, 50.3662, 5.91667, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+178, 23058, 0, 0, 556, 3791, 3791, 3, 1, 0, -88.2233, 258.791, 50.124, 2.60054, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+179, 23058, 0, 0, 556, 3791, 3791, 3, 1, 0, -55.3453, 258.166, 51.4859, 1.62316, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+180, 23058, 0, 0, 556, 3791, 3791, 3, 1, 0, -59.9119, 259.382, 50.8262, 1.37881, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+181, 23058, 0, 0, 556, 3791, 3791, 3, 1, 0, -79.3227, 314.424, 50.4263, 2.18166, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+182, 23058, 0, 0, 556, 3791, 3791, 3, 1, 0, -113.706, 314.51, 51.4415, 0.261799, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+183, 23058, 0, 0, 556, 3791, 3791, 3, 1, 0, -110.091, 314.452, 50.1795, 1.43117, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+184, 23058, 0, 0, 556, 3791, 3791, 3, 1, 0, -108.577, 258.787, 51.3066, 3.12414, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+185, 23058, 0, 0, 556, 3791, 3791, 3, 1, 0, -112.415, 258.708, 50.6635, 0.436332, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+186, 23058, 0, 0, 556, 3791, 3791, 3, 1, 0, -80.0783, 258.796, 50.3946, 0.226893, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400),
|
||||
(@CGUID+187, 23058, 0, 0, 556, 3791, 3791, 3, 1, 0, -84.2671, 258.715, 49.3337, 4.32842, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400);
|
||||
-- (@CGUID+204, 23035, 0, 0, 556, 3791, 3791, 3, 1, 1, -89.2041, 287.974, 26.5665, 3.00197, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400), -- Anzu
|
||||
-- (@CGUID+205, 23046, 0, 0, 556, 3791, 3791, 3, 1, 1, -87.2848, 287.635, 27.1776, 0.575959, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400), -- Invis Raven God Portal
|
||||
-- (@CGUID+221, 23134, 0, 0, 556, 3791, 3791, 3, 1, 1, -96.4816, 304.236, 26.5135, 5.23599, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400), -- Hawk Spirit
|
||||
-- (@CGUID+222, 23135, 0, 0, 556, 3791, 3791, 3, 1, 1, -72.3434, 290.861, 26.4851, 3.29867, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400), -- Falcon Spirit
|
||||
-- (@CGUID+223, 23136, 0, 0, 556, 3791, 3791, 3, 1, 1, -99.5906, 276.661, 26.8467, 0.750492, 84600, 0, 0, 0, 0, 0, 0, 0, 0, '', 43400); -- Eagle Spirit
|
||||
|
||||
DELETE FROM `gameobject` WHERE `id` IN (183050,183051,183398,183997,185554,185590,185595,187372) AND `map`=556 AND `guid` BETWEEN @OGUID+0 AND @OGUID+7;
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(@OGUID+0, 183050, 556, 3791, 3791, 3, 1, -86.3428, 285.688, 26.4832, 0.855211, 0, 0, 0.414693, 0.909961, 84600, 255, 1, '', 43400),
|
||||
(@OGUID+2, 183398, 556, 3791, 3791, 3, 1, 44.7716, 150.721, -0.034146, 1.5708, 0, 0, 0.707107, 0.707107, 84600, 255, 1, '', 43400),
|
||||
(@OGUID+3, 183997, 556, 3791, 3791, 3, 1, -86.3428, 285.688, 26.4832, 0.855211, 0, 0, 0.414693, 0.909961, 84600, 255, 1, '', 43400),
|
||||
(@OGUID+4, 185554, 556, 3791, 3791, 2, 1, -87.1621, 287.823, 26.4832, 1.55334, 0, 0, 0.700909, 0.713251, 84600, 255, 1, '', 43400);
|
||||
-- (@OGUID+5, 185590, 556, 3791, 3791, 3, 1, -87.2981, 287.831, 30.3859, 0.855211, 0, 0, 0.414693, 0.909961, 84600, 255, 1, '', 43400); -- Moonstone (summoning event
|
||||
-- (@OGUID+6, 185595, 556, 3791, 3791, 3, 1, -87.1946, 287.733, 29.9693, 3.50812, 0, 0, -0.983254, 0.182238, 84600, 255, 1, '', 43400); -- Test Rift (summoning event)
|
||||
|
||||
DELETE FROM `creature_template_addon` WHERE (`entry` IN (18319,18320,18321,18322,18323,18325,18326,18327,18328));
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||
(18319, 0, 0, 0, 1, 0, 0, '37509'),
|
||||
(18320, 0, 0, 0, 1, 0, 0, '37509'),
|
||||
(18321, 0, 0, 0, 1, 0, 0, ''),
|
||||
(18322, 0, 0, 0, 1, 0, 0, ''),
|
||||
(18323, 0, 0, 0, 1, 0, 0, ''),
|
||||
(18325, 0, 0, 0, 1, 0, 0, ''),
|
||||
(18326, 0, 0, 0, 1, 0, 0, ''),
|
||||
(18327, 0, 0, 0, 1, 0, 0, '37509'),
|
||||
(18328, 0, 0, 0, 1, 0, 0, '');
|
||||
|
||||
UPDATE `creature_template_addon` SET `auras` = '18950' WHERE (`entry` = 18472);
|
||||
|
||||
-- Pathing for Sethekk Guard Entry: 18323
|
||||
SET @NPC := @CGUID+80;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=40.18725,`position_y`=21.10956,`position_z`=0.17478779 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,375,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,0,40.18725,21.10956,0.17478779,NULL,0,0,0,100,0),
|
||||
(@PATH,1,40.059547,19.529436,0.09135534,NULL,0,0,0,100,0),
|
||||
(@PATH,2,39.931847,17.949312,0.007922882,NULL,0,0,0,100,0),
|
||||
(@PATH,3,39.404964,11.429875,0.007973382,NULL,0,0,0,100,0),
|
||||
(@PATH,4,38.857784,4.6592793,0.0073759896,NULL,0,0,0,100,0),
|
||||
(@PATH,5,38.482487,0.015504386,0.006656774,NULL,0,0,0,100,0),
|
||||
(@PATH,6,38.076687,-5.005721,0.006604223,NULL,0,0,0,100,0),
|
||||
(@PATH,7,38.076687,-5.005721,0.006604223,NULL,0,0,0,100,0),
|
||||
(@PATH,8,30.366282,-5.023761,0.0054908236,NULL,2147483647,0,0,100,0);
|
||||
-- 0x203CA8458011E4C000182C00010E236B .go xyz 30.366282 -5.023761 0.0054908236
|
||||
|
||||
-- Pathing for Sethekk Guard Entry: 18323
|
||||
SET @NPC := @CGUID+81;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=37.141617,`position_y`=29.180658,`position_z`=0.17421828 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,375,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,0,37.141617,29.180658,0.17421828,NULL,0,0,0,100,0),
|
||||
(@PATH,1,37.141502,20.305258,0.09123234,NULL,0,0,0,100,0),
|
||||
(@PATH,2,37.141388,11.429857,0.008246395,NULL,0,0,0,100,0),
|
||||
(@PATH,3,37.141327,6.529172,0.007993373,NULL,0,0,0,100,0),
|
||||
(@PATH,4,37.141327,6.529172,0.007993373,NULL,0,0,0,100,0),
|
||||
(@PATH,5,29.686293,5.346887,0.0062663895,NULL,2147483647,0,0,100,0);
|
||||
-- 0x203CA8458011E4C000182C00018E236B .go xyz 29.686293 5.346887 0.0062663895
|
||||
|
||||
-- Pathing for Sethekk Initiate Entry: 18318
|
||||
SET @NPC := @CGUID+41;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=36.73842,`position_y`=10.677114,`position_z`=0.008318759 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,36.73842,10.677114,0.008318759,NULL,0,0,0,100,0),
|
||||
(@PATH,2,40.667316,20.894041,0.008027105,NULL,0,0,0,100,0),
|
||||
(@PATH,3,38.962692,30.885172,0.0074734767,NULL,0,0,0,100,0),
|
||||
(@PATH,4,39.64863,40.192886,0.0074779084,NULL,0,0,0,100,0),
|
||||
(@PATH,5,45.314354,37.101177,0.0074783196,NULL,0,0,0,100,0),
|
||||
(@PATH,6,47.015766,25.06157,0.0074763903,NULL,0,0,0,100,0),
|
||||
(@PATH,7,47.217983,9.030255,0.0050247586,NULL,0,0,0,100,0),
|
||||
(@PATH,8,39.303646,0.663297,0.007095872,NULL,0,0,0,100,0);
|
||||
-- 0x203CA8458011E38000182C00000E236B .go xyz 36.73842 10.677114 0.008318759
|
||||
|
||||
-- Pathing for Avian Darkhawk Entry: 19429
|
||||
SET @NPC := @CGUID+127;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-69.39115,`position_y`=111.7542,`position_z`=0.00720282 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,-69.39115,111.7542,0.00720282,NULL,0,0,0,100,0),
|
||||
(@PATH,2,-75.57139,107.86683,0.0072000534,NULL,0,0,0,100,0),
|
||||
(@PATH,3,-79.04226,99.95164,0.007202108,NULL,0,0,0,100,0),
|
||||
(@PATH,4,-77.11786,94.87296,0.0072032358,NULL,0,0,0,100,0),
|
||||
(@PATH,5,-72.23981,90.77932,0.007205063,NULL,0,0,0,100,0),
|
||||
(@PATH,6,-65.01194,92.55649,0.0072021014,NULL,0,0,0,100,0),
|
||||
(@PATH,7,-59.58082,96.96696,0.021822706,NULL,0,0,0,100,0),
|
||||
(@PATH,8,-61.12924,104.628075,0.0072018215,NULL,0,0,0,100,0);
|
||||
-- 0x203CA8458012F94000182C00000E236C .go xyz -69.39115 111.7542 0.00720282
|
||||
|
||||
-- Pathing for Avian Darkhawk Entry: 19429
|
||||
SET @NPC := @CGUID+128;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=83.93823,`position_y`=118.20135,`position_z`=0.3618002 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,83.93823,118.20135,0.3618002,NULL,0,0,0,100,0),
|
||||
(@PATH,2,85.99174,111.83964,0.26977137,NULL,0,0,0,100,0),
|
||||
(@PATH,3,80.27435,108.83183,0.23825333,NULL,0,0,0,100,0),
|
||||
(@PATH,4,75.21125,111.69642,0.2993702,NULL,0,0,0,100,0),
|
||||
(@PATH,5,72.856766,115.09385,-0.001456155,NULL,0,0,0,100,0),
|
||||
(@PATH,6,73.79264,119.72423,0.10155891,NULL,0,0,0,100,0),
|
||||
(@PATH,7,79.69893,120.26302,0.3618002,NULL,0,0,0,100,0);
|
||||
-- 0x203CA8458012F94000182C00008E236B
|
||||
|
||||
-- Pathing for Avian Darkhawk Entry: 19429
|
||||
SET @NPC := @CGUID+125;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-70.667145,`position_y`=154.24731,`position_z`=0.006635988 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,-70.667145,154.24731,0.006635988,NULL,0,1,0,100,0),
|
||||
(@PATH,2,-65.95061,145.78908,0.006454454,NULL,0,1,0,100,0),
|
||||
(@PATH,3,-70.65206,140.3833,0.006873957,NULL,0,1,0,100,0),
|
||||
(@PATH,4,-74.04532,145.97528,0.006497793,NULL,0,1,0,100,0),
|
||||
(@PATH,5,-71.2645,154.09944,0.0066189114,NULL,0,1,0,100,0),
|
||||
(@PATH,6,-74.607475,165.30824,0.0074038994,NULL,0,1,0,100,0),
|
||||
(@PATH,7,-84.76448,171.64992,0.010449619,NULL,0,1,0,100,0),
|
||||
(@PATH,8,-109.9047,173.86609,0.010785582,NULL,0,1,0,100,0),
|
||||
(@PATH,9,-118.04346,168.02657,-0.035944257,NULL,0,1,0,100,0),
|
||||
(@PATH,10,-116.30256,178.02107,0.010769212,NULL,0,1,0,100,0),
|
||||
(@PATH,11,-109.954,174.63242,-0.0012249517,NULL,0,1,0,100,0),
|
||||
(@PATH,12,-100.3579,174.42007,0.009782679,NULL,0,1,0,100,0),
|
||||
(@PATH,13,-85.897484,176.81961,0.009938575,NULL,0,1,0,100,0),
|
||||
(@PATH,14,-73.72114,166.32028,0.0075173867,NULL,0,1,0,100,0);
|
||||
-- 0x203CA8458012F94000182C00008E236C .go xyz -70.667145 154.24731 0.006635988
|
||||
|
||||
-- Pathing for Avian Darkhawk Entry: 19429
|
||||
SET @NPC := @CGUID+130;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=61.541374,`position_y`=86.465836,`position_z`=0.11625825 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,61.541374,86.465836,0.11625825,NULL,0,0,0,100,0),
|
||||
(@PATH,2,61.60423,82.89358,0.11962958,NULL,0,0,0,100,0),
|
||||
(@PATH,3,59.79479,78.14727,0.10969379,NULL,0,0,0,100,0),
|
||||
(@PATH,4,53.405872,74.830986,-0.34102336,NULL,0,0,0,100,0),
|
||||
(@PATH,5,50.29865,78.00863,-0.6153243,NULL,0,0,0,100,0),
|
||||
(@PATH,6,54.01891,84.57008,0.15080427,NULL,0,0,0,100,0),
|
||||
(@PATH,7,58.741856,87.63797,0.13519229,NULL,0,0,0,100,0);
|
||||
-- 0x203CA8458012F94000182C00010E236B .go xyz 61.541374 86.465836 0.11625825
|
||||
|
||||
-- Pathing for Avian Darkhawk Entry: 19429
|
||||
SET @NPC := @CGUID+126;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-74.85056,`position_y`=105.95508,`position_z`=0.46667427 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,-74.85056,105.95508,0.46667427,NULL,0,0,0,100,0),
|
||||
(@PATH,2,-75.15681,110.50211,0.0071987635,NULL,0,0,0,100,0),
|
||||
(@PATH,3,-76.439835,115.81949,0.007886879,NULL,0,0,0,100,0),
|
||||
(@PATH,4,-80.21233,119.24259,0.006932754,NULL,0,0,0,100,0),
|
||||
(@PATH,5,-85.321724,118.76939,0.006174661,NULL,0,0,0,100,0),
|
||||
(@PATH,6,-89.15545,112.78256,0.00720314,NULL,0,0,0,100,0),
|
||||
(@PATH,7,-88.99241,105.29069,0.00708867,NULL,0,0,0,100,0),
|
||||
(@PATH,8,-84.34352,100.63735,0.007198175,NULL,0,0,0,100,0),
|
||||
(@PATH,9,-78.502144,101.02491,0.007202361,NULL,0,0,0,100,0);
|
||||
-- 0x203CA8458012F94000182C00010E236C .go xyz -74.85056 105.95508 0.46667427
|
||||
|
||||
-- Pathing for Avian Darkhawk Entry: 19429
|
||||
SET @NPC := @CGUID+129;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=19.20821,`position_y`=102.30094,`position_z`=0.42331758 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,19.20821,102.30094,0.42331758,NULL,0,0,0,100,0),
|
||||
(@PATH,2,20.980625,105.93845,0.39092496,NULL,0,0,0,100,0),
|
||||
(@PATH,3,19.295076,110.83514,0.41467467,NULL,0,0,0,100,0),
|
||||
(@PATH,4,13.302068,114.14034,0.37624326,NULL,0,0,0,100,0),
|
||||
(@PATH,5,7.753703,108.07671,0.2779381,NULL,0,0,0,100,0),
|
||||
(@PATH,6,9.309584,99.447,0.33932897,NULL,0,0,0,100,0),
|
||||
(@PATH,7,16.262775,99.27335,0.39650887,NULL,0,0,0,100,0);
|
||||
-- 0x203CA8458012F94000182C00018E236B .go xyz 19.20821 102.30094 0.42331758
|
||||
|
||||
-- Pathing for Sethekk Initiate Entry: 18318
|
||||
SET @NPC := @CGUID+31;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-264.9457,`position_y`=179.76292,`position_z`=0.033908542 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,-264.9457,179.76292,0.033908542,NULL,0,0,0,100,0),
|
||||
(@PATH,2,-258.26074,182.91333,0.03933986,NULL,0,0,0,100,0),
|
||||
(@PATH,3,-255.95424,188.71451,0.042812075,NULL,0,0,0,100,0),
|
||||
(@PATH,4,-258.26074,182.91333,0.03933986,NULL,0,0,0,100,0);
|
||||
-- 0x203CA8458011E38000182C00010E236C .go xyz -264.9457 179.76292 0.033908542
|
||||
|
||||
-- Pathing for Sethekk Initiate Entry: 18318
|
||||
SET @NPC := @CGUID+32;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-245.3342,`position_y`=170.36398,`position_z`=0.04497503 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,-245.3342,170.36398,0.04497503,NULL,0,0,0,100,0),
|
||||
(@PATH,2,-239.22995,168.25558,-0.08834212,NULL,0,0,0,100,0),
|
||||
(@PATH,3,-238.53963,160.60075,-0.12405233,NULL,0,0,0,100,0),
|
||||
(@PATH,4,-239.22995,168.25558,-0.08834212,NULL,0,0,0,100,0);
|
||||
-- 0x203CA8458011E38000182C00040E236B .go xyz -245.3342 170.36398 0.04497503
|
||||
|
||||
-- Pathing for Cobalt Serpent Entry: 19428
|
||||
SET @NPC := @CGUID+123;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-272.65973,`position_y`=170.79295,`position_z`=0.056994434 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,-272.65973,170.79295,0.056994434,NULL,0,0,0,100,0),
|
||||
(@PATH,2,-271.80557,153.02646,13.519073,NULL,0,0,0,100,0),
|
||||
(@PATH,3,-269.01578,144.18152,13.579221,NULL,0,0,0,100,0),
|
||||
(@PATH,4,-259.85416,141.33255,13.56271,NULL,0,0,0,100,0),
|
||||
(@PATH,5,-242.04726,141.69954,26.76713,NULL,0,0,0,100,0),
|
||||
(@PATH,6,-221.88576,141.7515,26.764343,NULL,0,0,0,100,0),
|
||||
(@PATH,7,-214.89592,150.32657,26.876207,NULL,0,0,0,100,0),
|
||||
(@PATH,8,-212.5275,168.4632,26.758505,NULL,0,0,0,100,0),
|
||||
(@PATH,9,-214.3615,200.47395,26.72269,NULL,0,0,0,100,0),
|
||||
(@PATH,10,-226.15234,205.7063,27.346067,NULL,0,0,0,100,0),
|
||||
(@PATH,11,-254.78401,204.45663,26.815353,NULL,0,0,0,100,0),
|
||||
(@PATH,12,-277.5177,205.64934,26.722033,NULL,0,0,0,100,0),
|
||||
(@PATH,13,-254.78401,204.45663,26.815353,NULL,0,0,0,100,0),
|
||||
(@PATH,14,-226.15234,205.7063,27.346067,NULL,0,0,0,100,0),
|
||||
(@PATH,15,-214.3615,200.47395,26.72269,NULL,0,0,0,100,0),
|
||||
(@PATH,16,-212.5275,168.4632,26.758505,NULL,0,0,0,100,0),
|
||||
(@PATH,17,-214.89592,150.32657,26.876207,NULL,0,0,0,100,0),
|
||||
(@PATH,18,-221.88576,141.7515,26.764343,NULL,0,0,0,100,0),
|
||||
(@PATH,19,-242.04726,141.69954,26.76713,NULL,0,0,0,100,0),
|
||||
(@PATH,20,-259.85416,141.33255,13.56271,NULL,0,0,0,100,0),
|
||||
(@PATH,21,-269.01578,144.18152,13.579221,NULL,0,0,0,100,0),
|
||||
(@PATH,22,-271.80103,152.93188,13.523027,NULL,0,0,0,100,0);
|
||||
-- 0x203CA8458012F90000182C00000E236B .go xyz -272.65973 170.79295 0.056994434
|
||||
|
||||
-- Pathing for Cobalt Serpent Entry: 19428
|
||||
SET @NPC := @CGUID+122;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-141.12387,`position_y`=286.8888,`position_z`=26.732378 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,-141.12387,286.8888,26.732378,NULL,0,0,0,100,0),
|
||||
(@PATH,2,-162.5813,290.58685,26.731392,NULL,0,0,0,100,0),
|
||||
(@PATH,3,-177.13202,295.49243,26.607801,NULL,0,0,0,100,0),
|
||||
(@PATH,4,-190.3777,310.3732,26.730482,NULL,0,0,0,100,0),
|
||||
(@PATH,5,-207.03102,331.1477,26.649206,NULL,0,0,0,100,0),
|
||||
(@PATH,6,-217.97969,333.11343,26.964346,NULL,0,0,0,100,0),
|
||||
(@PATH,7,-232.11073,317.8273,26.773405,NULL,0,0,0,100,0),
|
||||
(@PATH,8,-242.57414,300.84528,26.730623,NULL,0,0,0,100,0),
|
||||
(@PATH,9,-232.11073,317.8273,26.773405,NULL,0,0,0,100,0),
|
||||
(@PATH,10,-217.97969,333.11343,26.964346,NULL,0,0,0,100,0),
|
||||
(@PATH,11,-207.03102,331.1477,26.649206,NULL,0,0,0,100,0),
|
||||
(@PATH,12,-190.3777,310.3732,26.730482,NULL,0,0,0,100,0),
|
||||
(@PATH,13,-177.13202,295.49243,26.607801,NULL,0,0,0,100,0),
|
||||
(@PATH,14,-162.5813,290.58685,26.731392,NULL,0,0,0,100,0);
|
||||
-- 0x203CA8458012F90000182C00000E236C .go xyz -141.12387 286.8888 26.732378
|
||||
|
||||
-- Pathing for Cobalt Serpent Entry: 19428
|
||||
SET @NPC := @CGUID+121;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-277.5177,`position_y`=205.64934,`position_z`=26.722033 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,-277.5177,205.64934,26.722033,NULL,0,0,0,100,0),
|
||||
(@PATH,2,-254.78401,204.45663,26.815353,NULL,0,0,0,100,0),
|
||||
(@PATH,3,-226.15234,205.7063,27.346067,NULL,0,0,0,100,0),
|
||||
(@PATH,4,-214.3615,200.47395,26.72269,NULL,0,0,0,100,0),
|
||||
(@PATH,5,-212.5275,168.4632,26.758505,NULL,0,0,0,100,0),
|
||||
(@PATH,6,-214.89592,150.32657,26.876207,NULL,0,0,0,100,0),
|
||||
(@PATH,7,-221.88576,141.7515,26.764343,NULL,0,0,0,100,0),
|
||||
(@PATH,8,-242.04726,141.69954,26.76713,NULL,0,0,0,100,0),
|
||||
(@PATH,9,-259.85416,141.33255,13.56271,NULL,0,0,0,100,0),
|
||||
(@PATH,10,-269.01578,144.18152,13.579221,NULL,0,0,0,100,0),
|
||||
(@PATH,11,-271.80103,152.93188,13.523027,NULL,0,0,0,100,0),
|
||||
(@PATH,12,-272.65973,170.79295,0.056994434,NULL,0,0,0,100,0),
|
||||
(@PATH,13,-271.80557,153.02646,13.519073,NULL,0,0,0,100,0),
|
||||
(@PATH,14,-269.01578,144.18152,13.579221,NULL,0,0,0,100,0),
|
||||
(@PATH,15,-259.85416,141.33255,13.56271,NULL,0,0,0,100,0),
|
||||
(@PATH,16,-242.04726,141.69954,26.76713,NULL,0,0,0,100,0),
|
||||
(@PATH,17,-221.88576,141.7515,26.764343,NULL,0,0,0,100,0),
|
||||
(@PATH,18,-214.89592,150.32657,26.876207,NULL,0,0,0,100,0),
|
||||
(@PATH,19,-212.5275,168.4632,26.758505,NULL,0,0,0,100,0),
|
||||
(@PATH,20,-214.3615,200.47395,26.72269,NULL,0,0,0,100,0),
|
||||
(@PATH,21,-226.15234,205.7063,27.346067,NULL,0,0,0,100,0),
|
||||
(@PATH,22,-254.78401,204.45663,26.815353,NULL,0,0,0,100,0);
|
||||
-- 0x203CA8458012F90000182C00000E236C .go xyz -141.12387 286.8888 26.732378
|
||||
|
||||
-- Pathing for Cobalt Serpent Entry: 19428
|
||||
SET @NPC := @CGUID+124;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-228.45494,`position_y`=151.97469,`position_z`=0.048201732 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,-228.45494,151.97469,0.048201732,NULL,0,0,0,100,0),
|
||||
(@PATH,2,-226.6313,167.8625,-0.19895585,NULL,0,0,0,100,0),
|
||||
(@PATH,3,-239.73395,171.82242,-0.026919192,NULL,0,0,0,100,0),
|
||||
(@PATH,4,-253.77058,180.43588,0.038319122,NULL,0,0,0,100,0),
|
||||
(@PATH,5,-250.03156,189.5389,0.043777715,NULL,0,0,0,100,0),
|
||||
(@PATH,6,-244.20546,198.88652,0.06436034,NULL,0,0,0,100,0),
|
||||
(@PATH,7,-250.03156,189.5389,0.043777715,NULL,0,0,0,100,0),
|
||||
(@PATH,8,-253.77058,180.43588,0.038319122,NULL,0,0,0,100,0),
|
||||
(@PATH,9,-239.73395,171.82242,-0.026919192,NULL,0,0,0,100,0),
|
||||
(@PATH,10,-226.6313,167.8625,-0.19895585,NULL,0,0,0,100,0);
|
||||
-- 0x203CA8458012F90000182C00010E236C .go xyz -228.45494 151.97469 0.048201732
|
||||
|
||||
-- Pathing for Avian Warhawk/Talon Lord
|
||||
SET @NPC := @CGUID+63;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-215.65906,`position_y`=341.38385,`position_z`=26.758604 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,-215.65906,341.38385,26.758604,NULL,0,0,0,100,0),
|
||||
(@PATH,2,-212.62154,334.33975,26.703196,NULL,0,0,0,100,0),
|
||||
(@PATH,3,-205.06012,328.8966,26.664303,NULL,0,0,0,100,0),
|
||||
(@PATH,4,-212.62154,334.33975,26.703196,NULL,0,0,0,100,0);
|
||||
-- 0x203CA8458015640000182C00000E236B .go xyz -215.65906 341.38385 26.758604
|
||||
|
||||
-- Pathing for Avian Warhawk Entry: 21904
|
||||
SET @NPC := @CGUID+64;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-186.66884,`position_y`=286.6715,`position_z`=26.504198 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,-186.66884,286.6715,26.504198,NULL,0,0,0,100,0),
|
||||
(@PATH,2,-178.94624,289.9725,26.47102,NULL,0,0,0,100,0),
|
||||
(@PATH,3,-167.46309,287.20474,26.71934,NULL,0,0,0,100,0),
|
||||
(@PATH,4,-178.94624,289.9725,26.47102,NULL,0,0,0,100,0);
|
||||
-- 0x203CA8458015640000182C00000E236C .go xyz -186.66884 286.6715 26.504198
|
||||
|
||||
-- Pathing for Avian Warhawk Entry: 21904
|
||||
SET @NPC := @CGUID+157;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-14.914525,`position_y`=293.09634,`position_z`=26.73106 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,-14.914525,293.09634,26.73106,NULL,0,0,0,100,0),
|
||||
(@PATH,2,-15.610211,279.9396,26.73158,NULL,0,0,0,100,0);
|
||||
-- 0x203CA8458015640000182C00008E236B .go xyz -14.914525 293.09634 26.73106
|
||||
|
||||
-- Pathing for Avian Warhawk Entry: 21904
|
||||
SET @NPC := @CGUID+59;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-62.638836,`position_y`=301.12744,`position_z`=26.22019 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,-62.638836,301.12744,26.22019,NULL,0,0,0,100,0),
|
||||
(@PATH,2,-66.25406,308.86948,26.425598,NULL,0,0,0,100,0),
|
||||
(@PATH,3,-70.35762,312.2491,26.576595,NULL,0,0,0,100,0),
|
||||
(@PATH,4,-66.265144,308.89322,26.427582,NULL,0,0,0,100,0);
|
||||
-- 0x203CA8458015640000182C00008E236C .go xyz -62.638836 301.12744 26.22019
|
||||
|
||||
-- Pathing for Avian Warhawk Entry: 21904
|
||||
SET @NPC := @CGUID+159;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-123.93096,`position_y`=274.12927,`position_z`=27.443691 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,-123.93096,274.12927,27.443691,NULL,0,0,0,100,0),
|
||||
(@PATH,2,-116.98837,275.10294,27.158407,NULL,0,0,0,100,0),
|
||||
(@PATH,3,-110.64208,271.144,26.157415,NULL,0,0,0,100,0),
|
||||
(@PATH,4,-116.98837,275.10294,27.158407,NULL,0,0,0,100,0);
|
||||
-- 0x203CA8458015640000182C00010E236B .go xyz -123.93096 274.12927 27.443691
|
||||
|
||||
-- Pathing for Avian Warhawk Entry: 21904
|
||||
SET @NPC := @CGUID+58;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-82.03732,`position_y`=277.92352,`position_z`=26.707567 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,-82.03732,277.92352,26.707567,NULL,0,0,0,100,0),
|
||||
(@PATH,2,-87.07979,275.7488,26.679401,NULL,0,0,0,100,0),
|
||||
(@PATH,3,-88.232155,269.7406,26.807932,NULL,0,0,0,100,0),
|
||||
(@PATH,4,-87.07979,275.7488,26.679401,NULL,0,0,0,100,0);
|
||||
-- 0x203CA8458015640000182C00018E236B .go xyz -82.03732 277.92352 26.707567
|
||||
|
||||
-- Pathing for Sethekk Talon Lord Entry: 18321
|
||||
SET @NPC := @CGUID+60;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-44.706738,`position_y`=282.19345,`position_z`=26.748894 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,-44.706738,282.19345,26.748894,NULL,0,0,0,100,0),
|
||||
(@PATH,2,-49.351517,289.82507,26.876232,NULL,0,0,0,100,0),
|
||||
(@PATH,3,-56.364132,289.20328,26.88951,NULL,0,0,0,100,0),
|
||||
(@PATH,4,-62.931053,283.66907,26.916052,NULL,0,0,0,100,0),
|
||||
(@PATH,5,-56.364132,289.20328,26.88951,NULL,0,0,0,100,0),
|
||||
(@PATH,6,-49.351517,289.82507,26.876232,NULL,0,0,0,100,0);
|
||||
-- 0x203CA8458011E44000182C00000E236B .go xyz -44.706738 282.19345 26.748894
|
||||
|
||||
-- Pathing for Sethekk Talon Lord Entry: 18321
|
||||
SET @NPC := @CGUID+158;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-243.1212,`position_y`=329.36237,`position_z`=27.06958 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,-243.1212,329.36237,27.06958,NULL,0,0,0,100,0),
|
||||
(@PATH,2,-235.42253,324.18118,26.987646,NULL,0,0,0,100,0),
|
||||
(@PATH,3,-226.3113,324.1906,27.157164,NULL,0,0,0,100,0),
|
||||
(@PATH,4,-235.42253,324.18118,26.987646,NULL,0,0,0,100,0);
|
||||
-- 0x203CA8458011E44000182C00000E236C .go xyz -243.1212 329.36237 27.06958
|
||||
|
||||
-- Pathing for Sethekk Talon Lord Entry: 18321
|
||||
SET @NPC := @CGUID+62;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-103.86865,`position_y`=297.52078,`position_z`=26.516693 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,-103.86865,297.52078,26.516693,NULL,0,0,0,100,0),
|
||||
(@PATH,2,-95.58192,299.37805,26.483166,NULL,0,0,0,100,0),
|
||||
(@PATH,3,-95.795074,309.50726,25.902016,NULL,0,0,0,100,0),
|
||||
(@PATH,4,-95.58192,299.37805,26.483166,NULL,0,0,0,100,0);
|
||||
-- 0x203CA8458011E44000182C00008E236C .go xyz -103.86865 297.52078 26.516693
|
||||
|
||||
-- Avian Flyer
|
||||
SET @NPC := @CGUID+160;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=79.81495,`position_y`=325.71585,`position_z`=35.917145 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 ,79.81495,325.71585,35.917145,NULL,0,2,0,100,0),
|
||||
(@PATH,2 ,53.58423,318.03043,35.917145,NULL,0,2,0,100,0),
|
||||
(@PATH,3 ,30.70724,293.42297,35.917145,NULL,0,2,0,100,0),
|
||||
(@PATH,4 ,-2.82184,288.10187,35.917145,NULL,0,2,0,100,0),
|
||||
(@PATH,5 ,-47.25227,286.68564,33.472675,NULL,0,2,0,100,0),
|
||||
(@PATH,6 ,-77.66489,294.9417,35.917145,NULL,0,2,0,100,0),
|
||||
(@PATH,7 ,-97.606346,297.55722,35.917145,NULL,0,2,0,100,0),
|
||||
(@PATH,8 ,-127.00974,287.73557,34.778255,NULL,0,2,0,100,0),
|
||||
(@PATH,9 ,-159.20929,285.55457,34.417133,NULL,0,2,0,100,0),
|
||||
(@PATH,10,-184.13411,304.06845,38.667126,NULL,0,2,0,100,0),
|
||||
(@PATH,11,-205.78267,329.3189,44.11156,NULL,0,2,0,100,0),
|
||||
(@PATH,12,-228.05702,322.38586,41.75045,NULL,0,2,0,100,0),
|
||||
(@PATH,13,-239.67989,294.06415,39.361538,NULL,0,2,0,100,0),
|
||||
(@PATH,14,-241.60742,248.65598,35.22264,NULL,0,2,0,100,0),
|
||||
(@PATH,15,-242.08472,211.41222,34.13928,NULL,0,2,0,100,0),
|
||||
(@PATH,16,-227.66096,199.02985,36.722626,NULL,0,2,0,100,0),
|
||||
(@PATH,17,-216.8188,187.85458,39.58375,NULL,0,2,0,100,0),
|
||||
(@PATH,18,-222.12747,171.71571,36.833717,NULL,0,2,0,100,0),
|
||||
(@PATH,19,-243.82295,168.38191,27.639269,NULL,0,2,0,100,0),
|
||||
(@PATH,20,-255.81242,174.83055,22.028154,NULL,0,2,0,100,0),
|
||||
(@PATH,21,-245.19748,183.36877,11.917045,NULL,0,2,0,100,0),
|
||||
(@PATH,22,-234.86041,183.1228,10.222604,NULL,0,2,0,100,0),
|
||||
(@PATH,23,-199.51303,173.43724,9.917048,NULL,0,2,0,100,0),
|
||||
(@PATH,24,-177.09161,172.63602,7.500389,NULL,0,2,0,100,0),
|
||||
(@PATH,25,-150.6613,183.97652,7.500389,NULL,0,2,0,100,0),
|
||||
(@PATH,26,-121.95048,176.10516,7.500389,NULL,0,2,0,100,0),
|
||||
(@PATH,27,-103.60011,173.481,7.500389,NULL,0,2,0,100,0),
|
||||
(@PATH,28,-84.781235,174.62166,10.222603,NULL,0,2,0,100,0),
|
||||
(@PATH,29,-74.13061,169.04915,10.167056,NULL,0,2,0,100,0),
|
||||
(@PATH,30,-72.63261,156.67995,8.500388,NULL,0,2,0,100,0),
|
||||
(@PATH,31,-70.797356,127.87139,8.055948,NULL,0,2,0,100,0),
|
||||
(@PATH,32,-57.021084,106.29347,8.055948,NULL,0,2,0,100,0),
|
||||
(@PATH,33,-31.187357,100.58961,7.528172,NULL,0,2,0,100,0),
|
||||
(@PATH,34,-0.574272,100.44762,8.055948,NULL,0,2,0,100,0),
|
||||
(@PATH,35,10.779011,100.98603,13.139283,NULL,0,2,0,100,0),
|
||||
(@PATH,36,21.755234,100.82227,21.778212,NULL,0,2,0,100,0),
|
||||
(@PATH,37,28.908342,99.66049,37.667152,NULL,0,2,0,100,0),
|
||||
(@PATH,38,44.14049,99.24867,70.77821,NULL,0,2,494,100,0);
|
||||
|
||||
-- Travel
|
||||
SET @NPC := @CGUID+161;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=79.81495,`position_y`=325.71585,`position_z`=35.917145 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 ,79.81495,325.71585,35.917145,NULL,0,2,0,100,0),
|
||||
(@PATH,2 ,53.58423,318.03043,35.917145,NULL,0,2,0,100,0),
|
||||
(@PATH,3 ,30.70724,293.42297,35.917145,NULL,0,2,0,100,0),
|
||||
(@PATH,4 ,-2.82184,288.10187,35.917145,NULL,0,2,0,100,0),
|
||||
(@PATH,5 ,-47.25227,286.68564,33.472675,NULL,0,2,0,100,0),
|
||||
(@PATH,6 ,-77.66489,294.9417,35.917145,NULL,0,2,0,100,0),
|
||||
(@PATH,7 ,-97.606346,297.55722,35.917145,NULL,0,2,0,100,0),
|
||||
(@PATH,8 ,-127.00974,287.73557,34.778255,NULL,0,2,0,100,0),
|
||||
(@PATH,9 ,-159.20929,285.55457,34.417133,NULL,0,2,0,100,0),
|
||||
(@PATH,10,-184.13411,304.06845,38.667126,NULL,0,2,0,100,0),
|
||||
(@PATH,11,-205.78267,329.3189,44.11156,NULL,0,2,0,100,0),
|
||||
(@PATH,12,-228.05702,322.38586,41.75045,NULL,0,2,0,100,0),
|
||||
(@PATH,13,-239.67989,294.06415,39.361538,NULL,0,2,0,100,0),
|
||||
(@PATH,14,-241.60742,248.65598,35.22264,NULL,0,2,0,100,0),
|
||||
(@PATH,15,-242.08472,211.41222,34.13928,NULL,0,2,0,100,0),
|
||||
(@PATH,16,-227.66096,199.02985,36.722626,NULL,0,2,0,100,0),
|
||||
(@PATH,17,-216.8188,187.85458,39.58375,NULL,0,2,0,100,0),
|
||||
(@PATH,18,-222.12747,171.71571,36.833717,NULL,0,2,0,100,0),
|
||||
(@PATH,19,-243.82295,168.38191,27.639269,NULL,0,2,0,100,0),
|
||||
(@PATH,20,-255.81242,174.83055,22.028154,NULL,0,2,0,100,0),
|
||||
(@PATH,21,-245.19748,183.36877,11.917045,NULL,0,2,0,100,0),
|
||||
(@PATH,22,-234.86041,183.1228,10.222604,NULL,0,2,0,100,0),
|
||||
(@PATH,23,-199.51303,173.43724,9.917048,NULL,0,2,0,100,0),
|
||||
(@PATH,24,-177.09161,172.63602,7.500389,NULL,0,2,0,100,0),
|
||||
(@PATH,25,-150.6613,183.97652,7.500389,NULL,0,2,0,100,0),
|
||||
(@PATH,26,-121.95048,176.10516,7.500389,NULL,0,2,0,100,0),
|
||||
(@PATH,27,-103.60011,173.481,7.500389,NULL,0,2,0,100,0),
|
||||
(@PATH,28,-84.781235,174.62166,10.222603,NULL,0,2,0,100,0),
|
||||
(@PATH,29,-74.13061,169.04915,10.167056,NULL,0,2,0,100,0),
|
||||
(@PATH,30,-72.63261,156.67995,8.500388,NULL,0,2,0,100,0),
|
||||
(@PATH,31,-70.797356,127.87139,8.055948,NULL,0,2,0,100,0),
|
||||
(@PATH,32,-57.021084,106.29347,8.055948,NULL,0,2,0,100,0),
|
||||
(@PATH,33,-31.187357,100.58961,7.528172,NULL,0,2,0,100,0),
|
||||
(@PATH,34,-0.574272,100.44762,8.055948,NULL,0,2,0,100,0),
|
||||
(@PATH,35,10.779011,100.98603,13.139283,NULL,0,2,0,100,0),
|
||||
(@PATH,36,21.755234,100.82227,21.778212,NULL,0,2,0,100,0),
|
||||
(@PATH,37,28.908342,99.66049,37.667152,NULL,0,2,0,100,0),
|
||||
(@PATH,38,44.14049,99.24867,70.77821,NULL,0,2,494,100,0);
|
||||
|
||||
-- Travel
|
||||
SET @NPC := @CGUID+162;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=83.965126,`position_y`=251.08784,`position_z`=37.066795 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 ,83.965126,251.08784,37.066795,NULL,0,2,0,100,0),
|
||||
(@PATH,2 ,51.479595,252.18317,37.066795,NULL,0,2,0,100,0),
|
||||
(@PATH,3 ,33.247387,282.43176,37.066795,NULL,0,2,0,100,0),
|
||||
(@PATH,4 ,-4.585953,288.24802,37.066795,NULL,0,2,0,100,0),
|
||||
(@PATH,5 ,-33.12523,287.3879,33.65012,NULL,0,2,0,100,0),
|
||||
(@PATH,6 ,-63.661396,287.14493,37.066795,NULL,0,2,0,100,0),
|
||||
(@PATH,7 ,-86.58053,281.31216,37.066795,NULL,0,2,0,100,0),
|
||||
(@PATH,8 ,-122.86677,287.58286,33.705685,NULL,0,2,0,100,0),
|
||||
(@PATH,9 ,-166.13516,286.0018,37.066795,NULL,0,2,0,100,0),
|
||||
(@PATH,10,-197.12935,319.5987,41.566826,NULL,0,2,0,100,0),
|
||||
(@PATH,11,-226.72186,321.68826,41.539047,NULL,0,2,0,100,0),
|
||||
(@PATH,12,-241.978,284.02573,37.066795,NULL,0,2,0,100,0),
|
||||
(@PATH,13,-241.86697,239.69691,34.789078,NULL,0,2,0,100,0),
|
||||
(@PATH,14,-240.40866,205.25853,33.28898,NULL,0,2,0,100,0),
|
||||
(@PATH,15,-247.92111,181.82631,37.066795,NULL,0,2,0,100,0),
|
||||
(@PATH,16,-258.5413,176.81851,28.872356,NULL,0,2,0,100,0),
|
||||
(@PATH,17,-254.58849,187.92914,17.59458,NULL,0,2,0,100,0),
|
||||
(@PATH,18,-233.28218,183.52498,9.455688,NULL,0,2,0,100,0),
|
||||
(@PATH,19,-207.96848,174.10384,9.455688,NULL,0,2,0,100,0),
|
||||
(@PATH,20,-174.27309,173.59227,7.177915,NULL,0,2,0,100,0),
|
||||
(@PATH,21,-153.4284,164.08682,10.483464,NULL,0,2,0,100,0),
|
||||
(@PATH,22,-141.71867,162.85387,10.983465,NULL,0,2,0,100,0),
|
||||
(@PATH,23,-125.93141,171.57964,9.150148,NULL,0,2,0,100,0),
|
||||
(@PATH,24,-97.73457,173.64993,7.150136,NULL,0,2,0,100,0),
|
||||
(@PATH,25,-82.8989,173.92123,10.316798,NULL,0,2,0,100,0),
|
||||
(@PATH,26,-73.91816,173.07715,10.316798,NULL,0,2,0,100,0),
|
||||
(@PATH,27,-69.98465,163.4588,10.316798,NULL,0,2,0,100,0),
|
||||
(@PATH,28,-70.28123,156.77263,9.34458,NULL,0,2,0,100,0),
|
||||
(@PATH,29,-71.15484,128.59233,6.705695,NULL,0,2,0,100,0),
|
||||
(@PATH,30,-80.03834,115.57546,7.511248,NULL,0,2,0,100,0),
|
||||
(@PATH,31,-82.54434,99.08558,7.511248,NULL,0,2,0,100,0),
|
||||
(@PATH,32,-74.70563,88.52892,7.511248,NULL,0,2,0,100,0),
|
||||
(@PATH,33,-60.103733,87.1475,7.511248,NULL,0,2,0,100,0),
|
||||
(@PATH,34,-43.85668,99.20913,7.039028,NULL,0,2,0,100,0),
|
||||
(@PATH,35,-21.47738,99.807106,7.261249,NULL,0,2,0,100,0),
|
||||
(@PATH,36,7.509675,100.24832,7.511248,NULL,0,2,0,100,0),
|
||||
(@PATH,37,27.40248,97.8097,19.316807,NULL,0,2,0,100,0),
|
||||
(@PATH,38,37.0373,95.82257,30.844593,NULL,0,2,0,100,0),
|
||||
(@PATH,39,48.618385,99.0099,57.6224,NULL,0,2,494,100,0);
|
||||
|
||||
-- Anzu circling (Low)
|
||||
SET @NPC := @CGUID+163;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-116.12524,`position_y`=290.16934,`position_z`=41.52378 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,-116.12524,290.16934,41.52378,NULL,0,2,0,100,0),
|
||||
(@PATH,2,-114.52801,275.12003,40.15323,NULL,0,2,0,100,0),
|
||||
(@PATH,3,-90.68898,265.24045,41.035477,NULL,0,2,0,100,0),
|
||||
(@PATH,4,-62.08943,286.09747,48.693916,NULL,0,2,0,100,0),
|
||||
(@PATH,5,-76.84066,304.68622,51.943893,NULL,0,2,0,100,0),
|
||||
(@PATH,6,-98.75761,303.57193,46.416077,NULL,0,2,0,100,0);
|
||||
|
||||
-- Anzu circling (Mid)
|
||||
SET @NPC := @CGUID+166;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-55.4601,`position_y`=290.91666,`position_z`=63.422283 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,-55.4601,290.91666,63.422283,NULL,0,2,0,100,0),
|
||||
(@PATH,2,-69.9061,309.35782,61.866714,NULL,0,2,0,100,0),
|
||||
(@PATH,3,-96.4969,312.42383,59.08898,NULL,0,2,0,100,0),
|
||||
(@PATH,4,-113.89323,294.4826,57.422295,NULL,0,2,0,100,0),
|
||||
(@PATH,5,-114.57054,268.93918,57.97786,NULL,0,2,0,100,0),
|
||||
(@PATH,6,-91.232506,264.77496,58.75561,NULL,0,2,0,100,0),
|
||||
(@PATH,7,-68.39113,271.21622,66.11676,NULL,0,2,0,100,0);
|
||||
|
||||
-- Anzu circling (high)
|
||||
SET @NPC := @CGUID+169;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=-82.79457,`position_y`=283.41577,`position_z`=75.983185 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,-82.79457,283.41577,75.983185,NULL,0,2,0,100,0),
|
||||
(@PATH,2,-88.121376,280.8982,75.42764,NULL,0,2,0,100,0),
|
||||
(@PATH,3,-94.12981,283.68198,74.81655,NULL,0,2,0,100,0),
|
||||
(@PATH,4,-94.80146,288.9584,74.64987,NULL,0,2,0,100,0),
|
||||
(@PATH,5,-91.270485,293.89468,74.705414,NULL,0,2,0,100,0),
|
||||
(@PATH,6,-87.47999,294.87064,74.788765,NULL,0,2,0,100,0),
|
||||
(@PATH,7,-82.70808,293.1491,75.983185,NULL,0,2,0,100,0),
|
||||
(@PATH,8,-80.68703,289.5156,76.06648,NULL,0,2,0,100,0);
|
||||
|
||||
-- Script to despawn self on waypoint reached
|
||||
DELETE FROM `waypoint_scripts` WHERE `id`=494 AND `guid`=21931;
|
||||
INSERT INTO `waypoint_scripts` (`id`, `command`, `guid`) VALUES (494, 18, 21931);
|
||||
|
||||
DELETE FROM `creature_formations` WHERE `leaderGUID` IN (@CGUID+41) AND `memberGUID` IN (@CGUID+41 ,@CGUID+131);
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`) VALUES
|
||||
(@CGUID+41 , @CGUID+41 , 0, 0, 3),
|
||||
(@CGUID+41 , @CGUID+131, 3, 90, 515);
|
||||
|
||||
DELETE FROM `creature_formations` WHERE `leaderGUID` IN (@CGUID+31,@CGUID+33,@CGUID+34,@CGUID+35,@CGUID+36,@CGUID+37,@CGUID+38,@CGUID+40,@CGUID+42,@CGUID+44,@CGUID+45,@CGUID+46,@CGUID+47,@CGUID+48,@CGUID+51,@CGUID+52,@CGUID+54,@CGUID+55,@CGUID+57,@CGUID+65,@CGUID+67,@CGUID+69,@CGUID+71,@CGUID+73,@CGUID+75,@CGUID+77,@CGUID+79,@CGUID+80,@CGUID+83,@CGUID+105,@CGUID+132,@CGUID+137,@CGUID+151,@CGUID+152) AND `memberGUID` IN (@CGUID+31,@CGUID+32,@CGUID+33,@CGUID+34,@CGUID+35,@CGUID+36,@CGUID+37,@CGUID+38,@CGUID+39,@CGUID+40,@CGUID+42,@CGUID+43,@CGUID+44,@CGUID+45,@CGUID+46,@CGUID+47,@CGUID+48,@CGUID+49,@CGUID+50,@CGUID+51,@CGUID+52,@CGUID+53,@CGUID+54,@CGUID+55,@CGUID+56,@CGUID+57,@CGUID+58,@CGUID+59,@CGUID+60,@CGUID+61,@CGUID+62,@CGUID+63,@CGUID+64,@CGUID+65,@CGUID+66,@CGUID+67,@CGUID+68,@CGUID+69,@CGUID+70,@CGUID+71,@CGUID+72,@CGUID+73,@CGUID+74,@CGUID+75,@CGUID+76,@CGUID+77,@CGUID+78,@CGUID+79,@CGUID+80,@CGUID+81,@CGUID+82,@CGUID+83,@CGUID+84,@CGUID+85,@CGUID+86,@CGUID+87,@CGUID+88,@CGUID+89,@CGUID+90,@CGUID+91,@CGUID+92,@CGUID+93,@CGUID+94,@CGUID+95,@CGUID+96,@CGUID+97,@CGUID+98,@CGUID+99,@CGUID+100,@CGUID+101,@CGUID+102,@CGUID+103,@CGUID+104,@CGUID+105,@CGUID+106,@CGUID+107,@CGUID+108,@CGUID+109,@CGUID+110,@CGUID+111,@CGUID+112,@CGUID+113,@CGUID+114,@CGUID+115,@CGUID+116,@CGUID+117,@CGUID+126,@CGUID+128,@CGUID+129,@CGUID+130,@CGUID+132,@CGUID+133,@CGUID+134,@CGUID+135,@CGUID+136,@CGUID+137,@CGUID+138,@CGUID+139,@CGUID+140,@CGUID+141,@CGUID+142,@CGUID+143,@CGUID+144,@CGUID+145,@CGUID+146,@CGUID+147,@CGUID+148,@CGUID+149,@CGUID+150,@CGUID+151,@CGUID+152,@CGUID+153,@CGUID+154,@CGUID+155,@CGUID+156,@CGUID+157,@CGUID+158,@CGUID+159);
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`) VALUES
|
||||
(@CGUID+80, @CGUID+80, 0, 0, 3),
|
||||
(@CGUID+80, @CGUID+81, 0, 0, 3),
|
||||
(@CGUID+83, @CGUID+83, 0, 0, 3),
|
||||
(@CGUID+83, @CGUID+84, 0, 0, 3),
|
||||
(@CGUID+42, @CGUID+42, 0, 0, 3),
|
||||
(@CGUID+42, @CGUID+109, 0, 0, 3),
|
||||
(@CGUID+42, @CGUID+43, 0, 0, 3),
|
||||
(@CGUID+38, @CGUID+38, 0, 0, 3),
|
||||
(@CGUID+38, @CGUID+129, 0, 0, 3),
|
||||
(@CGUID+38, @CGUID+108, 0, 0, 3),
|
||||
(@CGUID+37, @CGUID+37, 0, 0, 3),
|
||||
(@CGUID+37, @CGUID+107, 0, 0, 3),
|
||||
(@CGUID+37, @CGUID+39, 0, 0, 3),
|
||||
(@CGUID+40, @CGUID+40, 0, 0, 3),
|
||||
(@CGUID+40, @CGUID+130, 0, 0, 3),
|
||||
(@CGUID+40, @CGUID+110, 0, 0, 3),
|
||||
(@CGUID+77, @CGUID+77, 0, 0, 3),
|
||||
(@CGUID+77, @CGUID+78, 0, 0, 3),
|
||||
(@CGUID+36, @CGUID+36, 0, 0, 3),
|
||||
(@CGUID+36, @CGUID+128, 0, 0, 3),
|
||||
(@CGUID+36, @CGUID+106, 0, 0, 3),
|
||||
(@CGUID+75, @CGUID+75, 0, 0, 3),
|
||||
(@CGUID+75, @CGUID+76, 0, 0, 3),
|
||||
(@CGUID+79, @CGUID+79, 0, 0, 3),
|
||||
(@CGUID+79, @CGUID+82, 0, 0, 3),
|
||||
(@CGUID+105, @CGUID+105, 0, 0, 3),
|
||||
(@CGUID+105, @CGUID+116, 0, 0, 3),
|
||||
(@CGUID+105, @CGUID+117, 0, 0, 3),
|
||||
(@CGUID+35, @CGUID+35, 0, 0, 3),
|
||||
(@CGUID+35, @CGUID+104, 0, 0, 3),
|
||||
(@CGUID+35, @CGUID+115, 0, 0, 3),
|
||||
(@CGUID+34, @CGUID+34, 0, 0, 3),
|
||||
(@CGUID+34, @CGUID+126, 0, 0, 3),
|
||||
(@CGUID+34, @CGUID+114, 0, 0, 3),
|
||||
(@CGUID+34, @CGUID+103, 0, 0, 3),
|
||||
(@CGUID+73, @CGUID+73, 0, 0, 3),
|
||||
(@CGUID+73, @CGUID+74, 0, 0, 3),
|
||||
(@CGUID+33, @CGUID+33, 0, 0, 3),
|
||||
(@CGUID+33, @CGUID+113, 0, 0, 3),
|
||||
(@CGUID+33, @CGUID+102, 0, 0, 3),
|
||||
(@CGUID+71, @CGUID+71, 0, 0, 3),
|
||||
(@CGUID+71, @CGUID+72, 0, 0, 3),
|
||||
(@CGUID+69, @CGUID+69, 0, 0, 3),
|
||||
(@CGUID+69, @CGUID+70, 0, 0, 3),
|
||||
(@CGUID+152, @CGUID+152, 0, 0, 3),
|
||||
(@CGUID+152, @CGUID+153, 0, 0, 3),
|
||||
(@CGUID+152, @CGUID+155, 0, 0, 3),
|
||||
(@CGUID+152, @CGUID+156, 0, 0, 3),
|
||||
(@CGUID+152, @CGUID+154, 0, 0, 3),
|
||||
(@CGUID+51, @CGUID+51, 0, 0, 3),
|
||||
(@CGUID+51, @CGUID+101, 0, 0, 3),
|
||||
(@CGUID+51, @CGUID+112, 0, 0, 3),
|
||||
(@CGUID+51, @CGUID+32, 0, 0, 3),
|
||||
(@CGUID+31, @CGUID+31, 0, 0, 3),
|
||||
(@CGUID+31, @CGUID+49, 0, 0, 3),
|
||||
(@CGUID+31, @CGUID+50, 0, 0, 3),
|
||||
(@CGUID+31, @CGUID+111, 0, 0, 3),
|
||||
(@CGUID+67, @CGUID+67, 0, 0, 3),
|
||||
(@CGUID+67, @CGUID+68, 0, 0, 3),
|
||||
(@CGUID+151, @CGUID+151, 0, 0, 3),
|
||||
(@CGUID+151, @CGUID+150, 0, 0, 3),
|
||||
(@CGUID+151, @CGUID+149, 0, 0, 3),
|
||||
(@CGUID+151, @CGUID+145, 0, 0, 3),
|
||||
(@CGUID+151, @CGUID+148, 0, 0, 3),
|
||||
(@CGUID+151, @CGUID+142, 0, 0, 3),
|
||||
(@CGUID+151, @CGUID+147, 0, 0, 3),
|
||||
(@CGUID+151, @CGUID+146, 0, 0, 3),
|
||||
(@CGUID+151, @CGUID+143, 0, 0, 3),
|
||||
(@CGUID+151, @CGUID+144, 0, 0, 3),
|
||||
(@CGUID+47, @CGUID+47, 0, 0, 3),
|
||||
(@CGUID+47, @CGUID+158, 0, 0, 3),
|
||||
(@CGUID+47, @CGUID+91, 0, 0, 3),
|
||||
(@CGUID+47, @CGUID+98, 0, 0, 3),
|
||||
(@CGUID+137, @CGUID+137, 0, 0, 3),
|
||||
(@CGUID+137, @CGUID+138, 0, 0, 3),
|
||||
(@CGUID+137, @CGUID+141, 0, 0, 3),
|
||||
(@CGUID+137, @CGUID+140, 0, 0, 3),
|
||||
(@CGUID+137, @CGUID+139, 0, 0, 3),
|
||||
(@CGUID+46, @CGUID+46, 0, 0, 3),
|
||||
(@CGUID+46, @CGUID+63, 0, 0, 3),
|
||||
(@CGUID+46, @CGUID+97, 0, 0, 3),
|
||||
(@CGUID+46, @CGUID+90, 0, 0, 3),
|
||||
(@CGUID+132, @CGUID+132, 0, 0, 3),
|
||||
(@CGUID+132, @CGUID+133, 0, 0, 3),
|
||||
(@CGUID+132, @CGUID+134, 0, 0, 3),
|
||||
(@CGUID+132, @CGUID+135, 0, 0, 3),
|
||||
(@CGUID+132, @CGUID+136, 0, 0, 3),
|
||||
(@CGUID+48, @CGUID+48, 0, 0, 3),
|
||||
(@CGUID+48, @CGUID+92, 0, 0, 3),
|
||||
(@CGUID+48, @CGUID+93, 0, 0, 3),
|
||||
(@CGUID+48, @CGUID+64, 0, 0, 3),
|
||||
(@CGUID+65, @CGUID+65, 0, 0, 3),
|
||||
(@CGUID+65, @CGUID+66, 0, 0, 3),
|
||||
(@CGUID+57, @CGUID+57, 0, 0, 3),
|
||||
(@CGUID+57, @CGUID+99, 0, 0, 3),
|
||||
(@CGUID+57, @CGUID+94, 0, 0, 3),
|
||||
(@CGUID+57, @CGUID+159, 0, 0, 3),
|
||||
(@CGUID+45, @CGUID+45, 0, 0, 3),
|
||||
(@CGUID+45, @CGUID+62, 0, 0, 3),
|
||||
(@CGUID+45, @CGUID+89, 0, 0, 3),
|
||||
(@CGUID+45, @CGUID+56, 0, 0, 3),
|
||||
(@CGUID+52, @CGUID+52, 0, 0, 3),
|
||||
(@CGUID+52, @CGUID+58, 0, 0, 3),
|
||||
(@CGUID+52, @CGUID+100, 0, 0, 3),
|
||||
(@CGUID+52, @CGUID+95, 0, 0, 3),
|
||||
(@CGUID+54, @CGUID+54, 0, 0, 3),
|
||||
(@CGUID+54, @CGUID+86, 0, 0, 3),
|
||||
(@CGUID+54, @CGUID+87, 0, 0, 3),
|
||||
(@CGUID+54, @CGUID+60, 0, 0, 3),
|
||||
(@CGUID+44, @CGUID+44, 0, 0, 3),
|
||||
(@CGUID+44, @CGUID+85, 0, 0, 3),
|
||||
(@CGUID+44, @CGUID+53, 0, 0, 3),
|
||||
(@CGUID+44, @CGUID+59, 0, 0, 3),
|
||||
(@CGUID+55, @CGUID+55, 0, 0, 3),
|
||||
(@CGUID+55, @CGUID+157, 0, 0, 3),
|
||||
(@CGUID+55, @CGUID+61, 0, 0, 3),
|
||||
(@CGUID+55, @CGUID+88, 0, 0, 3),
|
||||
(@CGUID+55, @CGUID+96, 0, 0, 3);
|
||||
4
data/sql/updates/db_world/2023_01_16_02.sql
Normal file
4
data/sql/updates/db_world/2023_01_16_02.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- DB update 2023_01_16_01 -> 2023_01_16_02
|
||||
--
|
||||
UPDATE `smart_scripts` SET `event_flags`=4 WHERE `entryorguid`=17723 AND `source_type`=0 AND `id`=1;
|
||||
UPDATE `smart_scripts` SET `event_flags`=4 WHERE `entryorguid`=17734 AND `source_type`=0 AND `id`=1;
|
||||
3
data/sql/updates/db_world/2023_01_16_03.sql
Normal file
3
data/sql/updates/db_world/2023_01_16_03.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2023_01_16_02 -> 2023_01_16_03
|
||||
--
|
||||
UPDATE `smart_scripts` SET `event_type`=74, `event_flags`=`event_flags`&~1, `event_param3`=2500, `event_param4`=2500, `event_param5`=40 WHERE `entryorguid`=17871 AND `source_type`=0 AND `id` IN (2,3);
|
||||
3
data/sql/updates/db_world/2023_01_16_04.sql
Normal file
3
data/sql/updates/db_world/2023_01_16_04.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2023_01_16_03 -> 2023_01_16_04
|
||||
--
|
||||
UPDATE `smart_scripts` SET `target_type`=5 WHERE `entryorguid`=17871 AND `source_type`=0 AND `id` IN (0,1);
|
||||
12
data/sql/updates/db_world/2023_01_16_05.sql
Normal file
12
data/sql/updates/db_world/2023_01_16_05.sql
Normal file
@@ -0,0 +1,12 @@
|
||||
-- DB update 2023_01_16_04 -> 2023_01_16_05
|
||||
--
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=17395 AND `source_type`=0 AND `id`=3;
|
||||
UPDATE `smart_scripts` SET `event_type`=0, `event_param1`=500, `event_param2`=500 WHERE `entryorguid`=17395 AND `source_type`=0 AND `id` IN (0,1);
|
||||
|
||||
UPDATE `smart_scripts` SET `action_param2`=0 WHERE `entryorguid`=17395 AND `source_type`=0 AND `id` IN (4,5);
|
||||
UPDATE `smart_scripts` SET `event_flags`=0, `event_type`=4, `event_param1`=0, `event_param2`=0, `action_type`=87, `action_param1`=1739500, `action_param2`=1739501, `Comment`='Shadowmoon Summoner - In Combat - Call Random Actionlist' WHERE `entryorguid`=17395 AND `source_type`=0 AND `id`=2;
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (1739500,1739501) AND `source_type`=9;
|
||||
INSERT INTO `smart_scripts` VALUES
|
||||
(1739500,9,0,0,0,0,100,0,0,0,0,0,0,11,30853,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Shadowmoon Summoner - Actionlist - Cast Summon Seductress'),
|
||||
(1739501,9,0,0,0,0,100,0,0,0,0,0,0,11,30851,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Shadowmoon Summoner - Actionlist - Cast Summon Felhound Manastalker');
|
||||
58
data/sql/updates/db_world/2023_01_16_06.sql
Normal file
58
data/sql/updates/db_world/2023_01_16_06.sql
Normal file
@@ -0,0 +1,58 @@
|
||||
-- DB update 2023_01_16_05 -> 2023_01_16_06
|
||||
-- Delete useless spawn
|
||||
DELETE FROM `creature` WHERE `id1` = 3695 AND `guid` = 37101;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=37101;
|
||||
|
||||
-- Rebuild Waypoints, use correct entry numbering
|
||||
DELETE FROM `waypoints` WHERE `entry`=3695 AND `point_comment`='Grimclaw';
|
||||
DELETE FROM `waypoints` WHERE `entry`=369500 AND `point_comment`='Grimclaw';
|
||||
INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `point_comment`) VALUES
|
||||
(369500, 1 , 6409.01, 381.597, 13.7997, NULL, 0, 'Grimclaw'),
|
||||
(369500, 2 , 6422.38, 398.542, 11.1623, NULL, 0, 'Grimclaw'),
|
||||
(369500, 3 , 6429.16, 395.692, 11.6041, NULL, 0, 'Grimclaw'),
|
||||
(369500, 4 , 6437.87, 372.912, 13.9415, NULL, 0, 'Grimclaw'),
|
||||
(369500, 5 , 6436.29, 366.529, 13.9415, NULL, 0, 'Grimclaw'),
|
||||
(369500, 6 , 6437.87, 372.912, 13.9415, NULL, 0, 'Grimclaw'),
|
||||
(369500, 7 , 6429.16, 395.692, 11.6041, NULL, 0, 'Grimclaw'),
|
||||
(369500, 8 , 6422.38, 398.542, 11.1623, NULL, 0, 'Grimclaw'),
|
||||
(369500, 9 , 6409.01, 381.597, 13.7997, NULL, 0, 'Grimclaw'),
|
||||
(369500, 10, 6398.35, 363.201, 17.3994, NULL, 0, 'Grimclaw'),
|
||||
(369500, 11, 6352.56, 354.425, 22.3815, NULL, 0, 'Grimclaw'),
|
||||
(369500, 12, 6319.38, 323.683, 25.1191, NULL, 0, 'Grimclaw'),
|
||||
(369500, 13, 6301.5, 316.65, 23.0324, NULL, 0, 'Grimclaw'),
|
||||
(369500, 14, 6191.09, 317.576, 27.3374, NULL, 0, 'Grimclaw'),
|
||||
(369500, 15, 6147.81, 283.587, 24.2095, NULL, 0, 'Grimclaw'),
|
||||
(369500, 16, 6123.43, 274.89, 19.8536, NULL, 0, 'Grimclaw'),
|
||||
(369500, 17, 6065.77, 272.715, 21.2867, NULL, 0, 'Grimclaw'),
|
||||
(369500, 18, 5974.22, 230.715, 20.3199, NULL, 0, 'Grimclaw'),
|
||||
(369500, 19, 5939.16, 231.44, 23.4428, NULL, 0, 'Grimclaw'),
|
||||
(369500, 20, 5815.32, 281.89, 24.3671, NULL, 0, 'Grimclaw'),
|
||||
(369500, 21, 5771.04, 285.439, 20.6572, NULL, 0, 'Grimclaw'),
|
||||
(369500, 22, 5735.43, 310.241, 20.5052, NULL, 0, 'Grimclaw'),
|
||||
(369500, 23, 5669.04, 316.407, 18.5259, NULL, 0, 'Grimclaw'),
|
||||
(369500, 24, 5582.47, 320.047, 26.3041, NULL, 0, 'Grimclaw'),
|
||||
(369500, 25, 5527.95, 310.312, 27.8405, NULL, 0, 'Grimclaw'),
|
||||
(369500, 26, 5460.87, 279.267, 30.6273, NULL, 0, 'Grimclaw'),
|
||||
(369500, 27, 5418.4, 283.044, 31.069, NULL, 0, 'Grimclaw'),
|
||||
(369500, 28, 5381.87, 285.215, 27.5948, NULL, 0, 'Grimclaw'),
|
||||
(369500, 29, 5345.37, 279.313, 26.8274, NULL, 0, 'Grimclaw'),
|
||||
(369500, 30, 5321.15, 263.386, 27.5151, NULL, 0, 'Grimclaw'),
|
||||
(369500, 31, 5321.15, 263.386, 27.5151, NULL, 0, 'Grimclaw'),
|
||||
(369500, 32, 5288.17, 250.073, 28.2502, NULL, 0, 'Grimclaw'),
|
||||
(369500, 33, 5241.46, 246.278, 31.6904, NULL, 0, 'Grimclaw'),
|
||||
(369500, 34, 5194.33, 249.196, 34.3226, NULL, 0, 'Grimclaw'),
|
||||
(369500, 35, 5140.13, 247.678, 29.921, NULL, 0, 'Grimclaw'),
|
||||
(369500, 36, 5073.81, 240.749, 27.4628, NULL, 0, 'Grimclaw'),
|
||||
(369500, 37, 4985.4, 213.646, 38.6348, NULL, 0, 'Grimclaw'),
|
||||
(369500, 38, 4963.03, 214.232, 40.756, NULL, 0, 'Grimclaw'),
|
||||
(369500, 39, 4928.5, 218.963, 43.548, NULL, 0, 'Grimclaw'),
|
||||
(369500, 40, 4865.44, 218.137, 49.9904, NULL, 0, 'Grimclaw'),
|
||||
(369500, 41, 4794.28, 221.649, 48.6959, NULL, 0, 'Grimclaw');
|
||||
|
||||
-- Update SAI to conform to new waypoints and remove unused rows
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 3695) AND (`source_type` = 0) AND (`id` IN (0, 1, 2, 3, 4, 5));
|
||||
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
|
||||
(3695, 0, 0, 0, 11, 0, 100, 512, 0, 0, 0, 0, 0, 53, 1, 369500, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Grimclaw - On Respawn - Start Waypoint'),
|
||||
(3695, 0, 1, 0, 40, 0, 100, 0, 1, 369500, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 19, 3693, 0, 0, 0, 0, 0, 0, 0, 'Grimclaw - On WP 1 Reached (Path 369500) - Talk 0 (Terenthis)'),
|
||||
(3695, 0, 2, 0, 40, 0, 100, 512, 5, 369500, 0, 0, 0, 80, 369500, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Grimclaw - On WP 5 Reached (Path 369500) - Run Actionlist'),
|
||||
(3695, 0, 3, 0, 40, 0, 100, 512, 41, 369500, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Grimclaw - On WP 41 Reached (Path 369500) - Despawn');
|
||||
4
data/sql/updates/db_world/2023_01_16_07.sql
Normal file
4
data/sql/updates/db_world/2023_01_16_07.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- DB update 2023_01_16_06 -> 2023_01_16_07
|
||||
--
|
||||
-- Mok'rash respawn timer 3hr
|
||||
UPDATE `creature` SET `spawntimesecs`=10800 WHERE `guid`=1672;
|
||||
5
data/sql/updates/db_world/2023_01_16_08.sql
Normal file
5
data/sql/updates/db_world/2023_01_16_08.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2023_01_16_07 -> 2023_01_16_08
|
||||
--
|
||||
UPDATE `smart_scripts` SET `event_param1`=12100, `event_param2`=15300, `event_param3`=13300, `event_param4`=18200, `action_param2`=0 WHERE `entryorguid`=17270 AND `source_type`=0 AND `id`=1;
|
||||
UPDATE `smart_scripts` SET `event_param1`=0, `event_param2`=0, `event_param3`=2300, `event_param4`=5000, `action_param2`=64 WHERE `entryorguid`=17270 AND `source_type`=0 AND `id`=2;
|
||||
UPDATE `smart_scripts` SET `event_param1`=0, `event_param2`=0, `event_param3`=2300, `event_param4`=5000, `action_param2`=64 WHERE `entryorguid`=17270 AND `source_type`=0 AND `id`=3;
|
||||
7
data/sql/updates/db_world/2023_01_16_09.sql
Normal file
7
data/sql/updates/db_world/2023_01_16_09.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- DB update 2023_01_16_08 -> 2023_01_16_09
|
||||
--
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=19779 AND `source_type`=0;
|
||||
INSERT INTO `smart_scripts` VALUES
|
||||
(19779,0,0,0,0,0,100,0,0,0,2300,3900,0,11,36645,64,0,0,0,0,2,0,0,0,0,0,0,0,0,"Sunfury Geologist - In Combat CMC - Cast 'Throw Rock'"),
|
||||
(19779,0,1,0,9,0,100,0,0,5,5000,9000,0,11,35918,32,0,0,0,0,2,0,0,0,0,0,0,0,0,"Sunfury Geologist - Within 0-5 Range - Cast 'Puncture Armor'"),
|
||||
(19779,0,2,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sunfury Geologist - Between 0-15% Health - Flee For Assist (No Repeat)");
|
||||
14
data/sql/updates/db_world/2023_01_16_10.sql
Normal file
14
data/sql/updates/db_world/2023_01_16_10.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
-- DB update 2023_01_16_09 -> 2023_01_16_10
|
||||
--
|
||||
-- PR from TrinityCore @Jildor
|
||||
UPDATE `item_template_locale` SET `Name`='Invernalia' WHERE `ID`=3819 AND `locale`='esES';
|
||||
UPDATE `item_template_locale` SET `Name`='Invernalia' WHERE `ID`=3819 AND `locale`='esMX';
|
||||
UPDATE `item_template_locale` SET `Name`='겨울서리풀' WHERE `ID`=3819 AND `locale`='koKR';
|
||||
UPDATE `item_template_locale` SET `Name`='冬刺草' WHERE `ID`=3819 AND `locale`='zhCN';
|
||||
UPDATE `item_template_locale` SET `Name`='冬刺草' WHERE `ID`=3819 AND `locale`='zhTW';
|
||||
|
||||
UPDATE `gameobject_template_locale` SET `Name`='Invernalia' WHERE `entry`=2044 AND `locale`='esES';
|
||||
UPDATE `gameobject_template_locale` SET `Name`='Invernalia' WHERE `entry`=2044 AND `locale`='esMX';
|
||||
UPDATE `gameobject_template_locale` SET `Name`='겨울서리풀' WHERE `entry`=2044 AND `locale`='koKR';
|
||||
UPDATE `gameobject_template_locale` SET `Name`='冬刺草' WHERE `entry`=2044 AND `locale`='zhCN';
|
||||
UPDATE `gameobject_template_locale` SET `Name`='冬刺草' WHERE `entry`=2044 AND `locale`='zhTW';
|
||||
36
data/sql/updates/db_world/2023_01_16_11.sql
Normal file
36
data/sql/updates/db_world/2023_01_16_11.sql
Normal file
@@ -0,0 +1,36 @@
|
||||
-- DB update 2023_01_16_10 -> 2023_01_16_11
|
||||
-- Terrowulf Packlord
|
||||
UPDATE `creature` SET `spawntimesecs`=75600 WHERE `guid`=51870 AND `id1`=3792;
|
||||
UPDATE `creature_template` SET `speed_walk` = 1 WHERE (`entry` = 3792);
|
||||
-- Akkrilus
|
||||
UPDATE `creature` SET `spawntimesecs`=75600 WHERE `guid`=51883 AND `id1`=3773;
|
||||
UPDATE `creature_template` SET `speed_walk` = 1 WHERE (`entry` = 3773);
|
||||
DELETE FROM `creature` WHERE `guid`=52022 AND `id1`=3773;
|
||||
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
|
||||
(52022, 3773, 1, 0, 0, 1, 1, 1, 2286.01953125, 44.71516799926757812, 102.4616622924804687, 1.413716673851013183, 75600, 0, 0, 684, 693, 0, 0, 0, 0, 46368);
|
||||
|
||||
DELETE FROM `pool_template` WHERE `entry`=1110 AND `description`='Akkrilus (3773)';
|
||||
INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES (1110, 1, 'Akkrilus (3773)');
|
||||
|
||||
DELETE FROM `pool_creature` WHERE `pool_entry`=1110 AND `guid` IN (51883, 52022);
|
||||
INSERT INTO `pool_creature` (`guid`, `pool_entry`, `description`) VALUES
|
||||
(51883,1110,'Akkrilus (3773) - Spawn 1'),
|
||||
(52022,1110,'Akkrilus (3773) - Spawn 2');
|
||||
|
||||
-- Eck'alom
|
||||
UPDATE `creature` SET `spawntimesecs`=75600 WHERE `guid`=32879 AND `id1`=10642;
|
||||
-- Mugglefin
|
||||
UPDATE `creature` SET `spawntimesecs`=30600 WHERE `guid`=51884 AND `id1`=10643;
|
||||
DELETE FROM `creature` WHERE `guid`=51887 AND `id1`=10643;
|
||||
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
|
||||
(51887, 10643, 1, 0, 0, 1, 1, 1, 3066.543212890625, 500.173492431640625, 1.209225177764892578, 6.088938713073730468, 30600, 4, 0, 908, 0, 1, 0, 0, 0, 46368);
|
||||
|
||||
DELETE FROM `pool_template` WHERE `entry`=1111 AND `description`='Mugglefin (10643)';
|
||||
INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES (1111, 1, 'Mugglefin (10643)');
|
||||
|
||||
DELETE FROM `pool_creature` WHERE `pool_entry`=1111 AND `guid` IN (51884, 51887);
|
||||
INSERT INTO `pool_creature` (`guid`, `pool_entry`, `description`) VALUES
|
||||
(51884,1111,'Mugglefin (10643) - Spawn 1'),
|
||||
(51887,1111,'Mugglefin (10643) - Spawn 2');
|
||||
-- Ursol lok
|
||||
UPDATE `creature` SET `spawntimesecs`=37800 WHERE `guid`=51884 AND `id1`=12037;
|
||||
200
data/sql/updates/db_world/2023_01_16_12.sql
Normal file
200
data/sql/updates/db_world/2023_01_16_12.sql
Normal file
@@ -0,0 +1,200 @@
|
||||
-- DB update 2023_01_16_11 -> 2023_01_16_12
|
||||
-- Hillsbrad Peasants
|
||||
DELETE FROM `creature` WHERE `map`=560 AND `id1` IN (2267, 20424) AND `guid` IN (11511,11559,11560,11561,11562,11563,11564,11565,11568,11569,11599,11600,11601); -- Delete old ones as well
|
||||
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
|
||||
(11559, 2267, 560, 2367, 0, 3, 1, 1, 1778.6141357421875, 614.4805908203125, 30.4710693359375, 5.348875999450683593, 84600, 0, 0, 0, 0, 0, 0, 0, 0, 47187), -- 2267 (Area: 0 - Difficulty: 1) (possible waypoints or random movement)
|
||||
(11560, 2267, 560, 2367, 0, 3, 1, 1, 1781.208984375, 628.57659912109375, 30.4710693359375, 5.546773433685302734, 84600, 0, 0, 0, 0, 0, 0, 0, 0, 47187), -- 2267 (Area: 0 - Difficulty: 1) (possible waypoints or random movement)
|
||||
(11561, 2267, 560, 2367, 0, 3, 1, 1, 1781.1407470703125, 613.71392822265625, 30.4710693359375, 2.796445131301879882, 84600, 0, 0, 0, 0, 0, 0, 0, 0, 47187), -- 2267 (Area: 0 - Difficulty: 1) (possible waypoints or random movement)
|
||||
(11562, 2267, 560, 2367, 0, 3, 1, 1, 1764.9208984375, 602.0184326171875, 30.4710693359375, 3.171567916870117187, 84600, 15, 0, 0, 0, 1, 0, 0, 0, 47187), -- 2267 (Area: 0 - Difficulty: 1) (possible waypoints or random movement)
|
||||
(11563, 2267, 560, 2367, 0, 3, 1, 1, 1766.198974609375, 614.63360595703125, 30.4710693359375, 5.433770656585693359, 84600, 0, 0, 0, 0, 0, 0, 0, 0, 47187), -- 2267 (Area: 0 - Difficulty: 1) (possible waypoints or random movement)
|
||||
(11564, 2267, 560, 2367, 0, 3, 1, 1, 1751.7391357421875, 579.6617431640625, 30.47285270690917968, 2.566066265106201171, 84600, 0, 0, 0, 0, 0, 0, 0, 0, 47187), -- 2267 (Area: 0 - Difficulty: 1) (possible waypoints or random movement)
|
||||
(11565, 2267, 560, 2367, 0, 3, 1, 1, 1761.5758056640625, 602.43212890625, 30.4710693359375, 2.513488531112670898, 84600, 0, 0, 0, 0, 0, 0, 0, 0, 47187), -- 2267 (Area: 0 - Difficulty: 1) (possible waypoints or random movement)
|
||||
(11568, 2267, 560, 2367, 0, 3, 1, 1, 1747.37939453125, 575.81146240234375, 30.47285270690917968, 2.353931427001953125, 84600, 0, 0, 0, 0, 0, 0, 0, 0, 47187), -- 2267 (Area: 0 - Difficulty: 1) (possible waypoints or random movement)
|
||||
(11569, 2267, 560, 2367, 0, 3, 1, 1, 1742.3624267578125, 591.9937744140625, 30.4728546142578125, 2.352702856063842773, 84600, 0, 0, 0, 0, 0, 0, 0, 0, 47187), -- 2267 (Area: 0 - Difficulty: 1) (possible waypoints or random movement)
|
||||
(11599, 2267, 560, 2367, 0, 3, 1, 1, 1746.5233154296875, 602.43536376953125, 30.4710693359375, 5.498256206512451171, 84600, 0, 0, 0, 0, 0, 0, 0, 0, 47187); -- 2267 (Area: 0 - Difficulty: 1) (possible waypoints or random movement)
|
||||
|
||||
DELETE FROM `creature_addon` WHERE `guid`=11562;
|
||||
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||
(11562, 0, 0, 0, 1, 173, 0, NULL);
|
||||
|
||||
-- Pathing for Hillsbrad Peasant Entry: 2267
|
||||
SET @NPC := 11559;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=1760.264,`position_y`=574.13086,`position_z`=30.472853 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,173,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,1760.264,574.13086,30.472853,NULL,8000,0,0,100,0),
|
||||
(@PATH,2,1749.4868,581.12305,30.472853,NULL,0,0,0,100,0),
|
||||
(@PATH,3,1741.8695,592.16785,30.472853,NULL,0,0,0,100,0),
|
||||
(@PATH,4,1734.5074,603.5558,30.47107,NULL,8000,0,0,100,0),
|
||||
(@PATH,5,1741.8695,592.16785,30.472853,NULL,0,0,0,100,0),
|
||||
(@PATH,6,1749.4868,581.12305,30.472853,NULL,0,0,0,100,0);
|
||||
-- 0x20422046000236C000581A000020F8E1 .go xyz 1760.264 574.13086 30.472853
|
||||
|
||||
-- Pathing for Hillsbrad Peasant Entry: 2267
|
||||
SET @NPC := 11560;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=1770.8774,`position_y`=611.6829,`position_z`=30.47107 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,173,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,1770.8774,611.6829,30.47107,NULL,8000,0,0,100,0),
|
||||
(@PATH,2,1783.7317,598.0076,30.472853,NULL,0,0,0,100,0),
|
||||
(@PATH,3,1780.5812,588.0344,30.472853,NULL,0,0,0,100,0),
|
||||
(@PATH,4,1769.9275,597.5908,30.472853,NULL,0,0,0,100,0),
|
||||
(@PATH,5,1780.6309,588.19183,30.472853,NULL,0,0,0,100,0),
|
||||
(@PATH,6,1769.9275,597.5908,30.472853,NULL,0,0,0,100,0),
|
||||
(@PATH,7,1759.4817,609.4033,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,8,1745.8138,618.2092,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,9,1730.7394,616.9915,30.472857,NULL,0,0,0,100,0),
|
||||
(@PATH,10,1732.4326,601.99316,30.472857,NULL,0,0,0,100,0),
|
||||
(@PATH,11,1751.6458,582.6454,30.472853,NULL,8000,0,0,100,0),
|
||||
(@PATH,12,1732.4326,601.99316,30.472857,NULL,0,0,0,100,0),
|
||||
(@PATH,13,1730.7394,616.9915,30.472857,NULL,0,0,0,100,0),
|
||||
(@PATH,14,1745.8138,618.2092,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,15,1759.4817,609.4033,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,16,1769.9275,597.5908,30.472853,NULL,0,0,0,100,0),
|
||||
(@PATH,17,1780.5812,588.0344,30.472853,NULL,0,0,0,100,0),
|
||||
(@PATH,18,1783.7317,598.0076,30.472853,NULL,0,0,0,100,0),
|
||||
(@PATH,19,1780.4778,588.12714,30.472853,NULL,0,0,0,100,0),
|
||||
(@PATH,20,1783.7317,598.0076,30.472853,NULL,0,0,0,100,0),
|
||||
(@PATH,21,1774.7311,609.89465,30.47107,NULL,0,0,0,100,0);
|
||||
-- 0x20422046000236C000581A000020F8E2 .go xyz 1770.8774 611.6829 30.47107
|
||||
|
||||
-- Pathing for Hillsbrad Peasant Entry: 2267
|
||||
SET @NPC := 11561;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=1774.3646,`position_y`=598.88293,`position_z`=30.472853 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,173,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,1774.3646,598.88293,30.472853,NULL,8000,0,0,100,0),
|
||||
(@PATH,2,1770.023,606.1108,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,3,1766.9783,613.7476,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,4,1759.4878,622.2642,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,5,1752.4077,621.83075,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,6,1746.8833,624.65625,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,7,1742.4607,631.35675,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,8,1738.4662,633.0537,30.47107,NULL,8000,0,0,100,0),
|
||||
(@PATH,9,1746.8833,624.65625,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,10,1752.4077,621.83075,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,11,1759.4878,622.2642,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,12,1766.9783,613.7476,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,13,1770.023,606.1108,30.47107,NULL,0,0,0,100,0);
|
||||
-- 0x20422046000236C000581A0000A0F8E1 .go xyz 1774.3646 598.88293 30.472853
|
||||
|
||||
-- Pathing for Hillsbrad Peasant Entry: 2267
|
||||
SET @NPC := 11563;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=1726.2867,`position_y`=608.4874,`position_z`=30.472857 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,173,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,1726.2867,608.4874,30.472857,NULL,8000,0,0,100,0),
|
||||
(@PATH,2,1726.7537,598.98914,30.472857,NULL,0,0,0,100,0),
|
||||
(@PATH,3,1737.6554,585.5795,30.472853,NULL,0,0,0,100,0),
|
||||
(@PATH,4,1748.0953,575.0922,30.472853,NULL,8000,0,0,100,0),
|
||||
(@PATH,5,1737.6554,585.5795,30.472853,NULL,0,0,0,100,0),
|
||||
(@PATH,6,1726.7537,598.98914,30.472857,NULL,0,0,0,100,0);
|
||||
-- 0x20422046000236C000581A0000A0F8E2 .go xyz 1726.2867 608.4874 30.472857
|
||||
|
||||
-- Pathing for Hillsbrad Peasant Entry: 2267
|
||||
SET @NPC := 11564;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=1762.629,`position_y`=635.8887,`position_z`=30.36947 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,173,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,1762.629,635.8887,30.36947,NULL,8000,0,0,100,0),
|
||||
(@PATH,2,1770.299,625.1401,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,3,1779.0426,614.4683,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,4,1786.866,611.6555,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,5,1794.9326,604.8621,30.47107,NULL,8000,0,0,100,0),
|
||||
(@PATH,6,1786.866,611.6555,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,7,1779.0426,614.4683,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,8,1770.299,625.1401,30.47107,NULL,0,0,0,100,0);
|
||||
-- 0x20422046000236C000581A000120F8E1 .go xyz 1762.629 635.8887 30.36947
|
||||
|
||||
-- Pathing for Hillsbrad Peasant Entry: 2267
|
||||
SET @NPC := 11565;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=1773.5377,`position_y`=579.3686,`position_z`=30.472853 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,173,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,1773.5377,579.3686,30.472853,NULL,8000,0,0,100,0),
|
||||
(@PATH,2,1766.2428,583.7906,30.472853,NULL,0,0,0,100,0),
|
||||
(@PATH,3,1757.1127,590.3584,30.472853,NULL,0,0,0,100,0),
|
||||
(@PATH,4,1752.4948,598.2504,30.472853,NULL,0,0,0,100,0),
|
||||
(@PATH,5,1756.1306,601.7549,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,6,1765.9279,602.04865,30.47107,NULL,8000,0,0,100,0),
|
||||
(@PATH,7,1756.1306,601.7549,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,8,1752.4948,598.2504,30.472853,NULL,0,0,0,100,0),
|
||||
(@PATH,9,1757.1127,590.3584,30.472853,NULL,0,0,0,100,0),
|
||||
(@PATH,10,1766.2428,583.7906,30.472853,NULL,0,0,0,100,0);
|
||||
-- 0x20422046000236C000581A000120F8E2 .go xyz 1773.5377 579.3686 30.472853
|
||||
|
||||
-- Pathing for Hillsbrad Peasant Entry: 2267
|
||||
SET @NPC := 11568;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=1732.4215,`position_y`=618.5181,`position_z`=30.472857 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,173,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,1732.4215,618.5181,30.472857,NULL,8000,0,0,100,0),
|
||||
(@PATH,2,1742.0332,630.94824,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,3,1762.6732,637.54504,30.36947,NULL,0,0,0,100,0),
|
||||
(@PATH,4,1775.3612,633.8778,30.35685,NULL,0,0,0,100,0),
|
||||
(@PATH,5,1792.4398,618.3955,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,6,1797.6517,609.0804,30.47107,NULL,8000,0,0,100,0),
|
||||
(@PATH,7,1792.4398,618.3955,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,8,1775.3612,633.8778,30.35685,NULL,0,0,0,100,0),
|
||||
(@PATH,9,1762.6732,637.54504,30.36947,NULL,0,0,0,100,0),
|
||||
(@PATH,10,1742.0332,630.94824,30.47107,NULL,0,0,0,100,0);
|
||||
-- 0x20422046000236C000581A0001A0F8E1 .go xyz 1732.4215 618.5181 30.472857
|
||||
|
||||
-- Pathing for Hillsbrad Peasant Entry: 2267
|
||||
SET @NPC := 11569;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=1733.5542,`position_y`=626.4067,`position_z`=30.47107 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,173,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,1733.5542,626.4067,30.47107,NULL,8000,0,0,100,0),
|
||||
(@PATH,2,1726.6923,616.3137,30.472857,NULL,0,0,0,100,0),
|
||||
(@PATH,3,1733.8323,607.43445,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,4,1745.2274,604.0303,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,5,1751.1123,599.5579,30.472853,NULL,8000,0,0,100,0),
|
||||
(@PATH,6,1745.1508,604.05316,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,7,1733.8323,607.43445,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,8,1726.6923,616.3137,30.472857,NULL,0,0,0,100,0);
|
||||
-- 0x20422046000236C000581A0002A0F8E1 .go xyz 1733.5542 626.4067 30.47107
|
||||
|
||||
-- Pathing for Hillsbrad Peasant Entry: 2267
|
||||
-- 0x20422046000236C000581A000320F8E1 .go xyz 1781.5918 610.4517 30.47107
|
||||
SET @NPC := 11599;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=1781.5918,`position_y`=610.4517,`position_z`=30.47107 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,173,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,1781.5918,610.4517,30.47107,NULL,8000,0,0,100,0),
|
||||
(@PATH,2,1776.1965,617.7515,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,3,1772.4537,623.1462,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,4,1763.7234,625.94617,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,5,1757.6306,629.7589,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,6,1753.0732,633.41113,30.36947,NULL,8000,0,0,100,0),
|
||||
(@PATH,7,1757.6306,629.7589,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,8,1763.7234,625.94617,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,9,1772.4537,623.1462,30.47107,NULL,0,0,0,100,0),
|
||||
(@PATH,10,1776.1965,617.7515,30.47107,NULL,0,0,0,100,0);
|
||||
541
data/sql/updates/db_world/2023_01_16_13.sql
Normal file
541
data/sql/updates/db_world/2023_01_16_13.sql
Normal file
@@ -0,0 +1,541 @@
|
||||
-- DB update 2023_01_16_12 -> 2023_01_16_13
|
||||
-- Road Patrols
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (31799, 48021, 48022, 31931, 47895, 47896, 38497, 48008, 48009, 38051, 48006, 48007, 40161, 48010, 48011);
|
||||
DELETE FROM `waypoint_data` WHERE `id` IN (317990, 319310, 384970, 380510, 401610);
|
||||
-- Delete extra patrol
|
||||
DELETE FROM `creature` WHERE `guid` IN (40161, 48010, 48011) AND `id1` IN (17814, 17815) AND `map`=560;
|
||||
|
||||
DELETE FROM `creature_formations` WHERE `leaderGUID` IN (31799, 31931, 38497, 38051, 40161) AND `memberGUID` IN (31799, 48021, 48022, 31931, 47895, 47896, 38497, 48008, 48009, 38051, 48006, 48007, 40161, 48010, 48011);
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
|
||||
(31799, 31799, 0, 0, 3, 0, 0),
|
||||
(31799, 48021, 1.75, 90, 515, 0, 0),
|
||||
(31799, 48022, 1.75, 180, 515, 0, 0),
|
||||
(31931, 31931, 0, 0, 3, 0, 0),
|
||||
(31931, 47895, 1.75, 90, 515, 0, 0),
|
||||
(31931, 47896, 1.75, 180, 515, 0, 0),
|
||||
(38497, 38497, 0, 0, 3, 0, 0),
|
||||
(38497, 48008, 1.75, 90, 515, 0, 0),
|
||||
(38497, 48009, 1.75, 180, 515, 0, 0),
|
||||
(38051, 38051, 0, 0, 3, 0, 0),
|
||||
(38051, 48006, 1.75, 90, 515, 0, 0),
|
||||
(38051, 48007, 1.75, 180, 515, 0, 0);
|
||||
|
||||
-- Pathing for Lordaeron Sentry Entry: 17815
|
||||
SET @NPC := 31799;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=2639.2786,`position_y`=706.2916,`position_z`=56.133114 WHERE `guid`=@NPC;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=0,`position_x`=2639.2786,`position_y`=706.2916,`position_z`=56.133114 WHERE `guid` IN (48021, 48022);
|
||||
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,2639.2786,706.2916,56.133114,NULL,0,0,0,100,0),
|
||||
(@PATH,2,2616.6555,732.495,55.542076,NULL,0,0,0,100,0),
|
||||
(@PATH,3,2616.41,765.8051,56.669064,NULL,0,0,0,100,0),
|
||||
(@PATH,4,2650.6904,800.4463,59.137634,NULL,0,0,0,100,0),
|
||||
(@PATH,5,2645.4395,837.0351,62.076283,NULL,0,0,0,100,0),
|
||||
(@PATH,6,2648.8286,886.3763,70.00796,NULL,0,0,0,100,0),
|
||||
(@PATH,7,2600.0872,881.9358,67.97554,NULL,0,0,0,100,0),
|
||||
(@PATH,8,2566.5989,885.267,66.26084,NULL,0,0,0,100,0),
|
||||
(@PATH,9,2533.3198,884.6279,64.76201,NULL,0,0,0,100,0),
|
||||
(@PATH,10,2499.9165,883.73254,63.793438,NULL,0,0,0,100,0),
|
||||
(@PATH,11,2466.53,879.13196,62.80923,NULL,0,0,0,100,0),
|
||||
(@PATH,12,2433.3486,873.20294,60.26077,NULL,0,0,0,100,0),
|
||||
(@PATH,13,2399.923,862.7437,56.950455,NULL,0,0,0,100,0),
|
||||
(@PATH,14,2366.6465,852.4082,55.597023,NULL,0,0,0,100,0),
|
||||
(@PATH,15,2333.3254,841.0766,53.795734,NULL,0,0,0,100,0),
|
||||
(@PATH,16,2300.101,827.1956,54.24242,NULL,0,0,0,100,0),
|
||||
(@PATH,17,2283.6602,818.24945,54.681904,NULL,0,0,0,100,0),
|
||||
(@PATH,18,2284.8774,833.2363,54.8091,NULL,0,0,0,100,0),
|
||||
(@PATH,19,2280.072,866.58215,54.552338,NULL,0,0,0,100,0),
|
||||
(@PATH,20,2268.029,899.95184,54.603855,NULL,0,0,0,100,0),
|
||||
(@PATH,21,2255.4045,933.2042,54.619514,NULL,0,0,0,100,0),
|
||||
(@PATH,22,2243.007,966.4714,54.54609,NULL,0,0,0,100,0),
|
||||
(@PATH,23,2235.5574,999.86285,54.35434,NULL,0,0,0,100,0),
|
||||
(@PATH,24,2230.9585,1017.2498,53.66352,NULL,0,0,0,100,0),
|
||||
(@PATH,25,2199.8667,1023.1483,49.129005,NULL,0,0,0,100,0),
|
||||
(@PATH,26,2166.743,1033.4891,43.4606,NULL,0,0,0,100,0),
|
||||
(@PATH,27,2133.375,1041.0846,38.1891,NULL,0,0,0,100,0),
|
||||
(@PATH,28,2099.997,1032.463,33.053593,NULL,0,0,0,100,0),
|
||||
(@PATH,29,2066.678,1023.6782,31.649784,NULL,0,0,0,100,0),
|
||||
(@PATH,30,2033.1595,1036.842,27.260267,NULL,0,0,0,100,0),
|
||||
(@PATH,31,2000.1263,1039.048,25.368788,NULL,0,0,0,100,0),
|
||||
(@PATH,32,1976.1582,1029.0402,24.877884,NULL,0,0,0,100,0),
|
||||
(@PATH,33,1933.9054,1053.6482,20.207039,NULL,0,0,0,100,0),
|
||||
(@PATH,34,1900.0455,1053.6002,17.663145,NULL,0,0,0,100,0),
|
||||
(@PATH,35,1866.7896,1066.5774,16.247551,NULL,0,0,0,100,0),
|
||||
(@PATH,36,1833.5148,1078.4152,11.905301,NULL,0,0,0,100,0),
|
||||
(@PATH,37,1800.0416,1062.003,8.49329,NULL,0,0,0,100,0),
|
||||
(@PATH,38,1833.5148,1078.4152,11.905301,NULL,0,0,0,100,0),
|
||||
(@PATH,39,1866.7896,1066.5774,16.247551,NULL,0,0,0,100,0),
|
||||
(@PATH,40,1900.0455,1053.6002,17.663145,NULL,0,0,0,100,0),
|
||||
(@PATH,41,1933.9054,1053.6482,20.207039,NULL,0,0,0,100,0),
|
||||
(@PATH,42,1976.1582,1029.0402,24.877884,NULL,0,0,0,100,0),
|
||||
(@PATH,43,2000.1263,1039.048,25.368788,NULL,0,0,0,100,0),
|
||||
(@PATH,44,2033.1595,1036.842,27.260267,NULL,0,0,0,100,0),
|
||||
(@PATH,45,2066.663,1023.69336,31.66946,NULL,0,0,0,100,0),
|
||||
(@PATH,46,2099.997,1032.463,33.053593,NULL,0,0,0,100,0),
|
||||
(@PATH,47,2133.375,1041.0846,38.1891,NULL,0,0,0,100,0),
|
||||
(@PATH,48,2166.743,1033.4891,43.4606,NULL,0,0,0,100,0),
|
||||
(@PATH,49,2199.8667,1023.1483,49.129005,NULL,0,0,0,100,0),
|
||||
(@PATH,50,2230.9585,1017.2498,53.66352,NULL,0,0,0,100,0),
|
||||
(@PATH,51,2235.5574,999.86285,54.35434,NULL,0,0,0,100,0),
|
||||
(@PATH,52,2243.007,966.4714,54.54609,NULL,0,0,0,100,0),
|
||||
(@PATH,53,2255.4045,933.2042,54.619514,NULL,0,0,0,100,0),
|
||||
(@PATH,54,2268.029,899.95184,54.603855,NULL,0,0,0,100,0),
|
||||
(@PATH,55,2280.072,866.58215,54.552338,NULL,0,0,0,100,0),
|
||||
(@PATH,56,2284.8774,833.2363,54.8091,NULL,0,0,0,100,0),
|
||||
(@PATH,57,2283.6602,818.24945,54.681904,NULL,0,0,0,100,0),
|
||||
(@PATH,58,2300.101,827.1956,54.24242,NULL,0,0,0,100,0),
|
||||
(@PATH,59,2333.3254,841.0766,53.795734,NULL,0,0,0,100,0),
|
||||
(@PATH,60,2366.6465,852.4082,55.597023,NULL,0,0,0,100,0),
|
||||
(@PATH,61,2399.923,862.7437,56.950455,NULL,0,0,0,100,0),
|
||||
(@PATH,62,2433.3486,873.20294,60.26077,NULL,0,0,0,100,0),
|
||||
(@PATH,63,2466.53,879.13196,62.80923,NULL,0,0,0,100,0),
|
||||
(@PATH,64,2499.9165,883.73254,63.793438,NULL,0,0,0,100,0),
|
||||
(@PATH,65,2533.3198,884.6279,64.76201,NULL,0,0,0,100,0),
|
||||
(@PATH,66,2566.5989,885.267,66.26084,NULL,0,0,0,100,0),
|
||||
(@PATH,67,2600.0872,881.9358,67.97554,NULL,0,0,0,100,0),
|
||||
(@PATH,68,2648.8286,886.3763,70.00796,NULL,0,0,0,100,0),
|
||||
(@PATH,69,2645.4395,837.0351,62.076283,NULL,0,0,0,100,0),
|
||||
(@PATH,70,2650.6904,800.4463,59.137634,NULL,0,0,0,100,0),
|
||||
(@PATH,71,2616.41,765.8051,56.669064,NULL,0,0,0,100,0),
|
||||
(@PATH,72,2616.6555,732.495,55.542076,NULL,0,0,0,100,0);
|
||||
-- 0x20422046001165C000581A0003A0F8E1 .go xyz 2639.2786 706.2916 56.133114
|
||||
|
||||
-- Pathing for Lordaeron Sentry Entry: 17815
|
||||
SET @NPC := 38497;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=1785.1494,`position_y`=1059.7461,`position_z`=7.4997754 WHERE `guid`=@NPC;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=0,`position_x`=1785.1494,`position_y`=1059.7461,`position_z`=7.4997754 WHERE `guid` IN (48008, 48009);
|
||||
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,1785.1494,1059.7461,7.4997754,NULL,0,0,0,100,0),
|
||||
(@PATH,2,1807.9244,1066.7906,9.400806,NULL,0,0,0,100,0),
|
||||
(@PATH,3,1833.5851,1077.7472,11.993924,NULL,0,0,0,100,0),
|
||||
(@PATH,4,1866.4275,1066.9388,16.172268,NULL,0,0,0,100,0),
|
||||
(@PATH,5,1899.988,1052.5074,17.993156,NULL,0,0,0,100,0),
|
||||
(@PATH,6,1933.4088,1052.1146,20.207039,NULL,0,0,0,100,0),
|
||||
(@PATH,7,1970.9503,1029.3729,24.414505,NULL,0,0,0,100,0),
|
||||
(@PATH,8,1999.967,1037.368,25.487244,NULL,0,0,0,100,0),
|
||||
(@PATH,9,2033.0857,1036.158,27.342299,NULL,0,0,0,100,0),
|
||||
(@PATH,10,2066.437,1023.7202,31.66946,NULL,0,0,0,100,0),
|
||||
(@PATH,11,2099.8337,1031.154,33.053593,NULL,0,0,0,100,0),
|
||||
(@PATH,12,2133.2314,1040.4186,38.0768,NULL,0,0,0,100,0),
|
||||
(@PATH,13,2166.5674,1033.6455,43.496593,NULL,0,0,0,100,0),
|
||||
(@PATH,14,2199.9133,1022.7056,49.13462,NULL,0,0,0,100,0),
|
||||
(@PATH,15,2231.8333,1014.5566,53.61164,NULL,0,0,0,100,0),
|
||||
(@PATH,16,2243.3503,966.83356,54.525482,NULL,0,0,0,100,0),
|
||||
(@PATH,17,2255.3577,933.4627,54.54609,NULL,0,0,0,100,0),
|
||||
(@PATH,18,2267.9368,900.0089,54.510963,NULL,0,0,0,100,0),
|
||||
(@PATH,19,2280.2844,866.7419,54.603855,NULL,0,0,0,100,0),
|
||||
(@PATH,20,2285.292,833.3753,54.75473,NULL,0,0,0,100,0),
|
||||
(@PATH,21,2282.0686,815.46246,54.681904,NULL,0,0,0,100,0),
|
||||
(@PATH,22,2300.1846,827.1603,54.24242,NULL,0,0,0,100,0),
|
||||
(@PATH,23,2333.4233,840.40344,53.847023,NULL,0,0,0,100,0),
|
||||
(@PATH,24,2366.681,853.4108,55.733658,NULL,0,0,0,100,0),
|
||||
(@PATH,25,2399.9805,862.44415,56.983658,NULL,0,0,0,100,0),
|
||||
(@PATH,26,2433.5442,872.9633,60.284206,NULL,0,0,0,100,0),
|
||||
(@PATH,27,2466.7537,879.08453,62.865704,NULL,0,0,0,100,0),
|
||||
(@PATH,28,2500.209,883.5788,63.762005,NULL,0,0,0,100,0),
|
||||
(@PATH,29,2533.5017,884.79144,64.7772,NULL,0,0,0,100,0),
|
||||
(@PATH,30,2566.761,886.15063,66.18087,NULL,0,0,0,100,0),
|
||||
(@PATH,31,2600.0027,881.77625,67.96541,NULL,0,0,0,100,0),
|
||||
(@PATH,32,2633.4114,884.50476,69.28347,NULL,0,0,0,100,0),
|
||||
(@PATH,33,2648.6272,887.2003,70.106834,NULL,0,0,0,100,0),
|
||||
(@PATH,34,2648.1772,866.70953,67.11697,NULL,0,0,0,100,0),
|
||||
(@PATH,35,2643.4717,833.34406,61.376575,NULL,0,0,0,100,0),
|
||||
(@PATH,36,2649.929,800.1507,59.19159,NULL,0,0,0,100,0),
|
||||
(@PATH,37,2633.398,781.11884,57.6461,NULL,0,0,0,100,0),
|
||||
(@PATH,38,2614.7578,766.58716,56.59582,NULL,0,0,0,100,0),
|
||||
(@PATH,39,2614.6687,733.4032,55.637325,NULL,0,0,0,100,0),
|
||||
(@PATH,40,2638.3074,707.1444,56.133114,NULL,0,0,0,100,0),
|
||||
(@PATH,41,2614.6687,733.4032,55.637325,NULL,0,0,0,100,0),
|
||||
(@PATH,42,2614.7578,766.58716,56.59582,NULL,0,0,0,100,0),
|
||||
(@PATH,43,2633.398,781.11884,57.6461,NULL,0,0,0,100,0),
|
||||
(@PATH,44,2649.929,800.1507,59.19159,NULL,0,0,0,100,0),
|
||||
(@PATH,45,2643.4717,833.34406,61.376575,NULL,0,0,0,100,0),
|
||||
(@PATH,46,2648.1772,866.70953,67.11697,NULL,0,0,0,100,0),
|
||||
(@PATH,47,2648.6272,887.2003,70.106834,NULL,0,0,0,100,0),
|
||||
(@PATH,48,2633.4114,884.50476,69.28347,NULL,0,0,0,100,0),
|
||||
(@PATH,49,2600.0027,881.77625,67.96541,NULL,0,0,0,100,0),
|
||||
(@PATH,50,2566.761,886.15063,66.18087,NULL,0,0,0,100,0),
|
||||
(@PATH,51,2533.5017,884.79144,64.7772,NULL,0,0,0,100,0),
|
||||
(@PATH,52,2500.209,883.5788,63.762005,NULL,0,0,0,100,0),
|
||||
(@PATH,53,2466.7537,879.08453,62.865704,NULL,0,0,0,100,0),
|
||||
(@PATH,54,2433.5442,872.9633,60.284206,NULL,0,0,0,100,0),
|
||||
(@PATH,55,2399.9805,862.44415,56.983658,NULL,0,0,0,100,0),
|
||||
(@PATH,56,2366.681,853.4108,55.733658,NULL,0,0,0,100,0),
|
||||
(@PATH,57,2333.4233,840.40344,53.847023,NULL,0,0,0,100,0),
|
||||
(@PATH,58,2300.1846,827.1603,54.24242,NULL,0,0,0,100,0),
|
||||
(@PATH,59,2282.0686,815.46246,54.681904,NULL,0,0,0,100,0),
|
||||
(@PATH,60,2285.292,833.3753,54.75473,NULL,0,0,0,100,0),
|
||||
(@PATH,61,2280.2844,866.7419,54.603855,NULL,0,0,0,100,0),
|
||||
(@PATH,62,2267.9368,900.0089,54.510963,NULL,0,0,0,100,0),
|
||||
(@PATH,63,2255.3577,933.4627,54.54609,NULL,0,0,0,100,0),
|
||||
(@PATH,64,2243.3503,966.83356,54.525482,NULL,0,0,0,100,0),
|
||||
(@PATH,65,2231.8333,1014.5566,53.61164,NULL,0,0,0,100,0),
|
||||
(@PATH,66,2199.9133,1022.7056,49.13462,NULL,0,0,0,100,0),
|
||||
(@PATH,67,2166.5674,1033.6455,43.496593,NULL,0,0,0,100,0),
|
||||
(@PATH,68,2133.2314,1040.4186,38.0768,NULL,0,0,0,100,0),
|
||||
(@PATH,69,2099.8337,1031.154,33.053593,NULL,0,0,0,100,0),
|
||||
(@PATH,70,2066.437,1023.7202,31.66946,NULL,0,0,0,100,0),
|
||||
(@PATH,71,2033.0857,1036.158,27.342299,NULL,0,0,0,100,0),
|
||||
(@PATH,72,1999.967,1037.368,25.487244,NULL,0,0,0,100,0),
|
||||
(@PATH,73,1970.9503,1029.3729,24.414505,NULL,0,0,0,100,0),
|
||||
(@PATH,74,1933.4088,1052.1146,20.207039,NULL,0,0,0,100,0),
|
||||
(@PATH,75,1899.988,1052.5074,17.993156,NULL,0,0,0,100,0),
|
||||
(@PATH,76,1866.4275,1066.9388,16.172268,NULL,0,0,0,100,0),
|
||||
(@PATH,77,1833.5851,1077.7472,11.993924,NULL,0,0,0,100,0),
|
||||
(@PATH,78,1807.9244,1066.7906,9.400806,NULL,0,0,0,100,0);
|
||||
-- 0x20422046001165C000581A0002A0F8E1 .go xyz 1785.1494 1059.7461 7.4997754
|
||||
|
||||
-- Pathing for Lordaeron Sentry Entry: 17815
|
||||
SET @NPC := 38051;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=1915.2782,`position_y`=166.88997,`position_z`=66.420334 WHERE `guid`=@NPC;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=0,`position_x`=1915.2782,`position_y`=166.88997,`position_z`=66.420334 WHERE `guid` IN (48006, 48007);
|
||||
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 ,1915.2782,166.88997,66.420334,NULL,0,0,0,100,0),
|
||||
(@PATH,2 ,1933.3627,199.43684,68.55553,NULL,0,0,0,100,0),
|
||||
(@PATH,3 ,1958.7087,233.44987,68.25363,NULL,0,0,0,100,0),
|
||||
(@PATH,4 ,1985.3677,266.538,67.274605,NULL,0,0,0,100,0),
|
||||
(@PATH,5 ,2008.4141,299.949,66.5921,NULL,0,0,0,100,0),
|
||||
(@PATH,6 ,2029.3097,333.36285,66.2039,NULL,0,0,0,100,0),
|
||||
(@PATH,7 ,2046.5256,366.8134,66.07941,NULL,0,0,0,100,0),
|
||||
(@PATH,8 ,2061.7188,399.7105,66.07941,NULL,0,0,0,100,0),
|
||||
(@PATH,9 ,2075.2612,433.4388,66.35451,NULL,0,0,0,100,0),
|
||||
(@PATH,10,2085.227,466.7322,65.99344,NULL,0,0,0,100,0),
|
||||
(@PATH,11,2100.293,499.89203,61.793736,NULL,0,0,0,100,0),
|
||||
(@PATH,12,2134.9597,533.3772,55.160877,NULL,0,0,0,100,0),
|
||||
(@PATH,13,2160.3733,566.7977,46.943867,NULL,0,0,0,100,0),
|
||||
(@PATH,14,2169.0386,599.9322,40.813835,NULL,0,0,0,100,0),
|
||||
(@PATH,15,2173.1648,633.4348,34.61213,NULL,0,0,0,100,0),
|
||||
(@PATH,16,2182.9766,670.1759,33.942467,NULL,0,0,0,100,0),
|
||||
(@PATH,17,2195.8901,700.02814,37.097427,NULL,0,0,0,100,0),
|
||||
(@PATH,18,2220.6614,733.39703,45.14522,NULL,0,0,0,100,0),
|
||||
(@PATH,19,2248.9954,766.6798,52.944767,NULL,0,0,0,100,0),
|
||||
(@PATH,20,2272.683,800.09247,54.556904,NULL,0,0,0,100,0),
|
||||
(@PATH,21,2285.5388,833.2577,54.729755,NULL,0,0,0,100,0),
|
||||
(@PATH,22,2279.4978,866.8086,54.603855,NULL,0,0,0,100,0),
|
||||
(@PATH,23,2267.4993,899.9578,54.603855,NULL,0,0,0,100,0),
|
||||
(@PATH,24,2255.1328,933.5135,54.54609,NULL,0,0,0,100,0),
|
||||
(@PATH,25,2242.963,966.8592,54.525482,NULL,0,0,0,100,0),
|
||||
(@PATH,26,2234.5244,1000.2554,54.37835,NULL,0,0,0,100,0),
|
||||
(@PATH,27,2228.6057,1033.3921,53.29277,NULL,0,0,0,100,0),
|
||||
(@PATH,28,2226.4805,1066.674,50.751965,NULL,0,0,0,100,0),
|
||||
(@PATH,29,2225.1138,1100.0208,47.501396,NULL,0,0,0,100,0),
|
||||
(@PATH,30,2219.279,1133.2515,47.441338,NULL,0,0,0,100,0),
|
||||
(@PATH,31,2203.438,1166.5723,47.441338,NULL,0,0,0,100,0),
|
||||
(@PATH,32,2177.0708,1201.5569,47.477154,NULL,0,0,0,100,0),
|
||||
(@PATH,33,2158.344,1227.1785,47.322506,NULL,0,0,0,100,0),
|
||||
(@PATH,34,2177.0708,1201.5569,47.477154,NULL,0,0,0,100,0),
|
||||
(@PATH,35,2203.438,1166.5723,47.441338,NULL,0,0,0,100,0),
|
||||
(@PATH,36,2219.279,1133.2515,47.441338,NULL,0,0,0,100,0),
|
||||
(@PATH,37,2225.1138,1100.0208,47.501396,NULL,0,0,0,100,0),
|
||||
(@PATH,38,2226.4805,1066.674,50.751965,NULL,0,0,0,100,0),
|
||||
(@PATH,39,2228.6057,1033.3921,53.29277,NULL,0,0,0,100,0),
|
||||
(@PATH,40,2234.5244,1000.2554,54.37835,NULL,0,0,0,100,0),
|
||||
(@PATH,41,2242.963,966.8592,54.525482,NULL,0,0,0,100,0),
|
||||
(@PATH,42,2255.1328,933.5135,54.54609,NULL,0,0,0,100,0),
|
||||
(@PATH,43,2267.4993,899.9578,54.603855,NULL,0,0,0,100,0),
|
||||
(@PATH,44,2279.4978,866.8086,54.603855,NULL,0,0,0,100,0),
|
||||
(@PATH,45,2285.5388,833.2577,54.729755,NULL,0,0,0,100,0),
|
||||
(@PATH,46,2272.683,800.09247,54.556904,NULL,0,0,0,100,0),
|
||||
(@PATH,47,2248.9954,766.6798,52.944767,NULL,0,0,0,100,0),
|
||||
(@PATH,48,2220.6614,733.39703,45.14522,NULL,0,0,0,100,0),
|
||||
(@PATH,49,2195.8901,700.02814,37.097427,NULL,0,0,0,100,0),
|
||||
(@PATH,50,2182.9766,670.1759,33.942467,NULL,0,0,0,100,0),
|
||||
(@PATH,51,2173.1648,633.4348,34.61213,NULL,0,0,0,100,0),
|
||||
(@PATH,52,2169.0386,599.9322,40.813835,NULL,0,0,0,100,0),
|
||||
(@PATH,53,2160.3733,566.7977,46.943867,NULL,0,0,0,100,0),
|
||||
(@PATH,54,2134.9597,533.3772,55.160877,NULL,0,0,0,100,0),
|
||||
(@PATH,55,2100.293,499.89203,61.793736,NULL,0,0,0,100,0),
|
||||
(@PATH,56,2085.227,466.7322,65.99344,NULL,0,0,0,100,0),
|
||||
(@PATH,57,2075.2612,433.4388,66.35451,NULL,0,0,0,100,0),
|
||||
(@PATH,58,2061.7188,399.7105,66.07941,NULL,0,0,0,100,0),
|
||||
(@PATH,59,2046.5256,366.8134,66.07941,NULL,0,0,0,100,0),
|
||||
(@PATH,60,2029.3097,333.36285,66.2039,NULL,0,0,0,100,0),
|
||||
(@PATH,61,2008.4141,299.949,66.5921,NULL,0,0,0,100,0),
|
||||
(@PATH,62,1985.3677,266.538,67.274605,NULL,0,0,0,100,0),
|
||||
(@PATH,63,1958.7087,233.44987,68.25363,NULL,0,0,0,100,0),
|
||||
(@PATH,64,1933.3627,199.43684,68.55553,NULL,0,0,0,100,0);
|
||||
-- 0x20422046001165C000581A000120F8E2 .go xyz 2158.344 1227.1785 47.322506
|
||||
|
||||
-- Pathing for Lordaeron Sentry Entry: 17815
|
||||
SET @NPC := 31931;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=2103.3918,`position_y`=1333.9415,`position_z`=47.345947 WHERE `guid`=@NPC;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=0,`position_x`=2103.3918,`position_y`=1333.9415,`position_z`=47.345947 WHERE `guid` IN (47895, 47896);
|
||||
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 ,2103.3918,1333.9415,47.345947,NULL,0,0,0,100,0),
|
||||
(@PATH,2 ,2117.1653,1300.0837,47.25368,NULL,0,0,0,100,0),
|
||||
(@PATH,3 ,2135.3755,1266.5591,47.416084,NULL,0,0,0,100,0),
|
||||
(@PATH,4 ,2154.008,1233.5289,47.247627,NULL,0,0,0,100,0),
|
||||
(@PATH,5 ,2177.5837,1199.9348,47.366386,NULL,0,0,0,100,0),
|
||||
(@PATH,6 ,2204.2024,1165.6702,47.441338,NULL,0,0,0,100,0),
|
||||
(@PATH,7 ,2219.0212,1133.3259,47.441338,NULL,0,0,0,100,0),
|
||||
(@PATH,8 ,2226.034,1100.0942,47.492607,NULL,0,0,0,100,0),
|
||||
(@PATH,9 ,2226.6536,1066.845,50.731457,NULL,0,0,0,100,0),
|
||||
(@PATH,10,2229.4927,1033.4387,53.074142,NULL,0,0,0,100,0),
|
||||
(@PATH,11,2235.451,1000.4372,54.37835,NULL,0,0,0,100,0),
|
||||
(@PATH,12,2242.72,966.7881,54.525482,NULL,0,0,0,100,0),
|
||||
(@PATH,13,2254.9116,933.2465,54.619514,NULL,0,0,0,100,0),
|
||||
(@PATH,14,2267.9587,899.9565,54.603855,NULL,0,0,0,100,0),
|
||||
(@PATH,15,2279.7522,866.7176,54.603855,NULL,0,0,0,100,0),
|
||||
(@PATH,16,2285.8884,833.4665,54.683197,NULL,0,0,0,100,0),
|
||||
(@PATH,17,2271.3103,800.17786,54.556904,NULL,0,0,0,100,0),
|
||||
(@PATH,18,2248.9385,766.28796,52.92477,NULL,0,0,0,100,0),
|
||||
(@PATH,19,2222.6885,733.4756,45.53316,NULL,0,0,0,100,0),
|
||||
(@PATH,20,2199.9814,705.9134,38.45436,NULL,0,0,0,100,0),
|
||||
(@PATH,21,2183.4436,671.9523,34.047813,NULL,0,0,0,100,0),
|
||||
(@PATH,22,2173.2122,633.11383,34.746147,NULL,0,0,0,100,0),
|
||||
(@PATH,23,2169.0981,599.8944,40.806755,NULL,0,0,0,100,0),
|
||||
(@PATH,24,2160.8425,566.8087,46.886005,NULL,0,0,0,100,0),
|
||||
(@PATH,25,2133.9849,533.43677,55.27074,NULL,0,0,0,100,0),
|
||||
(@PATH,26,2102.682,500.0803,61.526283,NULL,0,0,0,100,0),
|
||||
(@PATH,27,2085.1711,466.63803,66.07155,NULL,0,0,0,100,0),
|
||||
(@PATH,28,2079.1477,443.0053,66.22951,NULL,0,0,0,100,0),
|
||||
(@PATH,29,2062.3293,400.23102,66.18985,NULL,0,0,0,100,0),
|
||||
(@PATH,30,2046.4001,366.72775,66.07941,NULL,0,0,0,100,0),
|
||||
(@PATH,31,2030.5328,333.3761,66.2039,NULL,0,0,0,100,0),
|
||||
(@PATH,32,2011.089,300.02844,66.1958,NULL,0,0,0,100,0),
|
||||
(@PATH,33,1986.6836,266.5842,67.274605,NULL,0,0,0,100,0),
|
||||
(@PATH,34,1962.4227,233.44661,67.80795,NULL,0,0,0,100,0),
|
||||
(@PATH,35,1933.4548,199.38693,68.54942,NULL,0,0,0,100,0),
|
||||
(@PATH,36,1915.0591,166.63585,66.27286,NULL,0,0,0,100,0),
|
||||
(@PATH,37,1909.7109,154.14236,65.70743,NULL,0,0,0,100,0),
|
||||
(@PATH,38,1915.0591,166.63585,66.27286,NULL,0,0,0,100,0),
|
||||
(@PATH,39,1933.4548,199.38693,68.54942,NULL,0,0,0,100,0),
|
||||
(@PATH,40,1962.4227,233.44661,67.80795,NULL,0,0,0,100,0),
|
||||
(@PATH,41,1986.6836,266.5842,67.274605,NULL,0,0,0,100,0),
|
||||
(@PATH,42,2011.089,300.02844,66.1958,NULL,0,0,0,100,0),
|
||||
(@PATH,43,2030.5328,333.3761,66.2039,NULL,0,0,0,100,0),
|
||||
(@PATH,44,2046.4001,366.72775,66.07941,NULL,0,0,0,100,0),
|
||||
(@PATH,45,2062.3293,400.23102,66.18985,NULL,0,0,0,100,0),
|
||||
(@PATH,46,2079.1477,443.0053,66.22951,NULL,0,0,0,100,0),
|
||||
(@PATH,47,2085.1711,466.63803,66.07155,NULL,0,0,0,100,0),
|
||||
(@PATH,48,2102.682,500.0803,61.526283,NULL,0,0,0,100,0),
|
||||
(@PATH,49,2133.9849,533.43677,55.27074,NULL,0,0,0,100,0),
|
||||
(@PATH,50,2160.8425,566.8087,46.886005,NULL,0,0,0,100,0),
|
||||
(@PATH,51,2169.0981,599.8944,40.806755,NULL,0,0,0,100,0),
|
||||
(@PATH,52,2173.2122,633.11383,34.746147,NULL,0,0,0,100,0),
|
||||
(@PATH,53,2183.4436,671.9523,34.047813,NULL,0,0,0,100,0),
|
||||
(@PATH,54,2199.9814,705.9134,38.45436,NULL,0,0,0,100,0),
|
||||
(@PATH,55,2222.6885,733.4756,45.53316,NULL,0,0,0,100,0),
|
||||
(@PATH,56,2248.9385,766.28796,52.92477,NULL,0,0,0,100,0),
|
||||
(@PATH,57,2271.3103,800.17786,54.556904,NULL,0,0,0,100,0),
|
||||
(@PATH,58,2285.8884,833.4665,54.683197,NULL,0,0,0,100,0),
|
||||
(@PATH,59,2279.7522,866.7176,54.603855,NULL,0,0,0,100,0),
|
||||
(@PATH,60,2267.9587,899.9565,54.603855,NULL,0,0,0,100,0),
|
||||
(@PATH,61,2254.9116,933.2465,54.619514,NULL,0,0,0,100,0),
|
||||
(@PATH,62,2242.72,966.7881,54.525482,NULL,0,0,0,100,0),
|
||||
(@PATH,63,2235.451,1000.4372,54.37835,NULL,0,0,0,100,0),
|
||||
(@PATH,64,2229.4927,1033.4387,53.074142,NULL,0,0,0,100,0),
|
||||
(@PATH,65,2226.6536,1066.845,50.731457,NULL,0,0,0,100,0),
|
||||
(@PATH,66,2226.034,1100.0942,47.492607,NULL,0,0,0,100,0),
|
||||
(@PATH,67,2219.0212,1133.3259,47.441338,NULL,0,0,0,100,0),
|
||||
(@PATH,68,2204.2024,1165.6702,47.441338,NULL,0,0,0,100,0),
|
||||
(@PATH,69,2177.5837,1199.9348,47.366386,NULL,0,0,0,100,0),
|
||||
(@PATH,70,2154.008,1233.5289,47.247627,NULL,0,0,0,100,0),
|
||||
(@PATH,71,2135.3755,1266.5591,47.416084,NULL,0,0,0,100,0),
|
||||
(@PATH,72,2117.1653,1300.0837,47.25368,NULL,0,0,0,100,0);
|
||||
-- 0x20422046001165C000581A0000A0F8E2 .go xyz 2103.3918 1333.9415 47.345947
|
||||
|
||||
-- Pathing for Lordaeron Sentry Entry: 17815 - Tower 1
|
||||
SET @NPC := 83972;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=2337.6953,`position_y`=915.4379,`position_z`=55.15482 WHERE `guid`=@NPC; -- Dual ID
|
||||
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,2337.6953,915.4379,55.15482,NULL,0,0,0,100,0),
|
||||
(@PATH,2,2333.4814,903.4899,57.65865,NULL,0,0,0,100,0),
|
||||
(@PATH,3,2340.1555,900.48224,57.65981,NULL,0,0,0,100,0),
|
||||
(@PATH,4,2346.2947,887.8544,57.564976,NULL,0,0,0,100,0),
|
||||
(@PATH,5,2338.7297,869.56415,57.568974,NULL,0,0,0,100,0),
|
||||
(@PATH,6,2317.9297,866.5276,57.598198,NULL,0,0,0,100,0),
|
||||
(@PATH,7,2306.1555,880.7254,57.54948,NULL,0,0,0,100,0),
|
||||
(@PATH,8,2313.9922,901.3326,57.554733,NULL,0,0,0,100,0),
|
||||
(@PATH,9,2333.4875,903.71106,57.65865,NULL,0,0,0,100,0),
|
||||
(@PATH,10,2326.9998,886.5512,57.662193,NULL,0,0,0,100,0),
|
||||
(@PATH,11,2330.3596,875.4593,57.665497,NULL,0,0,0,100,0),
|
||||
(@PATH,12,2320.9487,875.9523,60.78332,NULL,0,0,0,100,0),
|
||||
(@PATH,13,2315.7356,885.64825,63.546394,NULL,0,0,0,100,0),
|
||||
(@PATH,14,2320.3723,893.43945,65.54927,NULL,0,0,0,100,0),
|
||||
(@PATH,15,2329.7632,894.6896,68.690025,NULL,0,0,0,100,0),
|
||||
(@PATH,16,2336.055,887.16,71.3774,NULL,0,0,0,100,0),
|
||||
(@PATH,17,2331.607,877.8364,75.11574,NULL,0,0,0,100,0),
|
||||
(@PATH,18,2323.1711,877.8186,76.97392,NULL,0,0,0,100,0),
|
||||
(@PATH,19,2318.2617,884.3274,80.53621,NULL,0,0,0,100,0),
|
||||
(@PATH,20,2321.3237,890.0113,81.65865,NULL,0,0,0,100,0),
|
||||
(@PATH,21,2327.0613,892.2306,83.6398,NULL,0,0,0,100,0),
|
||||
(@PATH,22,2332.3845,888.5621,86.47227,NULL,0,0,0,100,0),
|
||||
(@PATH,23,2332.476,883.74207,87.17428,NULL,0,0,0,100,0),
|
||||
(@PATH,24,2321.1294,886.053,92.7524,NULL,0,0,0,100,0),
|
||||
(@PATH,25,2332.476,883.74207,87.17428,NULL,0,0,0,100,0),
|
||||
(@PATH,26,2332.3845,888.5621,86.47227,NULL,0,0,0,100,0),
|
||||
(@PATH,27,2327.0613,892.2306,83.6398,NULL,0,0,0,100,0),
|
||||
(@PATH,28,2321.3237,890.0113,81.65865,NULL,0,0,0,100,0),
|
||||
(@PATH,29,2318.2617,884.3274,80.53621,NULL,0,0,0,100,0),
|
||||
(@PATH,30,2323.1711,877.8186,76.97392,NULL,0,0,0,100,0),
|
||||
(@PATH,31,2331.5618,877.742,75.2132,NULL,0,0,0,100,0),
|
||||
(@PATH,32,2336.055,887.16,71.3774,NULL,0,0,0,100,0),
|
||||
(@PATH,33,2329.7632,894.6896,68.690025,NULL,0,0,0,100,0),
|
||||
(@PATH,34,2320.3723,893.43945,65.54927,NULL,0,0,0,100,0),
|
||||
(@PATH,35,2315.7356,885.64825,63.546394,NULL,0,0,0,100,0),
|
||||
(@PATH,36,2320.9487,875.9523,60.78332,NULL,0,0,0,100,0),
|
||||
(@PATH,37,2330.3596,875.4593,57.665497,NULL,0,0,0,100,0),
|
||||
(@PATH,38,2326.9998,886.5512,57.662193,NULL,0,0,0,100,0),
|
||||
(@PATH,39,2333.4875,903.71106,57.65865,NULL,0,0,0,100,0),
|
||||
(@PATH,40,2313.9922,901.3326,57.554733,NULL,0,0,0,100,0),
|
||||
(@PATH,41,2306.1555,880.7254,57.54948,NULL,0,0,0,100,0),
|
||||
(@PATH,42,2317.9297,866.5276,57.598198,NULL,0,0,0,100,0),
|
||||
(@PATH,43,2338.7297,869.56415,57.568974,NULL,0,0,0,100,0),
|
||||
(@PATH,44,2346.2947,887.8544,57.564976,NULL,0,0,0,100,0),
|
||||
(@PATH,45,2340.1555,900.48224,57.65981,NULL,0,0,0,100,0),
|
||||
(@PATH,46,2333.4814,903.4899,57.65865,NULL,0,0,0,100,0);
|
||||
-- 0x20422046001165C000581A000320F8E1 .go xyz 2337.6953 915.4379 55.15482
|
||||
|
||||
-- Pathing for Lordaeron Watchman Entry: 17814
|
||||
SET @NPC := 48018;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=2030.5573,`position_y`=549.52216,`position_z`=62.65978 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,2030.5573,549.52216,62.65978,NULL,0,0,0,100,0),
|
||||
(@PATH,2,2043.0187,543.96594,65.43548,NULL,0,0,0,100,0),
|
||||
(@PATH,3,2040.9486,528.9046,65.35817,NULL,0,0,0,100,0),
|
||||
(@PATH,4,2053.6233,516.6144,65.3921,NULL,0,0,0,100,0),
|
||||
(@PATH,5,2066.4966,516.7051,65.36601,NULL,0,0,0,100,0),
|
||||
(@PATH,6,2076.9932,524.8176,65.3846,NULL,0,0,0,100,0),
|
||||
(@PATH,7,2080.0664,537.6619,65.424576,NULL,0,0,0,100,0),
|
||||
(@PATH,8,2073.2578,552.86383,65.413246,NULL,0,0,0,100,0),
|
||||
(@PATH,9,2058.9766,555.5665,65.34127,NULL,0,0,0,100,0),
|
||||
(@PATH,10,2047.5226,550.6699,65.42719,NULL,0,0,0,100,0),
|
||||
(@PATH,11,2043.2604,544.3217,65.43548,NULL,0,0,0,100,0),
|
||||
(@PATH,12,2058.8784,536.21625,65.438126,NULL,0,0,0,100,0),
|
||||
(@PATH,13,2066.8667,540.08575,65.43678,NULL,0,0,0,100,0),
|
||||
(@PATH,14,2070.924,532.96564,67.08647,NULL,0,0,0,100,0),
|
||||
(@PATH,15,2063.4397,526.1872,70.21204,NULL,0,0,0,100,0),
|
||||
(@PATH,16,2056.6567,525.29297,72.259315,NULL,0,0,0,100,0),
|
||||
(@PATH,17,2052.3293,530.6643,73.32143,NULL,0,0,0,100,0),
|
||||
(@PATH,18,2051.132,539.46906,76.37743,NULL,0,0,0,100,0),
|
||||
(@PATH,19,2058.9639,545.4133,79.13861,NULL,0,0,0,100,0),
|
||||
(@PATH,20,2067.3652,542.5206,81.916046,NULL,0,0,0,100,0),
|
||||
(@PATH,21,2068.8682,531.42017,84.74329,NULL,0,0,0,100,0),
|
||||
(@PATH,22,2061.934,526.92706,87.70602,NULL,0,0,0,100,0),
|
||||
(@PATH,23,2053.2678,531.0762,89.4308,NULL,0,0,0,100,0),
|
||||
(@PATH,24,2054.9526,540.5202,93.20269,NULL,0,0,0,100,0),
|
||||
(@PATH,25,2062.1814,541.9551,94.935486,NULL,0,0,0,100,0),
|
||||
(@PATH,26,2059.0625,530.921,100.52455,NULL,0,0,0,100,0),
|
||||
(@PATH,27,2062.1814,541.9551,94.935486,NULL,0,0,0,100,0),
|
||||
(@PATH,28,2054.9526,540.5202,93.20269,NULL,0,0,0,100,0),
|
||||
(@PATH,29,2053.2678,531.0762,89.4308,NULL,0,0,0,100,0),
|
||||
(@PATH,30,2061.934,526.92706,87.70602,NULL,0,0,0,100,0),
|
||||
(@PATH,31,2068.8682,531.42017,84.74329,NULL,0,0,0,100,0),
|
||||
(@PATH,32,2067.4739,542.4832,81.969536,NULL,0,0,0,100,0),
|
||||
(@PATH,33,2058.9639,545.4133,79.13861,NULL,0,0,0,100,0),
|
||||
(@PATH,34,2051.132,539.46906,76.37743,NULL,0,0,0,100,0),
|
||||
(@PATH,35,2052.3293,530.6643,73.32143,NULL,0,0,0,100,0),
|
||||
(@PATH,36,2056.6567,525.29297,72.259315,NULL,0,0,0,100,0),
|
||||
(@PATH,37,2063.4397,526.1872,70.21204,NULL,0,0,0,100,0),
|
||||
(@PATH,38,2070.924,532.96564,67.08647,NULL,0,0,0,100,0),
|
||||
(@PATH,39,2066.8667,540.08575,65.43678,NULL,0,0,0,100,0),
|
||||
(@PATH,40,2058.8784,536.21625,65.438126,NULL,0,0,0,100,0),
|
||||
(@PATH,41,2043.2604,544.3217,65.43548,NULL,0,0,0,100,0),
|
||||
(@PATH,42,2047.5226,550.6699,65.42719,NULL,0,0,0,100,0),
|
||||
(@PATH,43,2058.9766,555.5665,65.34127,NULL,0,0,0,100,0),
|
||||
(@PATH,44,2073.2578,552.86383,65.413246,NULL,0,0,0,100,0),
|
||||
(@PATH,45,2080.0664,537.6619,65.424576,NULL,0,0,0,100,0),
|
||||
(@PATH,46,2076.9932,524.8176,65.3846,NULL,0,0,0,100,0),
|
||||
(@PATH,47,2066.4966,516.7051,65.36601,NULL,0,0,0,100,0),
|
||||
(@PATH,48,2053.6233,516.6144,65.3921,NULL,0,0,0,100,0),
|
||||
(@PATH,49,2040.9486,528.9046,65.35817,NULL,0,0,0,100,0),
|
||||
(@PATH,50,2043.0187,543.96594,65.43548,NULL,0,0,0,100,0);
|
||||
-- 0x204220460011658000581A000220F8E1 .go xyz 2030.5573 549.52216 62.65978
|
||||
|
||||
-- Pathing for Don Carlos Entry: 28132
|
||||
SET @NPC := 1885;
|
||||
SET @PATH := @NPC * 10;
|
||||
UPDATE `creature` SET `wander_distance`=0,`MovementType`=2,`position_x`=2227.62,`position_y`=1009.7258,`position_z`=53.78852 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,2410,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,2227.62,1009.7258,53.78852,NULL,0,0,0,100,0),
|
||||
(@PATH,2,2227.62,1009.7258,53.78852,2.478367567062377929,11000,0,0,100,0),
|
||||
(@PATH,3,2239.5022,966.686,54.710663,NULL,0,0,0,100,0),
|
||||
(@PATH,4,2250.3352,933.3757,54.54609,NULL,0,0,0,100,0),
|
||||
(@PATH,5,2262.7214,900.36816,54.351204,NULL,0,0,0,100,0),
|
||||
(@PATH,6,2275.6965,866.6112,54.198456,NULL,0,0,0,100,0),
|
||||
(@PATH,7,2281.3337,833.35144,54.979706,NULL,9000,0,0,100,0),
|
||||
(@PATH,8,2266.3677,800.44366,54.67512,NULL,0,0,0,100,0),
|
||||
(@PATH,9,2243.6724,766.81726,52.80878,NULL,0,0,0,100,0),
|
||||
(@PATH,10,2216.9329,733.1887,44.46825,NULL,0,0,0,100,0),
|
||||
(@PATH,11,2200.039,713.3644,39.00902,NULL,0,0,0,100,0),
|
||||
(@PATH,12,2190.7734,700.3174,36.458755,NULL,0,0,0,100,0),
|
||||
(@PATH,13,2182.4844,682.9269,34.258385,NULL,10000,0,0,100,0),
|
||||
(@PATH,14,2216.152,733.4819,44.693806,NULL,0,0,0,100,0),
|
||||
(@PATH,15,2233.0774,755.7023,50.529865,NULL,0,0,0,100,0),
|
||||
(@PATH,16,2243.432,766.66656,52.744473,NULL,0,0,0,100,0),
|
||||
(@PATH,17,2265.9766,800.0752,54.67512,NULL,0,0,0,100,0),
|
||||
(@PATH,18,2276.7432,817.5262,54.806904,NULL,10000,0,0,100,0),
|
||||
(@PATH,19,2274.8376,866.8675,53.983494,NULL,0,0,0,100,0),
|
||||
(@PATH,20,2262.3582,900.01575,54.354378,NULL,0,0,0,100,0),
|
||||
(@PATH,21,2250.1418,933.542,54.54609,NULL,0,0,0,100,0),
|
||||
(@PATH,22,2238.6863,966.67145,54.71237,NULL,0,0,0,100,0),
|
||||
(@PATH,23,2230.2744,1000.1133,54.23957,NULL,0,0,0,100,0);
|
||||
-- 0x20422046001B790000581A000020F8E1 .go xyz 2227.62 1009.7258 53.78852
|
||||
|
||||
-- Hillsbrad Peasants working at Tower
|
||||
DELETE FROM `creature_template_addon` WHERE (`entry` = 20424);
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||
(20424, 0, 0, 0, 1, 233, 0, '');
|
||||
|
||||
DELETE FROM `creature` WHERE `map`=560 AND `id1`=20424 AND `guid` IN (11390,11404,11414,11415,11416,11417,11420,11424,11488,11499,11501,11502); -- Deletes extra one
|
||||
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
|
||||
(11390, 20424, 560, 2367, 2367, 3, 1, 1, 2306.75732421875, 906.4609375, 54.78238677978515625, 5.585053443908691406, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 47187), -- 20424 (Area: 2367 - Difficulty: 1)
|
||||
(11404, 20424, 560, 2367, 2367, 3, 1, 1, 2351.021240234375, 902.345703125, 55.26427841186523437, 3.560471534729003906, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 47187), -- 20424 (Area: 2367 - Difficulty: 1)
|
||||
(11414, 20424, 560, 2367, 2367, 3, 1, 1, 2316.123779296875, 912.6961669921875, 54.8037261962890625, 5.026548385620117187, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 47187), -- 20424 (Area: 2367 - Difficulty: 1)
|
||||
(11415, 20424, 560, 2367, 2367, 3, 1, 1, 2315.3564453125, 856.1329345703125, 56.57412338256835937, 1.082104086875915527, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 47187), -- 20424 (Area: 2367 - Difficulty: 1)
|
||||
(11416, 20424, 560, 2367, 2367, 3, 1, 1, 2342.88720703125, 887.82073974609375, 57.70813751220703125, 3.525565147399902343, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 47187), -- 20424 (Area: 2367 - Difficulty: 1)
|
||||
(11417, 20424, 560, 2367, 2367, 3, 1, 1, 2301.0205078125, 898.58056640625, 54.41033935546875, 5.759586334228515625, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 47187), -- 20424 (Area: 2367 - Difficulty: 1)
|
||||
(11420, 20424, 560, 2367, 2367, 3, 1, 1, 2302.145751953125, 868.93359375, 55.70030593872070312, 0.680678427219390869, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 47187), -- 20424 (Area: 2367 - Difficulty: 1)
|
||||
(11424, 20424, 560, 2367, 2367, 3, 1, 1, 2340.767578125, 859.9713134765625, 55.25447845458984375, 2.530727386474609375, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 47187), -- 20424 (Area: 2367 - Difficulty: 1)
|
||||
(11488, 20424, 560, 2367, 2367, 3, 1, 1, 2329.278564453125, 895.7554931640625, 57.7480926513671875, 1.919862151145935058, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 47187), -- 20424 (Area: 2367 - Difficulty: 1)
|
||||
(11499, 20424, 560, 2367, 2367, 3, 1, 1, 2297.286865234375, 885.65594482421875, 54.39743423461914062, 0.174532920122146606, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 47187), -- 20424 (Area: 2367 - Difficulty: 1)
|
||||
(11501, 20424, 560, 2367, 2367, 3, 1, 1, 2355.77001953125, 891.4378662109375, 57.94371795654296875, 3.979350566864013671, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 47187); -- 20424 (Area: 2367 - Difficulty: 1)
|
||||
|
||||
-- Static formations in towers
|
||||
DELETE FROM `creature_formations` WHERE `leaderGUID` IN (31908,40162,41813,42939,44653,46842,48013,48015) AND `memberGUID` IN (31908,40162,41813,42939,44653,44656,46842,46850,47583,47894,48012,48013,48014,48015,48016,48017,48019,48020);
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
|
||||
(40162, 40162, 0, 0, 3, 0, 0),
|
||||
(40162, 48012, 0, 0, 3, 0, 0),
|
||||
(48013, 48013, 0, 0, 3, 0, 0),
|
||||
(48013, 48014, 0, 0, 3, 0, 0),
|
||||
(44653, 44653, 0, 0, 3, 0, 0),
|
||||
(44653, 44656, 0, 0, 3, 0, 0),
|
||||
(46842, 46842, 0, 0, 3, 0, 0),
|
||||
(46842, 46850, 0, 0, 3, 0, 0),
|
||||
(48015, 48015, 0, 0, 3, 0, 0),
|
||||
(48015, 48016, 0, 0, 3, 0, 0),
|
||||
(41813, 41813, 0, 0, 3, 0, 0),
|
||||
(41813, 48017, 0, 0, 3, 0, 0),
|
||||
(31908, 31908, 0, 0, 3, 0, 0),
|
||||
(31908, 47583, 0, 0, 3, 0, 0),
|
||||
(31908, 47894, 0, 0, 3, 0, 0),
|
||||
(42939, 42939, 0, 0, 3, 0, 0),
|
||||
(42939, 48020, 0, 0, 3, 0, 0),
|
||||
(42939, 48019, 0, 0, 3, 0, 0);
|
||||
89
data/sql/updates/db_world/2023_01_16_14.sql
Normal file
89
data/sql/updates/db_world/2023_01_16_14.sql
Normal file
@@ -0,0 +1,89 @@
|
||||
-- DB update 2023_01_16_13 -> 2023_01_16_14
|
||||
--
|
||||
SET @OGUID := 55735;
|
||||
|
||||
DELETE FROM `gameobject` WHERE `map`=560 AND `id` IN (187235, 187567) AND `guid` BETWEEN @OGUID+0 AND @OGUID+39;
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(@OGUID+0 , 187235, 560, 2367, 2367, 3, 1, 2327.7, 923.297, 55.0792, 1.50098, 0, 0, 0.681998, 0.731354, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+1 , 187235, 560, 2367, 2367, 3, 1, 2350.5, 913.715, 55.2528, 0.820303, 0, 0, 0.398748, 0.91706, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+2 , 187235, 560, 2367, 2367, 3, 1, 1957.94, 1090.89, 26.6288, 4.17134, 0, 0, -0.870356, 0.492424, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+3 , 187235, 560, 2367, 2367, 3, 1, 2634.74, 705.168, 56.1564, 1.36136, 0, 0, 0.62932, 0.777146, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+4 , 187235, 560, 2367, 2367, 3, 1, 2628.34, 698.823, 56.2869, 6.05629, 0, 0, -0.113203, 0.993572, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+5 , 187235, 560, 2367, 2367, 3, 1, 2644.95, 704.002, 56.1751, 1.36136, 0, 0, 0.62932, 0.777146, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+6 , 187235, 560, 2367, 2367, 3, 1, 2649.52, 700.67, 56.3216, 3.7001, 0, 0, -0.961261, 0.27564, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+7 , 187567, 560, 2367, 2367, 3, 1, 2628.55, 655.727, 61.1613, 1.25664, 0, 0, 0.587785, 0.809017, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+8 , 187235, 560, 2367, 2367, 3, 1, 2614.34, 627.073, 56.7241, 0.820303, 0, 0, 0.398748, 0.91706, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+9 , 187235, 560, 2367, 2367, 3, 1, 2632.78, 654.738, 54.2741, 1.09956, 0, 0, 0.522498, 0.85264, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+10, 187235, 560, 2367, 2367, 3, 1, 2624.57, 657.569, 54.2737, 1.36136, 0, 0, 0.62932, 0.777146, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+11, 187235, 560, 2367, 2367, 3, 1, 2647.02, 670.236, 55.7051, 2.93214, 0, 0, 0.994521, 0.104536, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+12, 187235, 560, 2367, 2367, 3, 1, 2622.35, 624.398, 56.7241, 1.81514, 0, 0, 0.788011, 0.615662, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+13, 187235, 560, 2367, 2367, 3, 1, 2654.3, 656.427, 61.9301, 1.83259, 0, 0, 0.793353, 0.608762, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+14, 187235, 560, 2367, 2367, 3, 1, 2188.3, 147.514, 90.1394, 3.87463, 0, 0, -0.93358, 0.358368, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+15, 187235, 560, 2367, 2367, 3, 1, 2182.14, 136.87, 90.1394, 1.36136, 0, 0, 0.62932, 0.777146, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+16, 187235, 560, 2367, 2367, 3, 1, 2228.18, 128.799, 104.672, 4.20625, 0, 0, -0.861629, 0.507539, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+17, 187235, 560, 2367, 2367, 3, 1, 2218.77, 112.094, 104.672, 1.36136, 0, 0, 0.62932, 0.777146, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+18, 187235, 560, 2367, 2367, 3, 1, 2251.85, 137.491, 89.4548, 3.22886, 0, 0, -0.999048, 0.0436193, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+19, 187235, 560, 2367, 2367, 3, 1, 2246.24, 127.997, 89.4548, 1.90241, 0, 0, 0.814116, 0.580703, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+20, 187235, 560, 2367, 2367, 3, 1, 1899.79, 1048.55, 18.0428, 0.157079, 0, 0, 0.0784588, 0.996917, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+21, 187235, 560, 2367, 2367, 3, 1, 1901.2, 1058.45, 18.1829, 5.75959, 0, 0, -0.258819, 0.965926, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+22, 187235, 560, 2367, 2367, 3, 1, 1884.31, 1083.16, 17.6409, 3.17653, 0, 0, -0.999847, 0.0174693, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+23, 187235, 560, 2367, 2367, 3, 1, 1871.39, 1070.32, 17.1592, 4.43314, 0, 0, -0.798635, 0.601815, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+24, 187235, 560, 2367, 2367, 3, 1, 1863.76, 1061.21, 15.7083, 0.750491, 0, 0, 0.366501, 0.930418, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+25, 187235, 560, 2367, 2367, 3, 1, 1840.65, 1097.35, 15.2979, 5.02655, 0, 0, -0.587785, 0.809017, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+26, 187235, 560, 2367, 2367, 3, 1, 1823.27, 1050.91, 11.0783, 1.36136, 0, 0, 0.62932, 0.777146, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+27, 187235, 560, 2367, 2367, 3, 1, 1821.2, 1040.31, 11.6916, 3.76991, 0, 0, -0.951056, 0.309017, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+28, 187567, 560, 2367, 2367, 3, 1, 1817.56, 1052.36, 16.8424, 1.58825, 0, 0, 0.71325, 0.70091, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+29, 187235, 560, 2367, 2367, 3, 1, 1810.83, 1124.28, 13.3553, 3.63029, 0, 0, -0.970295, 0.241925, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+30, 187235, 560, 2367, 2367, 3, 1, 1800.69, 1084.27, 11.0713, 4.38078, 0, 0, -0.814116, 0.580703, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+31, 187235, 560, 2367, 2367, 3, 1, 1809.76, 1083.95, 11.3059, 4.92183, 0, 0, -0.62932, 0.777146, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+32, 187235, 560, 2367, 2367, 3, 1, 1808.54, 1024.53, 11.6881, 1.36136, 0, 0, 0.62932, 0.777146, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+33, 187567, 560, 2367, 2367, 3, 1, 1805.48, 1097.36, 19.5861, 4.69494, 0, 0, -0.71325, 0.70091, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+34, 187235, 560, 2367, 2367, 3, 1, 1810.94, 1130.16, 13.3551, 2.68781, 0, 0, 0.97437, 0.224951, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+35, 187235, 560, 2367, 2367, 3, 1, 1776.37, 1054.55, 6.90413, 1.36136, 0, 0, 0.62932, 0.777146, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+36, 187235, 560, 2367, 2367, 3, 1, 1776.81, 1067.18, 7.54524, 5.07891, 0, 0, -0.566406, 0.824126, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+37, 187235, 560, 2367, 2367, 3, 1, 1755.99, 1020.43, 6.87962, 0.820303, 0, 0, 0.398748, 0.91706, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+38, 187235, 560, 2367, 2367, 3, 1, 1745.99, 1058.14, 6.87962, 0.628317, 0, 0, 0.309016, 0.951057, 7200, 255, 1, '', 47187),
|
||||
(@OGUID+39, 187235, 560, 2367, 2367, 3, 1, 1736.87, 1084.24, 6.87962, 5.65487, 0, 0, -0.309016, 0.951057, 7200, 255, 1, '', 47187);
|
||||
|
||||
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=2 AND `guid` BETWEEN @OGUID+0 AND @OGUID+39;
|
||||
INSERT INTO `game_event_gameobject` (`guid`, `eventEntry`) VALUES
|
||||
(@OGUID+0 , 2),
|
||||
(@OGUID+1 , 2),
|
||||
(@OGUID+2 , 2),
|
||||
(@OGUID+3 , 2),
|
||||
(@OGUID+4 , 2),
|
||||
(@OGUID+5 , 2),
|
||||
(@OGUID+6 , 2),
|
||||
(@OGUID+7 , 2),
|
||||
(@OGUID+8 , 2),
|
||||
(@OGUID+9 , 2),
|
||||
(@OGUID+10, 2),
|
||||
(@OGUID+11, 2),
|
||||
(@OGUID+12, 2),
|
||||
(@OGUID+13, 2),
|
||||
(@OGUID+14, 2),
|
||||
(@OGUID+15, 2),
|
||||
(@OGUID+16, 2),
|
||||
(@OGUID+17, 2),
|
||||
(@OGUID+18, 2),
|
||||
(@OGUID+19, 2),
|
||||
(@OGUID+20, 2),
|
||||
(@OGUID+21, 2),
|
||||
(@OGUID+22, 2),
|
||||
(@OGUID+23, 2),
|
||||
(@OGUID+24, 2),
|
||||
(@OGUID+25, 2),
|
||||
(@OGUID+26, 2),
|
||||
(@OGUID+27, 2),
|
||||
(@OGUID+28, 2),
|
||||
(@OGUID+29, 2),
|
||||
(@OGUID+30, 2),
|
||||
(@OGUID+31, 2),
|
||||
(@OGUID+32, 2),
|
||||
(@OGUID+33, 2),
|
||||
(@OGUID+34, 2),
|
||||
(@OGUID+35, 2),
|
||||
(@OGUID+36, 2),
|
||||
(@OGUID+37, 2),
|
||||
(@OGUID+38, 2),
|
||||
(@OGUID+39, 2);
|
||||
@@ -71,12 +71,12 @@ function(CheckApplicationsBuildList)
|
||||
if (APPS_BUILD MATCHES "-only")
|
||||
set(BUILD_APPS_USE_WHITELIST ON)
|
||||
|
||||
if (APPS_BUILD STREQUAL "servers-only")
|
||||
list(APPEND BUILD_APPS_WHITELIST authserver worldserver)
|
||||
if (APPS_BUILD STREQUAL "auth-only")
|
||||
list(APPEND BUILD_APPS_WHITELIST authserver)
|
||||
endif()
|
||||
|
||||
if (APPS_BUILD STREQUAL "dbimport-only")
|
||||
list(APPEND BUILD_APPS_WHITELIST dbimport)
|
||||
if (APPS_BUILD STREQUAL "world-only")
|
||||
list(APPEND BUILD_APPS_WHITELIST worldserver)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
@@ -51,16 +51,16 @@ MySQLConnectionInfo::MySQLConnectionInfo(std::string_view infoString)
|
||||
MySQLConnection::MySQLConnection(MySQLConnectionInfo& connInfo) :
|
||||
m_reconnecting(false),
|
||||
m_prepareError(false),
|
||||
m_queue(nullptr),
|
||||
m_Mysql(nullptr),
|
||||
m_queue(nullptr),
|
||||
m_connectionInfo(connInfo),
|
||||
m_connectionFlags(CONNECTION_SYNCH) { }
|
||||
|
||||
MySQLConnection::MySQLConnection(ProducerConsumerQueue<SQLOperation*>* queue, MySQLConnectionInfo& connInfo) :
|
||||
m_reconnecting(false),
|
||||
m_prepareError(false),
|
||||
m_queue(queue),
|
||||
m_Mysql(nullptr),
|
||||
m_queue(queue),
|
||||
m_connectionInfo(connInfo),
|
||||
m_connectionFlags(CONNECTION_ASYNC)
|
||||
{
|
||||
|
||||
@@ -98,19 +98,18 @@ protected:
|
||||
void PrepareStatement(uint32 index, std::string_view sql, ConnectionFlags flags);
|
||||
|
||||
virtual void DoPrepareStatements() = 0;
|
||||
virtual bool _HandleMySQLErrno(uint32 errNo, uint8 attempts = 5);
|
||||
|
||||
typedef std::vector<std::unique_ptr<MySQLPreparedStatement>> PreparedStatementContainer;
|
||||
|
||||
PreparedStatementContainer m_stmts; //! PreparedStatements storage
|
||||
bool m_reconnecting; //! Are we reconnecting?
|
||||
bool m_prepareError; //! Was there any error while preparing statements?
|
||||
MySQLHandle* m_Mysql; //! MySQL Handle.
|
||||
|
||||
private:
|
||||
bool _HandleMySQLErrno(uint32 errNo, uint8 attempts = 5);
|
||||
|
||||
ProducerConsumerQueue<SQLOperation*>* m_queue; //! Queue shared with other asynchronous connections.
|
||||
std::unique_ptr<DatabaseWorker> m_worker; //! Core worker task.
|
||||
MySQLHandle* m_Mysql; //! MySQL Handle.
|
||||
MySQLConnectionInfo& m_connectionInfo; //! Connection info (used for logging)
|
||||
ConnectionFlags m_connectionFlags; //! Connection flags (for preparing relevant statements)
|
||||
std::mutex m_Mutex;
|
||||
|
||||
@@ -859,7 +859,7 @@ void SmartScript::ProcessAction(SmartScriptHolder& e, Unit* unit, uint32 var0, u
|
||||
{
|
||||
player->GroupEventHappens(e.action.quest.quest, GetBaseObject());
|
||||
LOG_DEBUG("scripts.ai", "SmartScript::ProcessAction: SMART_ACTION_CALL_GROUPEVENTHAPPENS: Player {}, group credit for quest {}",
|
||||
unit->GetGUID().ToString(), e.action.quest.quest);
|
||||
player->GetGUID().ToString(), e.action.quest.quest);
|
||||
}
|
||||
|
||||
// Special handling for vehicles
|
||||
|
||||
@@ -6224,7 +6224,6 @@ void ObjectMgr::LoadQuestGreetings()
|
||||
LOG_INFO("server.loading", " ");
|
||||
}
|
||||
|
||||
/// @bug Does not load Locale greetings. See https://github.com/azerothcore/azerothcore-wotlk/issues/10913
|
||||
void ObjectMgr::LoadQuestGreetingsLocales()
|
||||
{
|
||||
uint32 oldMSTime = getMSTime();
|
||||
|
||||
@@ -34,15 +34,28 @@ void WorldSession::HandleInspectArenaTeamsOpcode(WorldPacket& recvData)
|
||||
recvData >> guid;
|
||||
LOG_DEBUG("network", "Inspect Arena stats ({})", guid.ToString());
|
||||
|
||||
if (Player* player = ObjectAccessor::FindPlayer(guid))
|
||||
Player* player = ObjectAccessor::FindPlayer(guid);
|
||||
if (!player)
|
||||
{
|
||||
for (uint8 i = 0; i < MAX_ARENA_SLOT; ++i)
|
||||
return;
|
||||
}
|
||||
|
||||
if (!GetPlayer()->IsWithinDistInMap(player, INSPECT_DISTANCE, false))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (GetPlayer()->IsValidAttackTarget(player))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
for (uint8 i = 0; i < MAX_ARENA_SLOT; ++i)
|
||||
{
|
||||
if (uint32 a_id = player->GetArenaTeamId(i))
|
||||
{
|
||||
if (uint32 a_id = player->GetArenaTeamId(i))
|
||||
{
|
||||
if (ArenaTeam* arenaTeam = sArenaTeamMgr->GetArenaTeamById(a_id))
|
||||
arenaTeam->Inspect(this, player->GetGUID());
|
||||
}
|
||||
if (ArenaTeam* arenaTeam = sArenaTeamMgr->GetArenaTeamById(a_id))
|
||||
arenaTeam->Inspect(this, player->GetGUID());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -653,6 +653,8 @@ void WorldSession::HandleCharDeleteOpcode(WorldPacket& recvData)
|
||||
sCalendarMgr->RemoveAllPlayerEventsAndInvites(guid);
|
||||
Player::DeleteFromDB(guid.GetCounter(), GetAccountId(), true, false);
|
||||
|
||||
sWorld->UpdateRealmCharCount(GetAccountId());
|
||||
|
||||
SendCharDelete(CHAR_DELETE_SUCCESS);
|
||||
}
|
||||
|
||||
|
||||
@@ -1042,6 +1042,16 @@ void WorldSession::HandleInspectOpcode(WorldPacket& recv_data)
|
||||
return;
|
||||
}
|
||||
|
||||
if (!GetPlayer()->IsWithinDistInMap(player, INSPECT_DISTANCE, false))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (GetPlayer()->IsValidAttackTarget(player))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
uint32 talent_points = 0x47;
|
||||
uint32 guid_size = player->GetPackGUID().size();
|
||||
WorldPacket data(SMSG_INSPECT_TALENT, guid_size + 4 + talent_points);
|
||||
@@ -1074,6 +1084,16 @@ void WorldSession::HandleInspectHonorStatsOpcode(WorldPacket& recv_data)
|
||||
return;
|
||||
}
|
||||
|
||||
if (!GetPlayer()->IsWithinDistInMap(player, INSPECT_DISTANCE, false))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (GetPlayer()->IsValidAttackTarget(player))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
WorldPacket data(MSG_INSPECT_HONOR_STATS, 8 + 1 + 4 * 4);
|
||||
data << player->GetGUID();
|
||||
data << uint8(player->GetHonorPoints());
|
||||
@@ -1608,7 +1628,19 @@ void WorldSession::HandleQueryInspectAchievements(WorldPacket& recv_data)
|
||||
|
||||
Player* player = ObjectAccessor::GetPlayer(*_player, guid);
|
||||
if (!player)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (!GetPlayer()->IsWithinDistInMap(player, INSPECT_DISTANCE, false))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (GetPlayer()->IsValidAttackTarget(player))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
player->SendRespondInspectAchievements(_player);
|
||||
}
|
||||
|
||||
@@ -128,6 +128,15 @@ public:
|
||||
return std::fmod(o, 2.0f * static_cast<float>(M_PI));
|
||||
}
|
||||
|
||||
/**
|
||||
* @name GetInstanceIDs
|
||||
* @return vector of instance IDs
|
||||
*/
|
||||
std::vector<bool> GetInstanceIDs()
|
||||
{
|
||||
return _instanceIds;
|
||||
}
|
||||
|
||||
void DoDelayedMovesAndRemoves();
|
||||
|
||||
Map::EnterState PlayerCannotEnter(uint32 mapid, Player* player, bool loginCheck = false);
|
||||
|
||||
@@ -33,7 +33,7 @@ enum eIds
|
||||
NPC_VOICE_OF_THE_RAVEN_GOD = 21851,
|
||||
NPC_ANZU = 23035,
|
||||
|
||||
GO_IKISS_DOOR = 177203,
|
||||
GO_IKISS_DOOR = 183398,
|
||||
GO_THE_TALON_KINGS_COFFER = 187372
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user