Establishing your outpost - Don’t let the tala-dor hit you on the way out

Hello,

I hope this message finds you all well. It tells me I have not completed ‘establishing your outpost’ in talador, part of the ‘Don’t let the tala-dor hit you on the way out’ achievement. I have done this, but it seems to be bugged. I need this to be completed to complete the WOD questline achievement.

Any advice would be much appreciated, I have looked everywhere online and the response to my ticket was an automated response telling me to look on wow head which was no use.

Check if you have completed the last quest just to make it sure. The command prints 1 if you have completed the quest and 0 if you haven’t. If you get 0 for the chosen outpost you can then backtrack the quests (eg. you can get the command from Wowhead with the correct ID for each quest).

Alliance Mage Tower:

/run print(C_QuestLog.IsQuestFlaggedCompleted(34711))

Alliance Armory:

/run print(C_QuestLog.IsQuestFlaggedCompleted(34981))

Horde Mage Tower:

/run print(C_QuestLog.IsQuestFlaggedCompleted(34712))

Horde Armory:

/run print(C_QuestLog.IsQuestFlaggedCompleted(34971))