mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
fix(DB/Creature): Port Goretooth from Mangos (#15072)
This commit is contained in:
119
data/sql/updates/pending_db_world/rev_1676595406254556000.sql
Normal file
119
data/sql/updates/pending_db_world/rev_1676595406254556000.sql
Normal file
@@ -0,0 +1,119 @@
|
||||
--
|
||||
DELETE FROM `creature` WHERE `id1`=17144;
|
||||
INSERT INTO `creature` (`guid`, `id1`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `MovementType`) VALUES
|
||||
(24926, 17144, 530, -1435.07, 7973.82, -107.038, 4.71321, 14400, 2),
|
||||
(24927, 17144, 530, -1646.8, 8272.69, -33.6335, 2.31382, 14400, 2),
|
||||
(24928, 17144, 530, -949.341, 7176.31, -8.30241, 4.18856, 14400, 2),
|
||||
(24929, 17144, 530, -2745.66, 6147.62, -1.31319, 3.78172, 14400, 2),
|
||||
(24930, 17144, 530, -1762, 8066, -102.192, 5.5675, 28800, 2);
|
||||
|
||||
DELETE FROM `creature_addon` WHERE (`guid` IN (24926, 24927, 24928, 24929, 24930));
|
||||
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||
(24926, 249260, 0, 0, 1, 0, 0, ''),
|
||||
(24927, 249270, 0, 0, 1, 0, 0, ''),
|
||||
(24928, 249280, 0, 0, 1, 0, 0, ''),
|
||||
(24929, 249290, 0, 0, 1, 0, 0, ''),
|
||||
(24930, 249300, 0, 0, 1, 0, 0, '');
|
||||
|
||||
-- Update Loot
|
||||
DELETE FROM `creature_loot_template` WHERE (`Entry` = 17144) AND (`Item` IN (31188, 31189, 31191, 31192));
|
||||
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(17144, 31188, 0, 0, 0, 1, 1, 1, 1, 'Goretooth - Crocolisk Scale Vambraces'),
|
||||
(17144, 31189, 0, 0, 0, 1, 1, 1, 1, 'Goretooth - Crocolisk Scale Wristguards'),
|
||||
(17144, 31191, 0, 0, 0, 1, 1, 1, 1, 'Goretooth - Crocolisk Hide Bracers'),
|
||||
(17144, 31192, 0, 0, 0, 1, 1, 1, 1, 'Goretooth - Crocolisk Hide Bindings');
|
||||
|
||||
DELETE FROM `creature_template_movement` WHERE (`CreatureId` = 17144);
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES
|
||||
(17144, 1, 1, 0, 0, 0, 0, 0);
|
||||
|
||||
DELETE FROM `waypoint_data` WHERE `id` IN (249260, 249270, 249280, 249290, 249300);
|
||||
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`) VALUES
|
||||
(249260, 1, -1435.07, 7973.82, -107.038),
|
||||
(249260, 2, -1438.19, 7996.28, -108.117),
|
||||
(249260, 3, -1473.17, 8005.62, -105.451),
|
||||
(249260, 4, -1508.29, 8022.74, -105.67),
|
||||
(249260, 5, -1568.57, 8054.42, -105.633),
|
||||
(249260, 6, -1593.82, 8070.73, -109.658),
|
||||
(249260, 7, -1645.49, 8049.52, -105.427),
|
||||
(249260, 8, -1675.33, 8036.06, -106.024),
|
||||
(249260, 9, -1710.75, 7946.45, -105.594),
|
||||
(249260, 10, -1674.18, 7857.94, -105.342),
|
||||
(249260, 11, -1616.86, 7819.68, -105.161),
|
||||
(249260, 12, -1565.64, 7824.63, -105.027),
|
||||
(249260, 13, -1476.77, 7862.88, -106.547),
|
||||
(249260, 14, -1440.69, 7912.09, -106.079),
|
||||
(249260, 15, -1435.07, 7973.82, -107.038),
|
||||
(249270, 1, -1646.8, 8272.69, -33.6335),
|
||||
(249270, 2, -1678.17, 8373.36, -39.8411),
|
||||
(249270, 3, -1728.26, 8416.29, -39.6706),
|
||||
(249270, 4, -1771.04, 8513.16, -39.3933),
|
||||
(249270, 5, -1849.84, 8558.14, -44.885),
|
||||
(249270, 6, -1927.33, 8547.43, -41.3868),
|
||||
(249270, 7, -1947.93, 8454.47, -35.9765),
|
||||
(249270, 8, -1886.89, 8380.03, -29.667),
|
||||
(249270, 9, -1841.32, 8346.9, -39.1494),
|
||||
(249270, 10, -1767.21, 8338.22, -40.2405),
|
||||
(249270, 11, -1659.08, 8267.08, -33.8249),
|
||||
(249270, 12, -1622.06, 8247.15, -27.4339),
|
||||
(249270, 13, -1646.8, 8272.69, -33.6335),
|
||||
(249280, 1, -949.341, 7176.31, -8.30242),
|
||||
(249280, 2, -944.134, 7233.3, 7.25756),
|
||||
(249280, 3, -979.885, 7270.53, 18.8301),
|
||||
(249280, 4, -1043.22, 7252.75, 23.3884),
|
||||
(249280, 5, -1095.55, 7127.87, 25.5364),
|
||||
(249280, 6, -1125.45, 7058.27, 5.58776),
|
||||
(249280, 7, -1116.44, 6967.46, -4.94588),
|
||||
(249280, 8, -1147.87, 6922.12, -0.366703),
|
||||
(249280, 9, -1144.55, 6894.36, -1.12432),
|
||||
(249280, 10, -1103.36, 6904.63, -8.47688),
|
||||
(249280, 11, -1032.43, 7002.11, -0.758486),
|
||||
(249280, 12, -972.927, 7032.61, 21.8791),
|
||||
(249280, 13, -953.563, 7064.02, 21.0755),
|
||||
(249280, 14, -952.247, 7134.55, 9.83648),
|
||||
(249280, 15, -949.341, 7176.31, -8.30242),
|
||||
(249290, 1, -2745.66, 6147.62, -1.31319),
|
||||
(249290, 2, -2800.37, 6107.17, -2.92752),
|
||||
(249290, 3, -2845.19, 6085.77, -0.61166),
|
||||
(249290, 4, -2905.7, 6059.67, -0.449957),
|
||||
(249290, 5, -2939.87, 6052.95, -1.30283),
|
||||
(249290, 6, -2943.38, 6078.47, -1.94811),
|
||||
(249290, 7, -2913.41, 6092.29, 1.29442),
|
||||
(249290, 8, -2871.44, 6093.08, -0.180282),
|
||||
(249290, 9, -2827.64, 6098.19, -0.410839),
|
||||
(249290, 10, -2781.07, 6137.15, -0.03986),
|
||||
(249290, 11, -2745.66, 6147.62, -1.31319),
|
||||
(249300, 1, -1740.9, 8051.62, -102.937),
|
||||
(249300, 2, -1708.82, 8040.81, -103.195),
|
||||
(249300, 3, -1670.81, 8060.73, -103.469),
|
||||
(249300, 4, -1643, 8075.39, -103.492),
|
||||
(249300, 5, -1618.32, 8086.83, -103.72),
|
||||
(249300, 6, -1597.2, 8088.66, -103.57),
|
||||
(249300, 7, -1573.7, 8084.7, -100.683),
|
||||
(249300, 8, -1536.13, 8057.37, -102.029),
|
||||
(249300, 9, -1475.08, 8031.87, -103.181),
|
||||
(249300, 10, -1456.47, 8003.34, -103.717),
|
||||
(249300, 11, -1447.06, 7955.74, -106.483),
|
||||
(249300, 12, -1448.9, 7904.67, -105.786),
|
||||
(249300, 13, -1472.21, 7862.47, -103.765),
|
||||
(249300, 14, -1490.39, 7833.5, -101.993),
|
||||
(249300, 15, -1531.48, 7804.46, -100.86),
|
||||
(249300, 16, -1592.7, 7802.03, -103.307),
|
||||
(249300, 17, -1636.22, 7805.68, -103.235),
|
||||
(249300, 18, -1681, 7825.8, -103.226),
|
||||
(249300, 19, -1715.54, 7865.81, -103.309),
|
||||
(249300, 20, -1731.75, 7931.25, -103.324),
|
||||
(249300, 21, -1717.26, 7986.74, -103.363),
|
||||
(249300, 22, -1725.05, 8021.35, -103.23),
|
||||
(249300, 23, -1756.38, 8043.37, -100.979);
|
||||
|
||||
DELETE FROM `pool_template` WHERE `entry`=1080 AND `description` LIKE '%Goretooth%';
|
||||
INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES (1080, 1, 'Goretooth (17144)');
|
||||
|
||||
DELETE FROM `pool_creature` WHERE `pool_entry`=1080 AND `description` LIKE '%Goretooth%';
|
||||
INSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALUES
|
||||
(24926, 1080, 0, 'Goretooth (17144)'),
|
||||
(24927, 1080, 0, 'Goretooth (17144)'),
|
||||
(24928, 1080, 0, 'Goretooth (17144)'),
|
||||
(24929, 1080, 0, 'Goretooth (17144)'),
|
||||
(24930, 1080, 0, 'Goretooth (17144)');
|
||||
Reference in New Issue
Block a user