※ 引述《LostSeason (蛤囉?)》之铭言:
: http://i.imgur.com/GyizTPt.jpg
: 我的要塞战役任务只解到这里 但是我的要塞已经没有npc可以接任务了
: 请问是我漏掉什么吗 还是任务要到其他地方接?
有三个办法
1. 装个UI, 昨天熊爸的文章有提到
#1KlnTMjQ [情报] 要塞战役奖励 (台服应是明天1/22可完成)
UI: http://www.curse.com/addons/wow/garrison-campaign-checker
这UI会在大地图上标示“已开始但未结束的要塞战役”
还没开始的要塞战役就没有用
另外有指令 /gcc 或 /garrisoncampaign, 针对角色情况给予提示, 有以下几种结果:
You are not level 100 (略)
你还没100级
You are not Alliance or Horde (略)
你既不是联盟也不是部落
You have an active garrison campaign quest in your quest log (略)
你任务书中就有进行中的要塞战役任务
You have an active and incomplete garrison campaign quest (略)
A yellow ! icon has been added to the world map for %s(地图名字)
你有未完成的要塞战役, 已新增黄色惊叹号到 %s 地图上
This addon could find no partially completed Garrison Campaign (略)
此插件未找到任何已开始但未结束的要塞战役任务
2. 使用宏向服务器查询任务进度
wowhead网友分享:
http://www.wowhead.com/achievement=9492/the-garrison-campaign#comments
http://www.wowhead.com/achievement=9491/the-garrison-campaign#comments
如果遇到开始=true 完成=false, 代表中间有任务没解完
如果都是true代表完成, 都是false代表还没接到
以下顺便把宏换成中文和分了部落联盟方, 使用前记得每个/run才换一行
部落方宏
/run local out="血槌营地开始:
"..tostring(IsQuestFlaggedCompleted(34309));print(out)
/run local out="血槌营地完成:
"..tostring(IsQuestFlaggedCompleted(34319));print(out)
/run local out="破碎绝壁开始:
"..tostring(IsQuestFlaggedCompleted(36117));print(out)
/run local out="破碎绝壁完成:
"..tostring(IsQuestFlaggedCompleted(37516));print(out)
/run local out="暗潮栖息地开始:
"..tostring(IsQuestFlaggedCompleted(35876));print(out)
/run local out="暗潮栖息地完成:
"..tostring(IsQuestFlaggedCompleted(34450));print(out)
/run local out="怒火燎原开始:
"..tostring(IsQuestFlaggedCompleted(32979));print(out)
/run local out="怒火燎原完成:
"..tostring(IsQuestFlaggedCompleted(33427));print(out)
/run local out="撒塔斯陷落开始:
"..tostring(IsQuestFlaggedCompleted(35680));print(out)
/run local out="撒塔斯陷落完成:
"..tostring(IsQuestFlaggedCompleted(35687));print(out)
/run local out="破坏者之心开始:
"..tostring(IsQuestFlaggedCompleted(34335));print(out)
/run local out="破坏者之心完成:
"..tostring(IsQuestFlaggedCompleted(34341));print(out)
/run local out="钢铁军火厂开始:
"..tostring(IsQuestFlaggedCompleted(34034));print(out)
/run local out="钢铁军火厂完成:
"..tostring(IsQuestFlaggedCompleted(34078));print(out)
/run local out="血之竞技场开始:
"..tostring(IsQuestFlaggedCompleted(36219));print(out)
/run local out="血之竞技场完成:
"..tostring(IsQuestFlaggedCompleted(36290));print(out)
/run local out="萨格莱开始:
"..tostring(IsQuestFlaggedCompleted(35186));print(out)
/run local out="萨格莱完成:
"..tostring(IsQuestFlaggedCompleted(35197));print(out)
/run local out="直击核心开始:
"..tostring(IsQuestFlaggedCompleted(36261));print(out)
/run local out="直击核心完成:
"..tostring(IsQuestFlaggedCompleted(36248));print(out)
/run local out="督军议会开始:
"..tostring(IsQuestFlaggedCompleted(35843));print(out)
/run local out="督军议会完成:
"..tostring(IsQuestFlaggedCompleted(35842));print(out)
联盟方宏
/run local out="血槌营地开始:
"..tostring(IsQuestFlaggedCompleted(34284));print(out)
/run local out="血槌营地完成:
"..tostring(IsQuestFlaggedCompleted(34289));print(out)
/run local out="破碎绝壁开始:
"..tostring(IsQuestFlaggedCompleted(35985));print(out)
/run local out="破碎绝壁完成:
"..tostring(IsQuestFlaggedCompleted(37517));print(out)
/run local out="暗潮栖息地开始:
"..tostring(IsQuestFlaggedCompleted(35861));print(out)
/run local out="暗潮栖息地完成:
"..tostring(IsQuestFlaggedCompleted(34450));print(out)
/run local out="奥萨尔的呼唤开始:
"..tostring(IsQuestFlaggedCompleted(36163));print(out)
/run local out="奥萨尔的呼唤完成:
"..tostring(IsQuestFlaggedCompleted(36169));print(out)
/run local out="撒塔斯陷落开始:
"..tostring(IsQuestFlaggedCompleted(35679));print(out)
/run local out="撒塔斯陷落完成:
"..tostring(IsQuestFlaggedCompleted(35685));print(out)
/run local out="破坏者之心开始:
"..tostring(IsQuestFlaggedCompleted(34409));print(out)
/run local out="破坏者之心完成:
"..tostring(IsQuestFlaggedCompleted(34410));print(out)
/run local out="钢铁军火厂开始:
"..tostring(IsQuestFlaggedCompleted(34026));print(out)
/run local out="钢铁军火厂完成:
"..tostring(IsQuestFlaggedCompleted(34033));print(out)
/run local out="血之竞技场开始:
"..tostring(IsQuestFlaggedCompleted(36219));print(out)
/run local out="血之竞技场完成:
"..tostring(IsQuestFlaggedCompleted(36289));print(out)
/run local out="萨格莱开始:
"..tostring(IsQuestFlaggedCompleted(35185));print(out)
/run local out="萨格莱完成:
"..tostring(IsQuestFlaggedCompleted(35196));print(out)
/run local out="直击核心开始:
"..tostring(IsQuestFlaggedCompleted(36160));print(out)
/run local out="直击核心完成:
"..tostring(IsQuestFlaggedCompleted(36162));print(out)
/run local out="督军议会开始:
"..tostring(IsQuestFlaggedCompleted(35837));print(out)
/run local out="督军议会完成:
"..tostring(IsQuestFlaggedCompleted(35841));print(out)
3. 找GM