-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge 3.3.5 to 3.3.5-nemesis_anticheat
- Loading branch information
Showing
21 changed files
with
852 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
-- | ||
SET @GREYREF := 1056; | ||
SET @FOODREF := 1058; | ||
DELETE FROM `reference_loot_template` WHERE `Entry` BETWEEN @GREYREF AND @GREYREF + 1; | ||
DELETE FROM `reference_loot_template` WHERE `Entry` = @FOODREF; | ||
SET @REFGREY0 := @GREYREF; | ||
-- Correct ref loot for various grey level 1 to 5 Vanilla | ||
INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES | ||
(@REFGREY0, 1364, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 0 : Ragged Leather Vest'), | ||
(@REFGREY0, 1366, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 0 : Ragged Leather Pants'), | ||
(@REFGREY0, 1367, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 0 : Ragged Leather Boots'), | ||
(@REFGREY0, 1368, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 0 : Ragged Leather Gloves'), | ||
(@REFGREY0, 1369, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 0 : Ragged Leather Belt'), | ||
(@REFGREY0, 1370, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 0 : Ragged Leather Bracers'), | ||
(@REFGREY0, 1372, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 0 : Ragged Cloak'), | ||
(@REFGREY0, 1374, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 0 : Frayed Shoes'), | ||
(@REFGREY0, 1376, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 0 : Frayed Cloak'), | ||
(@REFGREY0, 1377, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 0 : Frayed Gloves'), | ||
(@REFGREY0, 1378, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 0 : Frayed Pants'), | ||
(@REFGREY0, 1380, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 0 : Frayed Robe'), | ||
(@REFGREY0, 3363, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 0 : Frayed Belt'), | ||
(@REFGREY0, 3365, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 0 : Frayed Bracers'), | ||
(@REFGREY0, 2649, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 0 : Flimsy Chain Belt'), | ||
(@REFGREY0, 2650, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 0 : Flimsy Chain Boots'), | ||
(@REFGREY0, 2651, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 0 : Flimsy Chain Bracers'), | ||
(@REFGREY0, 2652, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 0 : Flimsy Chain Cloak'), | ||
(@REFGREY0, 2653, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 0 : Flimsy Chain Gloves'), | ||
(@REFGREY0, 2654, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 0 : Flimsy Chain Pants'), | ||
(@REFGREY0, 2656, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 0 : Flimsy Chain Vest'), | ||
(@REFGREY0, 2210, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 0 : Battered Buckler'), | ||
(@REFGREY0, 2211, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 0 : Bent Large Shield'); | ||
|
||
SET @REFGREY1 := @GREYREF + 1; | ||
-- Correct ref loot for various grey level 1 to 5 TBC | ||
INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES | ||
(@REFGREY1, 21002, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 1 : Unkempt Belt'), | ||
(@REFGREY1, 21003, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 1 : Unkempt Bracers'), | ||
(@REFGREY1, 21004, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 1 : Unkempt Cloak'), | ||
(@REFGREY1, 21005, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 1 : Unkempt Gloves'), | ||
(@REFGREY1, 21006, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 1 : Unkempt Pants'), | ||
(@REFGREY1, 21007, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 1 : Unkempt Robe'), | ||
(@REFGREY1, 21008, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 1 : Unkempt Shoes'), | ||
(@REFGREY1, 21009, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 1 : Scraggy Leather Belt'), | ||
(@REFGREY1, 21010, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 1 : Scraggy Leather Boots'), | ||
(@REFGREY1, 21011, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 1 : Scraggy Leather Bracers'), | ||
(@REFGREY1, 21012, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 1 : Scraggy Leather Gloves'), | ||
(@REFGREY1, 21013, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 1 : Scraggy Leather Pants'), | ||
(@REFGREY1, 21014, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 1 : Scraggy Leather Vest'), | ||
(@REFGREY1, 21015, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 1 : Shoddy Chain Belt'), | ||
(@REFGREY1, 21016, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 1 : Shoddy Chain Vest'), | ||
(@REFGREY1, 21017, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 1 : Shoddy Chain Pants'), | ||
(@REFGREY1, 21018, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 1 : Shoddy Chain Gloves'), | ||
(@REFGREY1, 21019, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 1 : Shoddy Chain Bracers'), | ||
(@REFGREY1, 21020, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 1 : Shoddy Chain Boots'), | ||
(@REFGREY1, 21021, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 1 : Battered Shield'), | ||
(@REFGREY1, 21022, 0, 0, 0, 1, 1, 1, 1, 'Grey 1-5 EXP 1 : Weather Beaten Buckler'); | ||
|
||
-- Food Reference loot for Entry 2843 : Battered Chest | ||
SET @REFFOOD := @FOODREF; | ||
INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES | ||
(@REFFOOD,159,0,20,0,1,1,1,1, 'Battered Chest (2943) - Refreshing Spring Water'), | ||
(@REFFOOD,4540,0,10,0,1,1,1,1, 'Battered Chest (2943) - Tough Hunk of Bread'), | ||
(@REFFOOD,2070,0,10,0,1,1,1,1, 'Battered Chest (2943) - Darnassian Bleu'), | ||
(@REFFOOD,117,0,10,0,1,1,1,1, 'Battered Chest (2943) - Tough Jerky'), | ||
(@REFFOOD,4536,0,10,0,1,1,1,1, 'Battered Chest (2943) - Shiny Red Apple'); | ||
|
||
-- Update loot for Entry 2843 : Battered Chest | ||
SET @OBJECT := 2265; | ||
DELETE FROM `gameobject_loot_template` WHERE `Entry`=@OBJECT; | ||
INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES | ||
(@OBJECT,@REFFOOD,@REFFOOD,100,0,1,0,1,2, 'Battered Chest - (Food Battered Chest (2943) ReferenceTable)'), | ||
(@OBJECT,@REFGREY0,@REFGREY0,100,0,1,0,1,1, 'Battered Chest - (Grey 1-5 EXP 0 ReferenceTable)'); | ||
|
||
UPDATE `gameobject_template_addon` SET `mingold`=1, `maxgold`=20 WHERE `entry` = 2843; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
-- Pathing for Harb Foulmountain | ||
SET @PATH=21564 * 10; | ||
SET @NPC=14426; | ||
UPDATE `creature` SET `position_x`=-4929.023,`position_y`=-2066.4766,`position_z`=85.52668,`wander_distance`=0,`MovementType`=2 WHERE `guid`=21564; | ||
UPDATE `creature_template` SET `MovementType`= 2 WHERE `entry`=@NPC; | ||
UPDATE `creature_template_addon` SET `PvPFlags` = 0 WHERE `entry`=@NPC; | ||
DELETE FROM `creature_addon` WHERE `guid`=21564; | ||
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `MountCreatureID`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvPFlags`, `emote`, `visibilityDistanceType`, `auras`) VALUES | ||
(21564, @PATH, 0, 0, 0, 0, 0, 1, 0, 0, 0, NULL); | ||
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,-4929.023,-2066.4766,85.52668,NULL,0,0,0,100,0), | ||
(@PATH,2,-4905.3555,-2069.9805,84.25914,NULL,0,0,0,100,0), | ||
(@PATH,3,-4899.6943,-2061.0269,83.636856,NULL,0,0,0,100,0), | ||
(@PATH,4,-4891.1626,-2039.651,83.30705,NULL,0,0,0,100,0), | ||
(@PATH,5,-4881.945,-2017.6359,86.298546,NULL,0,0,0,100,0), | ||
(@PATH,6,-4873.128,-1993.7965,91.65875,NULL,0,0,0,100,0), | ||
(@PATH,7,-4878.21,-1974.4436,92.018616,NULL,0,0,0,100,0), | ||
(@PATH,8,-4873.579,-1956.8225,90.450455,NULL,0,0,0,100,0), | ||
(@PATH,9,-4862.9395,-1946.7357,86.90235,NULL,0,0,0,100,0), | ||
(@PATH,10,-4834.9155,-1923.0642,84.13316,NULL,0,0,0,100,0), | ||
(@PATH,11,-4801.48,-1895.6833,89.333145,NULL,0,0,0,100,0), | ||
(@PATH,12,-4776.8984,-1881.0486,90.39604,NULL,0,0,0,100,0), | ||
(@PATH,13,-4751.4434,-1865.2213,88.92392,NULL,0,0,0,100,0), | ||
(@PATH,14,-4776.8984,-1881.0486,90.39604,NULL,0,0,0,100,0), | ||
(@PATH,15,-4801.48,-1895.6833,89.333145,NULL,0,0,0,100,0), | ||
(@PATH,16,-4834.9155,-1923.0642,84.13316,NULL,0,0,0,100,0), | ||
(@PATH,17,-4862.9395,-1946.7357,86.90235,NULL,0,0,0,100,0), | ||
(@PATH,18,-4873.579,-1956.8225,90.450455,NULL,0,0,0,100,0), | ||
(@PATH,19,-4878.21,-1974.4436,92.018616,NULL,0,0,0,100,0), | ||
(@PATH,20,-4873.128,-1993.7965,91.65875,NULL,0,0,0,100,0), | ||
(@PATH,21,-4881.914,-2017.5612,86.331604,NULL,0,0,0,100,0), | ||
(@PATH,22,-4891.1626,-2039.651,83.30705,NULL,0,0,0,100,0), | ||
(@PATH,23,-4899.6943,-2061.0269,83.636856,NULL,0,0,0,100,0), | ||
(@PATH,24,-4905.3555,-2069.9805,84.25914,NULL,0,0,0,100,0); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
-- Add 4 missing gameobjects in Thunderbluff | ||
SET @OGUID=9901; -- four consecutive free gob guids atm | ||
DELETE FROM `gameobject` WHERE `guid` IN (@OGUID,@OGUID+1,@OGUID+2,@OGUID+3); | ||
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`, `StringId`, `VerifiedBuild`) VALUES | ||
(@OGUID, 152583, 1, 0, 0, 1, 1, -1257.8424072265625, 24.41799354553222656, 128.217498779296875, 2.888511419296264648, 0, 0, 0.99200439453125, 0.126203224062919616, 120, 100, 1, '', NULL, 0), | ||
(@OGUID+1, 185004, 1, 0, 0, 1, 1, -1049.5347900390625, -290.34722900390625, 159.0303497314453125, 0.209439441561698913, 0, 0, 0.104528427124023437, 0.994521915912628173, 120, 100, 1, '', NULL, 0), | ||
(@OGUID+2, 185004, 1, 0, 0, 1, 1, -1050.2257080078125, -290.552093505859375, 159.0303497314453125, 2.495818138122558593, 0, 0, 0.948323249816894531, 0.317305892705917358, 120, 100, 1, '', NULL, 0), | ||
(@OGUID+3, 182257, 1, 0, 0, 1, 1, -1049.82470703125, -286.196197509765625, 159.0303497314453125, 2.548179388046264648, 0, 0, 0.956304550170898437, 0.292372345924377441, 120, 100, 1, '', NULL, 0); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
-- Pathing for Greater Firebird Entry: 8207 | ||
SET @NPC=8207; | ||
SET @GUID=51827; | ||
SET @PATH=@GUID * 10; | ||
UPDATE `creature` SET `position_x`=-7710.758,`position_y`=-3956.6245,`position_z`=9.728199,`wander_distance`=0,`MovementType`=2 WHERE `guid`=@GUID; | ||
UPDATE `creature_template` SET `MovementType`=2 WHERE `entry`=@NPC; | ||
DELETE FROM `creature_addon` WHERE `guid`=@GUID; | ||
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `MountCreatureID`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvPFlags`, `emote`, `visibilityDistanceType`, `auras`) VALUES | ||
(@GUID, @PATH, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL); | ||
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,-7710.758,-3956.6245,9.728199,NULL,0,0,0,100,0), | ||
(@PATH,2,-7715.532,-3928.461,8.749683,NULL,0,0,0,100,0), | ||
(@PATH,3,-7700.7812,-3906.8174,9.525318,NULL,0,0,0,100,0), | ||
(@PATH,4,-7663.8013,-3875.1206,8.839839,NULL,0,0,0,100,0), | ||
(@PATH,5,-7657.634,-3840.8525,10.83584,NULL,0,0,0,100,0), | ||
(@PATH,6,-7671.237,-3821.5408,15.216432,NULL,0,0,0,100,0), | ||
(@PATH,7,-7678.901,-3795.2083,21.681417,NULL,0,0,0,100,0), | ||
(@PATH,8,-7681.229,-3756.9055,24.819561,NULL,0,0,0,100,0), | ||
(@PATH,9,-7673.8613,-3716.5469,29.9973,NULL,0,0,0,100,0), | ||
(@PATH,10,-7673.6987,-3687.2478,28.922815,NULL,0,0,0,100,0), | ||
(@PATH,11,-7656.421,-3656.8772,26.623302,NULL,0,0,0,100,0), | ||
(@PATH,12,-7662.468,-3629.3574,28.541769,NULL,0,0,0,100,0), | ||
(@PATH,13,-7677.4897,-3582.9736,32.306168,NULL,0,0,0,100,0), | ||
(@PATH,14,-7677.9395,-3540.1658,24.65451,NULL,0,0,0,100,0), | ||
(@PATH,15,-7675.5747,-3503.2544,26.522423,NULL,0,0,0,100,0), | ||
(@PATH,16,-7661.9976,-3472.317,26.822615,NULL,0,0,0,100,0), | ||
(@PATH,17,-7631.3594,-3455.7761,29.158308,NULL,0,0,0,100,0), | ||
(@PATH,18,-7600.8604,-3474.5388,23.820978,NULL,0,0,0,100,0), | ||
(@PATH,19,-7556.848,-3491.1558,16.88118,NULL,0,0,0,100,0), | ||
(@PATH,20,-7516.682,-3490.9087,15.407843,NULL,0,0,0,100,0), | ||
(@PATH,21,-7482.791,-3478.7441,14.191426,NULL,0,0,0,100,0), | ||
(@PATH,22,-7448.849,-3445.8245,11.7975445,NULL,0,0,0,100,0), | ||
(@PATH,23,-7413.9087,-3422.8777,11.448396,NULL,0,0,0,100,0), | ||
(@PATH,24,-7384.762,-3389.0525,12.521492,NULL,0,0,0,100,0), | ||
(@PATH,25,-7390.377,-3364.397,9.953996,NULL,0,0,0,100,0), | ||
(@PATH,26,-7417.989,-3343.9648,10.760514,NULL,0,0,0,100,0), | ||
(@PATH,27,-7455.8647,-3346.955,13.619991,NULL,0,0,0,100,0), | ||
(@PATH,28,-7488.782,-3342.5862,15.875005,NULL,0,0,0,100,0), | ||
(@PATH,29,-7525.165,-3314.5938,23.809805,NULL,0,0,0,100,0), | ||
(@PATH,30,-7545.5747,-3282.4626,28.957174,NULL,0,0,0,100,0), | ||
(@PATH,31,-7538.598,-3249.0413,27.585447,NULL,0,0,0,100,0), | ||
(@PATH,32,-7510.407,-3218.524,23.716492,NULL,0,0,0,100,0), | ||
(@PATH,33,-7479.388,-3191.0247,14.460273,NULL,0,0,0,100,0), | ||
(@PATH,34,-7465.8647,-3183.5723,13.781521,NULL,0,0,0,100,0), | ||
(@PATH,35,-7455.6353,-3158.7048,12.994573,NULL,0,0,0,100,0), | ||
(@PATH,36,-7456.4126,-3114.431,13.864947,NULL,0,0,0,100,0), | ||
(@PATH,37,-7490.0244,-3081.6028,13.82893,NULL,0,0,0,100,0), | ||
(@PATH,38,-7517.932,-3068.775,13.160608,NULL,0,0,0,100,0), | ||
(@PATH,39,-7552.173,-3088.9275,16.074425,NULL,0,0,0,100,0), | ||
(@PATH,40,-7580.729,-3117.3545,27.553055,NULL,0,0,0,100,0), | ||
(@PATH,41,-7618.8794,-3141.1875,35.611378,NULL,0,0,0,100,0), | ||
(@PATH,42,-7646.901,-3118.3042,37.350555,NULL,0,0,0,100,0), | ||
(@PATH,43,-7678.538,-3115.4187,44.10227,NULL,0,0,0,100,0), | ||
(@PATH,44,-7646.901,-3118.3042,37.350555,NULL,0,0,0,100,0), | ||
(@PATH,45,-7618.8794,-3141.1875,35.611378,NULL,0,0,0,100,0), | ||
(@PATH,46,-7580.729,-3117.3545,27.553055,NULL,0,0,0,100,0), | ||
(@PATH,47,-7552.173,-3088.9275,16.074425,NULL,0,0,0,100,0), | ||
(@PATH,48,-7517.932,-3068.775,13.160608,NULL,0,0,0,100,0), | ||
(@PATH,49,-7490.0244,-3081.6028,13.82893,NULL,0,0,0,100,0), | ||
(@PATH,50,-7456.4126,-3114.431,13.864947,NULL,0,0,0,100,0), | ||
(@PATH,51,-7455.6353,-3158.7048,12.994573,NULL,0,0,0,100,0), | ||
(@PATH,52,-7465.8647,-3183.5723,13.781521,NULL,0,0,0,100,0), | ||
(@PATH,53,-7479.388,-3191.0247,14.460273,NULL,0,0,0,100,0), | ||
(@PATH,54,-7510.407,-3218.524,23.716492,NULL,0,0,0,100,0), | ||
(@PATH,55,-7538.598,-3249.0413,27.585447,NULL,0,0,0,100,0), | ||
(@PATH,56,-7545.5747,-3282.4626,28.957174,NULL,0,0,0,100,0), | ||
(@PATH,57,-7525.165,-3314.5938,23.809805,NULL,0,0,0,100,0), | ||
(@PATH,58,-7488.782,-3342.5862,15.875005,NULL,0,0,0,100,0), | ||
(@PATH,59,-7455.8647,-3346.955,13.619991,NULL,0,0,0,100,0), | ||
(@PATH,60,-7417.989,-3343.9648,10.760514,NULL,0,0,0,100,0), | ||
(@PATH,61,-7390.377,-3364.397,9.953996,NULL,0,0,0,100,0), | ||
(@PATH,62,-7384.762,-3389.0525,12.521492,NULL,0,0,0,100,0), | ||
(@PATH,63,-7413.9087,-3422.8777,11.448396,NULL,0,0,0,100,0), | ||
(@PATH,64,-7448.849,-3445.8245,11.7975445,NULL,0,0,0,100,0), | ||
(@PATH,65,-7482.721,-3478.6821,14.169454,NULL,0,0,0,100,0), | ||
(@PATH,66,-7516.6113,-3490.8457,15.322148,NULL,0,0,0,100,0), | ||
(@PATH,67,-7556.848,-3491.1558,16.88118,NULL,0,0,0,100,0), | ||
(@PATH,68,-7600.8604,-3474.5388,23.820978,NULL,0,0,0,100,0), | ||
(@PATH,69,-7631.3594,-3455.7761,29.158308,NULL,0,0,0,100,0), | ||
(@PATH,70,-7661.9976,-3472.317,26.822615,NULL,0,0,0,100,0), | ||
(@PATH,71,-7675.5747,-3503.2544,26.522423,NULL,0,0,0,100,0), | ||
(@PATH,72,-7677.9395,-3540.1658,24.65451,NULL,0,0,0,100,0), | ||
(@PATH,73,-7677.4897,-3582.9736,32.306168,NULL,0,0,0,100,0), | ||
(@PATH,74,-7662.468,-3629.3574,28.541769,NULL,0,0,0,100,0), | ||
(@PATH,75,-7656.421,-3656.8772,26.623302,NULL,0,0,0,100,0), | ||
(@PATH,76,-7673.6987,-3687.2478,28.922815,NULL,0,0,0,100,0), | ||
(@PATH,77,-7673.8438,-3716.3994,30.064438,NULL,0,0,0,100,0), | ||
(@PATH,78,-7681.229,-3756.9055,24.819561,NULL,0,0,0,100,0), | ||
(@PATH,79,-7678.901,-3795.2083,21.681417,NULL,0,0,0,100,0), | ||
(@PATH,80,-7671.237,-3821.5408,15.216432,NULL,0,0,0,100,0), | ||
(@PATH,81,-7657.634,-3840.8525,10.83584,NULL,0,0,0,100,0), | ||
(@PATH,82,-7663.8013,-3875.1206,8.839839,NULL,0,0,0,100,0), | ||
(@PATH,83,-7700.7812,-3906.8174,9.525318,NULL,0,0,0,100,0), | ||
(@PATH,84,-7715.532,-3928.461,8.749683,NULL,0,0,0,100,0); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
-- Pathing for Murderous Blisterpaw Entry: 8208 | ||
SET @NPC=8208; | ||
SET @GUID=51825; | ||
SET @PATH=@GUID * 10; | ||
UPDATE `creature` SET `position_x`=-7025.515,`position_y`=-3491.132,`position_z`=9.274621,`wander_distance`=0,`MovementType`=2 WHERE `guid`=@GUID; | ||
UPDATE `creature_template` SET `MovementType`=2 WHERE `entry`=@NPC; | ||
DELETE FROM `creature_addon` WHERE `guid`=@GUID; | ||
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `MountCreatureID`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvPFlags`, `emote`, `visibilityDistanceType`, `auras`) VALUES | ||
(@GUID, @PATH, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL); | ||
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,-7025.515,-3491.132,9.274621,NULL,0,0,0,100,0), | ||
(@PATH,2,-7057.585,-3499.684,10.376134,NULL,0,0,0,100,0), | ||
(@PATH,3,-7083.3726,-3521.9758,11.747719,NULL,0,0,0,100,0), | ||
(@PATH,4,-7116.227,-3516.6216,10.375974,NULL,0,0,0,100,0), | ||
(@PATH,5,-7143.2266,-3517.4648,10.078375,NULL,0,0,0,100,0), | ||
(@PATH,6,-7172.1216,-3513.6719,11.342711,NULL,0,0,0,100,0), | ||
(@PATH,7,-7202.048,-3508.731,11.024831,NULL,0,0,0,100,0), | ||
(@PATH,8,-7247.1226,-3513.0464,11.260182,NULL,0,0,0,100,0), | ||
(@PATH,9,-7277.5615,-3524.6765,12.185095,NULL,0,0,0,100,0), | ||
(@PATH,10,-7302.512,-3540.7358,8.5952,NULL,0,0,0,100,0), | ||
(@PATH,11,-7328.6494,-3568.7114,10.502499,NULL,0,0,0,100,0), | ||
(@PATH,12,-7341.257,-3601.2178,9.939367,NULL,0,0,0,100,0), | ||
(@PATH,13,-7362.0376,-3633.9546,11.387863,NULL,0,0,0,100,0), | ||
(@PATH,14,-7383.2837,-3658.7517,10.012263,NULL,0,0,0,100,0), | ||
(@PATH,15,-7396.5024,-3698.1814,9.407527,NULL,0,0,0,100,0), | ||
(@PATH,16,-7405.75,-3719.763,9.256791,NULL,0,0,0,100,0), | ||
(@PATH,17,-7420.3613,-3750.827,12.278984,NULL,0,0,0,100,0), | ||
(@PATH,18,-7414.9087,-3767.6528,12.649624,NULL,0,0,0,100,0), | ||
(@PATH,19,-7396.8125,-3813.4487,10.233704,NULL,0,0,0,100,0), | ||
(@PATH,20,-7385.053,-3851.4045,10.949272,NULL,0,0,0,100,0), | ||
(@PATH,21,-7363.6816,-3878.0642,11.944022,NULL,0,0,0,100,0), | ||
(@PATH,22,-7366.593,-3917.8196,14.590536,NULL,0,0,0,100,0), | ||
(@PATH,23,-7368.6016,-3951.2683,11.180499,NULL,0,0,0,100,0), | ||
(@PATH,24,-7388.428,-3989.5295,9.057527,NULL,0,0,0,100,0), | ||
(@PATH,25,-7419.9297,-4017.759,10.126763,NULL,0,0,0,100,0), | ||
(@PATH,26,-7455.046,-3985.4866,11.490533,NULL,0,0,0,100,0), | ||
(@PATH,27,-7484.066,-3945.0916,10.125787,NULL,0,0,0,100,0), | ||
(@PATH,28,-7518.1597,-3916.549,10.933404,NULL,0,0,0,100,0), | ||
(@PATH,29,-7545.4316,-3950.7153,10.655572,NULL,0,0,0,100,0), | ||
(@PATH,30,-7549.514,-3973.414,12.167756,NULL,0,0,0,100,0), | ||
(@PATH,31,-7550.2954,-4013.2153,12.256833,NULL,0,0,0,100,0), | ||
(@PATH,32,-7552.7324,-4045.1523,11.282222,NULL,0,0,0,100,0), | ||
(@PATH,33,-7549.6675,-4078.2886,11.486598,NULL,0,0,0,100,0), | ||
(@PATH,34,-7547.963,-4113.612,10.832579,NULL,0,0,0,100,0), | ||
(@PATH,35,-7549.6675,-4078.2886,11.486598,NULL,0,0,0,100,0), | ||
(@PATH,36,-7552.731,-4045.2805,11.270747,NULL,0,0,0,100,0), | ||
(@PATH,37,-7550.2954,-4013.2153,12.256833,NULL,0,0,0,100,0), | ||
(@PATH,38,-7549.514,-3973.414,12.167756,NULL,0,0,0,100,0), | ||
(@PATH,39,-7545.4316,-3950.7153,10.655572,NULL,0,0,0,100,0), | ||
(@PATH,40,-7518.1597,-3916.549,10.933404,NULL,0,0,0,100,0), | ||
(@PATH,41,-7484.066,-3945.0916,10.125787,NULL,0,0,0,100,0), | ||
(@PATH,42,-7455.046,-3985.4866,11.490533,NULL,0,0,0,100,0), | ||
(@PATH,43,-7419.9297,-4017.759,10.126763,NULL,0,0,0,100,0), | ||
(@PATH,44,-7388.428,-3989.5295,9.057527,NULL,0,0,0,100,0), | ||
(@PATH,45,-7368.6074,-3951.3164,11.189776,NULL,0,0,0,100,0), | ||
(@PATH,46,-7366.593,-3917.8196,14.590536,NULL,0,0,0,100,0), | ||
(@PATH,47,-7363.6816,-3878.0642,11.944022,NULL,0,0,0,100,0), | ||
(@PATH,48,-7385.053,-3851.4045,10.949272,NULL,0,0,0,100,0), | ||
(@PATH,49,-7396.8125,-3813.4487,10.233704,NULL,0,0,0,100,0), | ||
(@PATH,50,-7414.9087,-3767.6528,12.649624,NULL,0,0,0,100,0), | ||
(@PATH,51,-7420.3613,-3750.827,12.278984,NULL,0,0,0,100,0), | ||
(@PATH,52,-7405.75,-3719.763,9.256791,NULL,0,0,0,100,0), | ||
(@PATH,53,-7396.5024,-3698.1814,9.407527,NULL,0,0,0,100,0), | ||
(@PATH,54,-7383.2837,-3658.7517,10.012263,NULL,0,0,0,100,0), | ||
(@PATH,55,-7362.0376,-3633.9546,11.387863,NULL,0,0,0,100,0), | ||
(@PATH,56,-7341.257,-3601.2178,9.939367,NULL,0,0,0,100,0), | ||
(@PATH,57,-7328.6494,-3568.7114,10.502499,NULL,0,0,0,100,0), | ||
(@PATH,58,-7302.512,-3540.7358,8.5952,NULL,0,0,0,100,0), | ||
(@PATH,59,-7277.5615,-3524.6765,12.185095,NULL,0,0,0,100,0), | ||
(@PATH,60,-7247.1226,-3513.0464,11.260182,NULL,0,0,0,100,0), | ||
(@PATH,61,-7202.048,-3508.731,11.024831,NULL,0,0,0,100,0), | ||
(@PATH,62,-7172.1216,-3513.6719,11.342711,NULL,0,0,0,100,0), | ||
(@PATH,63,-7143.2637,-3517.452,10.110113,NULL,0,0,0,100,0), | ||
(@PATH,64,-7116.227,-3516.6216,10.375974,NULL,0,0,0,100,0), | ||
(@PATH,65,-7083.3726,-3521.9758,11.747719,NULL,0,0,0,100,0), | ||
(@PATH,66,-7057.585,-3499.684,10.376134,NULL,0,0,0,100,0); |
Oops, something went wrong.