Can't access 2 important quests:

I’m using Questie and my current version is up to date. I’m a level 85 Warrior and for some reason, I can’t access these 2 quests on The Hero’s Board in Stormwind: 1. Call to Arms - The Twilight Highlands 2. The Troll Incursion. The Twilight Highlands is a problem because I can’t get there from Stormwind via the portal. I had to fly to The Wetlands and then fly directly into The Twilight Highlands. Once I got there, I flew all the way to the boat (starting area) and when I got to the flightpath, nobody was there! I couldn’t access the flightpath because there was no guy there with a green ! over his head. How do I fix this problem? Is it unfixable because I didn’t do the initial quest and forever lost access to it? How do I fix this problem and get the flightpath? I haven’t done any quests there yet, BTW. And what about this quest: The Troll incursion???

1 Like

Check Stormwind Keep, that’s where the breadcrumb takes you to begin the TH intro

The Troll Incursion is for the revamped ZA and ZG dungeons that aren’t added until 4.1

I went to Stormwind Keep and couldn’t get any more quests. I previously completed the traitor quest there. I’m guessing I can’t get it but it won’t matter if after doing some quests in the starter zone, the flight path opens up?

idk what all in involved with the alliance side of the twilight highlands quest, but horde has an entire chain taking place in Org and Azshara before we get on the zeppelin to fly to TH, i’d assume alliance has something similar and to just check your quest log to see if you have any unfinished lvl 84/85 quests

Have you done My Son, the Prince?
/run print(C_QuestLog.IsQuestFlaggedCompleted(26960))

what about Rallying the Fleet
/run print(C_QuestLog.IsQuestFlaggedCompleted(26975))
and it’s follow up Missing Parts
/run print(C_QuestLog.IsQuestFlaggedCompleted(27038))

and Twilight Investigation (Major Samuelson is often killed for a later part of the quest line, so he might not be there or might be currently alive and fighting)
/run print(C_QuestLog.IsQuestFlaggedCompleted(26977))

Did you do The Usual Suspects (This is where you interrogate dock workers)?
/run print(C_QuestLog.IsQuestFlaggedCompleted(26997))

Peasant Problems (This is where you talk to the farmers)?
/run print(C_QuestLog.IsQuestFlaggedCompleted(27044))

Unholy Cow (This is where you investigate the crime scene and protect aunduin)?
/run print(C_QuestLog.IsQuestFlaggedCompleted(27060))

He’s holding out on us (This is where you investigate the papers in old town)?
/run print(C_QuestLog.IsQuestFlaggedCompleted(27064))

Expert Opinion (This is where you talk to SI:7 operative)?
/run print(C_QuestLog.IsQuestFlaggedCompleted(28807))

The Old Barracks (This is where you kill cultist in the destroyed park)?
/run print(C_QuestLog.IsQuestFlaggedCompleted(27072))

Cataclysm in the Catacombs (This is where you kill the priest in the cathedral basement and disarm the explosives)?
/run print(C_QuestLog.IsQuestFlaggedCompleted(27092))

A villian unmasked (This is where you kill Major Samuelson, so he might not be up if he was killed recently)?
/run print(C_QuestLog.IsQuestFlaggedCompleted(27106))

1 Like

Thanks for taking the time to help. I’ll explore this.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.