要塞任務接下來該去哪裡找? - WOW

By Daniel
at 2015-01-22T19:39
at 2015-01-22T19:39
Table of Contents
※ 引述《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
--
「Mouseover超雷的,聖光術又射歪了嗎?」
--
: http://i.imgur.com/GyizTPt.jpg

: 請問是我漏掉什麼嗎 還是任務要到其他地方接?
有三個辦法
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
--
「Mouseover超雷的,聖光術又射歪了嗎?」
--
Tags:
WOW
All Comments

By Iris
at 2015-01-27T00:43
at 2015-01-27T00:43

By Odelette
at 2015-01-31T00:23
at 2015-01-31T00:23

By Sarah
at 2015-02-04T05:25
at 2015-02-04T05:25

By Gilbert
at 2015-02-08T13:32
at 2015-02-08T13:32

By Lauren
at 2015-02-11T04:34
at 2015-02-11T04:34

By Queena
at 2015-02-13T05:54
at 2015-02-13T05:54

By Anthony
at 2015-02-14T23:44
at 2015-02-14T23:44

By Lucy
at 2015-02-17T23:46
at 2015-02-17T23:46

By Carolina Franco
at 2015-02-20T17:38
at 2015-02-20T17:38

By Belly
at 2015-02-25T04:56
at 2015-02-25T04:56

By Charlie
at 2015-02-27T15:45
at 2015-02-27T15:45

By Hedwig
at 2015-03-01T04:11
at 2015-03-01T04:11
Related Posts
傳家寶附魔兩三事

By Hedy
at 2015-01-22T18:54
at 2015-01-22T18:54
死敵互刷 部落徵德萊尼

By Frederic
at 2015-01-22T18:11
at 2015-01-22T18:11
要塞任務接下來該去哪裡找?

By Barb Cronin
at 2015-01-22T17:57
at 2015-01-22T17:57
為何bz堅持初始16包不改?

By Una
at 2015-01-22T16:17
at 2015-01-22T16:17
尖石 部落 The Phantom 公會團招生

By John
at 2015-01-22T14:53
at 2015-01-22T14:53