My problem i having since i come back and yes i have tried to fix this with help of wowhead and other ideas that i got but nothing help because whole first questline at Garrison has not come/show up to me so i can’t complete or get achievement progress for “The Warlord’s Council” for my horde character that i am posting with. I have also submitted couple of tickets about this problem because i have completed 4 of Garrison story after first one. I don’t know what to do so i hoping i can get help here. It says on Wowhead that Vol’jin shall show up but i have not seen him at all around my garrison. ‘sigh’
Hi there. No not first one at all. I have completed 4 Garrison Campaign quest achievement progress but first one is completely gone for me. I have taken photo of what i missing but not sure if its fine to add in a post or not. None of right npc or quest givers doesnt show up and i have checked Wowhead so many times but doesn’t help me with my problem when i can’t even see them. ( I also make couple of bug tickets about it as well, i hope it can be fixed somehow.) These four i have completed after first one: The Sargerei, Darktide Roost, Iron Siegeworks and The Ring of Blood. I notice it when i checked my progress after i completed last 4 that first one were grey out and i love doing quest but can’t find npc for quest line at all.
As a follow up, I can see that you already have a Garrison Campaign quest in your log, so you should carry on and complete that. I’m still not clear enough, of what progress you are missing however. Give us an update when you can!
Hi there. I never used a macro before so what shall i write to start quest chain for “The Warlord’s Council”? (After 5 year long break from WoW i feel sometimes noobish or rusty.) hehe. ^^;
I might not be the best to teach, so I hope I won’t confuse you instead
In the comments in WoWhead, the 4’th user Morniel had created some macros for the horde quest:
“I tried using the macro in one of the other comments here, but I think one of the quest id’s was for Alliance, not Horde. Made my own - it shows both the start and end quests, so it’s easy to tell where you need to investigate further.”
/run local out="Bloodmaul Compound start: "…tostring(IsQuestFlaggedCompleted(34309));print(out)
/run local out="Bloodmaul Compound end: "…tostring(IsQuestFlaggedCompleted(34319));print(out)
/run local out="Broken Precipice start: "…tostring(IsQuestFlaggedCompleted(36117));print(out)
/run local out="Broken Precipice end: "…tostring(IsQuestFlaggedCompleted(37516));print(out)
/run local out="Darktide Roost start: "…tostring(IsQuestFlaggedCompleted(35876));print(out)
/run local out="Darktide Roost end: "…tostring(IsQuestFlaggedCompleted(34450));print(out)
/run local out="Ours is the Fury start: "…tostring(IsQuestFlaggedCompleted(32979));print(out)
/run local out="Ours is the Fury end: "…tostring(IsQuestFlaggedCompleted(33427));print(out)
/run local out="Fall of Shattrath start: "…tostring(IsQuestFlaggedCompleted(35680));print(out)
/run local out="Fall of Shattrath end: "…tostring(IsQuestFlaggedCompleted(35687));print(out)
/run local out="Heart of the Breakers start: "…tostring(IsQuestFlaggedCompleted(34335));print(out)
/run local out="Heart of the Breakers end: "…tostring(IsQuestFlaggedCompleted(34341));print(out)
/run local out="Iron Siegeworks start: "…tostring(IsQuestFlaggedCompleted(34034));print(out)
/run local out="Iron Siegeworks end: "…tostring(IsQuestFlaggedCompleted(34078));print(out)
/run local out="Ring of Blood start: "…tostring(IsQuestFlaggedCompleted(36219));print(out)
/run local out="Ring of Blood end: "…tostring(IsQuestFlaggedCompleted(36222));print(out)
/run local out="The Sargerei start: "…tostring(IsQuestFlaggedCompleted(35186));print(out)
/run local out="The Sargerei end: "…tostring(IsQuestFlaggedCompleted(35197));print(out)
/run local out="A Strike at the Heart start: "…tostring(IsQuestFlaggedCompleted(36261));print(out)
/run local out="A Strike at the Heart end: "…tostring(IsQuestFlaggedCompleted(36248));print(out)
/run local out="Warlord’s Council start: "…tostring(IsQuestFlaggedCompleted(35843));print(out)
/run local out="Warlord’s Council end: "…tostring(IsQuestFlaggedCompleted(35842));print(out)
You take all these /run and post them in the macro:
You type /m and the macro will open
And when you cast the macro, you will get a wall of text where it at every quest will write “true” or “false”…
If it’s true, you have started the questchain, but not ended it.
and if it says false, haven’t started it (supposently )
If every macro in one go is too much, you can take one quest chain at the time, exampel:
/run local out="Bloodmaul Compound start: "…tostring(IsQuestFlaggedCompleted(34309));print(out)
/run local out="Bloodmaul Compound end: "…tostring(IsQuestFlaggedCompleted(34319));print(out)
But but but, someone on Youtube is just so much better in explaning a macro than me