This commit is contained in:
luis
2026-09-21 14:54:37 -03:00
parent 4f387f1a3b
commit c2c22d88e8
@@ -0,0 +1,108 @@
-- AZSUNA: Fix chain break between "Down to Azsuna" and "Into the Fray"
UPDATE quest_template_addon SET NextQuestID = 38834 WHERE ID = 41220;
UPDATE quest_template_addon SET PrevQuestID = 41220 WHERE ID = 38834;
-- STORMHEIM: Fix Alliance breadcrumb chain "A Royal Summons" -> "Making the Rounds"
UPDATE quest_template_addon SET NextQuestID = 38206 WHERE ID = 38035;
-- STORMHEIM: Fix Horde breadcrumb chain "The Warchief Beckons" -> "Havi's Test"
UPDATE quest_template_addon SET NextQuestID = 38331 WHERE ID = 38307;
-- STORMHEIM: Fix dragon chain - both 38413 and 38414 lead to 39652, so PrevQuest must allow either
UPDATE quest_template_addon SET PrevQuestID = 0 WHERE ID = 39652;
REPLACE INTO `conversation_actors` (`ConversationId`, `ConversationActorId`, `Idx`, `CreatureId`, `CreatureDisplayInfoId`, `NoActorObject`, `ActivePlayerObject`, `VerifiedBuild`) VALUES
(25770, 99466, 0, 224736, 119519, 0, 0, 69875),
(25772, 99466, 0, 224736, 119519, 0, 0, 69875),
(25814, 94742, 0, 213119, 119519, 0, 0, 69875), -- Full: 0x2041E14B80D01FC000B16A000031380C Creature/0 R4216/S45418 Map: 2652 (The Stonevault) Entry: 213119 (Void Speaker Eirich) Low: 3225612
(25767, 99466, 0, 224736, 119519, 0, 0, 69875),
(25771, 99466, 0, 224736, 119519, 0, 0, 69875),
(25775, 99466, 0, 224736, 119519, 0, 0, 69875),
(25773, 99466, 0, 224736, 119519, 0, 0, 69875);
UPDATE `conversation_actors` SET `VerifiedBuild`=69875 WHERE (`Idx`=0 AND `ConversationId` IN (25768,25769));
UPDATE `conversation_line_template` SET `VerifiedBuild`=69875 WHERE `Id` IN (70042, 70044, 70040, 70039, 70204, 70203, 70038, 70037, 70036, 70043, 70041, 70049, 70048, 70046, 70045);
UPDATE `conversation_template` SET `VerifiedBuild`=69875 WHERE `Id`=25814;
UPDATE `conversation_template` SET `VerifiedBuild`=69875 WHERE `Id`=25775;
UPDATE `conversation_template` SET `VerifiedBuild`=69875 WHERE `Id`=25773;
UPDATE `conversation_template` SET `VerifiedBuild`=69875 WHERE `Id`=25772;
UPDATE `conversation_template` SET `VerifiedBuild`=69875 WHERE `Id`=25771;
UPDATE `conversation_template` SET `VerifiedBuild`=69875 WHERE `Id`=25770;
UPDATE `conversation_template` SET `VerifiedBuild`=69875 WHERE `Id`=25769;
UPDATE `conversation_template` SET `VerifiedBuild`=69875 WHERE `Id`=25768;
UPDATE `conversation_template` SET `VerifiedBuild`=69875 WHERE `Id`=25767;
DELETE FROM `world_quest_template` WHERE `QuestID` IN (52463 /*Haegol the Hammer*/, 50513 /*Tainted Guardian*/, 65102 /*Fish Eyes*/, 55889 /*Champion Kyx'zhul the Deepspeaker*/, 54572 /*Darbel Montrose*/, 58221 /*Gettin' Even*/, 64717 /*Materials of Creation*/, 51512 /*Bilefang Mother*/, 70172 /*Mountain Mysteries*/, 51824 /*You're Grounded*/, 58460 /*Marshals of Madness*/, 56397 /*CK-9 Micro-Oppression Unit*/, 49056 /*Pilfer*/, 61148 /*AHHH! Real Monsters!*/, 51406 /*The Lord's Hunt*/, 52045 /*Boarder Patrol*/, 65262 /*Save the Vombata*/, 50499 /*Gwugnug*/);
INSERT INTO `world_quest_template` (`QuestID`, `Duration`, `VariableID`, `Value`) VALUES
(52463, 86400, 15763, 1), -- Haegol the Hammer
(50513, 86400, 14807, 1), -- Tainted Guardian
(65102, 86400, 21265, 1), -- Fish Eyes
(55889, 259200, 17587, 1), -- Champion Kyx'zhul the Deepspeaker
(54572, 86400, 16866, 1), -- Darbel Montrose
(58221, 86400, 18290, 1), -- Gettin' Even
(64717, 86400, 21348, 2), -- Materials of Creation
(51512, 86400, 15256, 1), -- Bilefang Mother
(70172, 302400, 22456, 1), -- Mountain Mysteries
(51824, 86400, 15528, 1), -- You're Grounded
(58460, 86400, 18540, 3), -- Marshals of Madness
(56397, 86400, 17788, 5), -- CK-9 Micro-Oppression Unit
(49056, 86400, 14322, 1), -- Pilfer
(61148, 86400, 19408, 2), -- AHHH! Real Monsters!
(51406, 86400, 15766, 1), -- The Lord's Hunt
(52045, 86400, 15621, 1), -- Boarder Patrol
(65262, 86400, 21383, 1), -- Save the Vombata
(50499, 86400, 14796, 1); -- Gwugnug
UPDATE `spawn_tracking_template` SET `VerifiedBuild`=69875 WHERE `SpawnTrackingId` IN (1978804, 1890492, 1989444, 1864180, 1922790, 1997407, 1994265, 1960887, 1838831, 1989140, 1989145, 1888621, 1989132, 1964065, 3262739, 3275039, 3274804, 3275034, 3274764, 2853599, 3258080, 3257755, 3144987, 3102636, 2914859, 3162881, 2196338, 1824267, 2026887, 1870387, 1867398, 1867410, 1792406, 1751724, 1738299, 1603576, 1767633, 1727469, 1429886, 1500761, 1486549, 1484068);
UPDATE `spawn_tracking_template` SET `MapId`=1642, `VerifiedBuild`=69875 WHERE `SpawnTrackingId`=1578973; -- Map: 1642 (Zandalar) - Phase: 0
UPDATE `spawn_tracking_template` SET `MapId`=1643, `VerifiedBuild`=69875 WHERE `SpawnTrackingId`=1483872; -- Map: 1643 (Kul Tiras) - Phase: 0
REPLACE INTO `spell_target_position` (`ID`, `EffectIndex`, `OrderIndex`, `MapID`, `PositionX`, `PositionY`, `PositionZ`, `VerifiedBuild`) VALUES
(346210, 0, 0, 2222, 4617.888671875, 7026.46533203125, 4826.462890625, 69875), -- Spell: 346210 (Molten Eruption) Effect 0: 32 (SPELL_EFFECT_TRIGGER_MISSILE)
(346210, 0, 1, 2222, 4607.80615234375, 7010.3359375, 4827.0068359375, 69875), -- Spell: 346210 (Molten Eruption) Effect 0: 32 (SPELL_EFFECT_TRIGGER_MISSILE)
(346210, 0, 2, 2222, 4624.658203125, 7014.18701171875, 4826.96875, 69875), -- Spell: 346210 (Molten Eruption) Effect 0: 32 (SPELL_EFFECT_TRIGGER_MISSILE)
(346210, 0, 3, 2222, 4665.35302734375, 7028.07666015625, 4827.82666015625, 69875), -- Spell: 346210 (Molten Eruption) Effect 0: 32 (SPELL_EFFECT_TRIGGER_MISSILE)
(346210, 0, 4, 2222, 4670.82568359375, 7007.93115234375, 4831.5107421875, 69875), -- Spell: 346210 (Molten Eruption) Effect 0: 32 (SPELL_EFFECT_TRIGGER_MISSILE)
(346210, 0, 5, 2222, 4579.4697265625, 7012.05810546875, 4827.4619140625, 69875), -- Spell: 346210 (Molten Eruption) Effect 0: 32 (SPELL_EFFECT_TRIGGER_MISSILE)
(346210, 0, 6, 2222, 4610.82373046875, 6970.57080078125, 4838.31787109375, 69875), -- Spell: 346210 (Molten Eruption) Effect 0: 32 (SPELL_EFFECT_TRIGGER_MISSILE)
(346210, 0, 7, 2222, 4611.87646484375, 7015.9013671875, 4826.7978515625, 69875), -- Spell: 346210 (Molten Eruption) Effect 0: 32 (SPELL_EFFECT_TRIGGER_MISSILE)
(346210, 0, 8, 2222, 4581.7568359375, 6991.1083984375, 4828.62353515625, 69875), -- Spell: 346210 (Molten Eruption) Effect 0: 32 (SPELL_EFFECT_TRIGGER_MISSILE)
(346210, 0, 9, 2222, 4630.5537109375, 7015.6220703125, 4826.8974609375, 69875), -- Spell: 346210 (Molten Eruption) Effect 0: 32 (SPELL_EFFECT_TRIGGER_MISSILE)
(346210, 0, 10, 2222, 4603.8916015625, 6979.06640625, 4833.4638671875, 69875), -- Spell: 346210 (Molten Eruption) Effect 0: 32 (SPELL_EFFECT_TRIGGER_MISSILE)
(346210, 0, 11, 2222, 4622.50341796875, 7009.1640625, 4827.22412109375, 69875), -- Spell: 346210 (Molten Eruption) Effect 0: 32 (SPELL_EFFECT_TRIGGER_MISSILE)
(346210, 0, 12, 2222, 4658.17529296875, 7012.29736328125, 4831.14111328125, 69875), -- Spell: 346210 (Molten Eruption) Effect 0: 32 (SPELL_EFFECT_TRIGGER_MISSILE)
(346210, 0, 13, 2222, 4620.7958984375, 7026.10888671875, 4826.4951171875, 69875), -- Spell: 346210 (Molten Eruption) Effect 0: 32 (SPELL_EFFECT_TRIGGER_MISSILE)
(346210, 0, 14, 2222, 4590.6630859375, 6999.40234375, 4828.29150390625, 69875); -- Spell: 346210 (Molten Eruption) Effect 0: 32 (SPELL_EFFECT_TRIGGER_MISSILE)
DELETE FROM `creature_template_difficulty` WHERE (`Entry`=237776 AND `DifficultyID`=205);
INSERT INTO `creature_template_difficulty` (`Entry`, `DifficultyID`, `HealthScalingExpansion`, `HealthModifier`, `ManaModifier`, `CreatureDifficultyID`, `TypeFlags`, `TypeFlags2`, `TypeFlags3`) VALUES
(237776, 205, 11, 3, 1, 316716, 0x0, 0, 0); -- Mecha-Scrapper
DELETE FROM `creature_template_difficulty` WHERE (`Entry`=237776 AND `DifficultyID`=205);
INSERT INTO `creature_template_difficulty` (`Entry`, `DifficultyID`, `LevelScalingDeltaMin`, `LevelScalingDeltaMax`, `ContentTuningID`, `StaticFlags1`, `StaticFlags2`, `StaticFlags3`, `StaticFlags4`, `StaticFlags5`, `StaticFlags6`, `StaticFlags7`, `StaticFlags8`, `VerifiedBuild`) VALUES
(237776, 205, 0, 0, 391, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 69875); -- 237776 (Mecha-Scrapper) -
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES
(900133, 264418, 0, 15969, 16079, '0', '0', 0, 0, 0, 8331.859375, -4907.92041015625, 91.51644134521484375, 5.476967811584472656, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 69497), -- Penny (Area: The Bazaar - Difficulty: 0) CreateObject1
(900134, 256563, 0, 15969, 16088, '0', '0', 0, 0, 0, 8334.8603515625, -4110.10595703125, 44.21979904174804687, 5.380497455596923828, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 68974), -- -Unknown- (Area: 16088 - Difficulty: 0) CreateObject1 (Auras: 1269392 - 1269392, 1263773 - 1263773, 421177 - 421177, 1260011 - 1260011, 421175 - 421175)
(900135, 266434, 0, 15969, 16079, '0', '0', 0, 0, 0, 8785.796875, -4459.45654296875, 29.78347587585449218, 1.880817055702209472, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 68974), -- -Unknown- (Area: 16079 - Difficulty: 0) CreateObject1 (Auras: 1250294 - 1250294)
(900136, 265582, 0, 15969, 16079, '0', '0', 0, 0, 0, 8863.4150390625, -4678.1787109375, 76.85699462890625, 4.171336650848388671, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 68974), -- -Unknown- (Area: 16079 - Difficulty: 0) CreateObject1
(900137, 263598, 0, 15969, 16079, '0', '0', 0, 0, 0, 8860.12890625, -4689.8681640625, 76.85699462890625, 5.51227569580078125, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 68974), -- -Unknown- (Area: 16079 - Difficulty: 0) CreateObject1
(900138, 263604, 0, 15969, 16079, '0', '0', 0, 0, 0, 8858.0693359375, -4691.61474609375, 76.85699462890625, 5.881916999816894531, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 68974), -- -Unknown- (Area: 16079 - Difficulty: 0) CreateObject1
(900139, 263601, 0, 15969, 16079, '0', '0', 0, 0, 0, 8862.560546875, -4688.6162109375, 76.85699462890625, 4.870819568634033203, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 68974), -- -Unknown- (Area: 16079 - Difficulty: 0) CreateObject1
(900140, 267869, 0, 15969, 0, '0', '0', 0, 0, 0, 8664.6845703125, -4437.46728515625, 71.44916534423828125, 3.940832376480102539, 120, 0, 0, 0, NULL, NULL, NULL, NULL, 68974); -- -Unknown- (Area: 0 - Difficulty: 0) CreateObject1 (Auras: 179665 - 179665)