Before do quest "Battle for the Undercity" start, Alliance and Horde is missing follow quest and portal to th Undercity
You can see these on my test Video: https://youtu.be/uNpvKjCvonw
For Alliance: After the quest "The Killing Time"(13371) starts, there should be appear a portal to outside the Undersity sewer gate.
For Horde: It should have a follow quest "A Life Without Regretafter"(13266) and a portal when the "Herald of War"(13257) was done.
Alliance:
Horde:
None
master
9643ccd
Ubuntu 16.04 64
None
None
Follow up of PR https://github.com/azerothcore/azerothcore-wotlk/pull/1479
Sorry about that, miss click. Not related to my pr, its related about the whole quest chain.
Great job for your PR! Hope these quest chain can fix in the future.
Can the broken quests in the chain also be ported from Dalaran WoW?
Sure
DELETE FROM `creature_queststarter` WHERE `quest` = "13266";
INSERT INTO `creature_queststarter` VALUES (31412, 13266);
INSERT INTO `creature_queststarter` VALUES (32363, 13266); -- NEW
DELETE FROM `spell_area` WHERE `spell` = "60815";
INSERT INTO `spell_area` VALUES (60815, 14, 13242, 13266, 0, 690, 2, 1, 74, 11);
INSERT INTO `spell_area` VALUES (60815, 14, 13347, 13370, 0, 1101, 2, 1, 74, 11);
INSERT INTO `spell_area` VALUES (60815, 85, 13371, 13377, 0, 0, 2, 1, 74, 11);
INSERT INTO `spell_area` VALUES (60815, 1497, 13371, 13377, 0, 0, 2, 1, 74, 11);
INSERT INTO `spell_area` VALUES (60815, 1637, 13242, 13266, 0, 690, 2, 1, 74, 11);
INSERT INTO `spell_area` VALUES (60815, 1637, 13347, 13370, 0, 1101, 2, 1, 74, 11);
@pklloveyou thanks, can you please open PR with that? We can provide assistance if needed
I use online translation to communicate, communication difficulties
DELETE FROM `creature_queststarter` WHERE `quest` = "13266"; INSERT INTO `creature_queststarter` VALUES (31412, 13266); INSERT INTO `creature_queststarter` VALUES (32363, 13266); -- NEW DELETE FROM `spell_area` WHERE `spell` = "60815"; INSERT INTO `spell_area` VALUES (60815, 14, 13242, 13266, 0, 690, 2, 1, 74, 11); INSERT INTO `spell_area` VALUES (60815, 14, 13347, 13370, 0, 1101, 2, 1, 74, 11); INSERT INTO `spell_area` VALUES (60815, 85, 13371, 13377, 0, 0, 2, 1, 74, 11); INSERT INTO `spell_area` VALUES (60815, 1497, 13371, 13377, 0, 0, 2, 1, 74, 11); INSERT INTO `spell_area` VALUES (60815, 1637, 13242, 13266, 0, 690, 2, 1, 74, 11); INSERT INTO `spell_area` VALUES (60815, 1637, 13347, 13370, 0, 1101, 2, 1, 74, 11);
The quest "A Life Without Regretafter" is ok, but no portal appears.
DELETE FROM `creature_queststarter` WHERE `quest` = "13266"; INSERT INTO `creature_queststarter` VALUES (31412, 13266); INSERT INTO `creature_queststarter` VALUES (32363, 13266); -- NEW DELETE FROM `spell_area` WHERE `spell` = "60815"; INSERT INTO `spell_area` VALUES (60815, 14, 13242, 13266, 0, 690, 2, 1, 74, 11); INSERT INTO `spell_area` VALUES (60815, 14, 13347, 13370, 0, 1101, 2, 1, 74, 11); INSERT INTO `spell_area` VALUES (60815, 85, 13371, 13377, 0, 0, 2, 1, 74, 11); INSERT INTO `spell_area` VALUES (60815, 1497, 13371, 13377, 0, 0, 2, 1, 74, 11); INSERT INTO `spell_area` VALUES (60815, 1637, 13242, 13266, 0, 690, 2, 1, 74, 11); INSERT INTO `spell_area` VALUES (60815, 1637, 13347, 13370, 0, 1101, 2, 1, 74, 11);The quest "A Life Without Regretafter" is ok, but no portal appears.
That seems to me like now the correct data is in the db but the script still needs to be added to link the quest chain together and generate the correct portals for both alliance and horde side.
Also after applying the DB sql, on horde side the scene where Jaina walks out of the Stormwind Portal to warn Thrall doesn't happen, the Stormwind Portal just stays there and when the player picks up "A Life without Regret" there is no portal to entrance of undercity. The alliance side of the scene between Thrall and Jaina works, but also there is no portal from Stormwind to the area outside of the Undercity after this scene.
Also for the horde side of "Heralds of War" (Quest ID: 13257), As soon as the player accepts the quest a portal to Orgrimmar is supposed to open behind High Overlord Saurfang in Warsong Hold, right now there is no portal and players have to get to Orgrimmar on their own.
I'll look into this.
Most helpful comment
Sure