Jump to content
Sign in to follow this  
Euphoria

指南 - 軍團版本專業技能任務線

Recommended Posts

Euphoria    82

任務清單

為了讓玩家了解軍團版本的所有專業技能的任務順序以及相關列表,以下為各個專業技能的任務順序清單。玩家如果要了解自己目前已經進行到哪一個任務時,請在遊戲中輸入指令:"/run print(IsQuestFlaggedCompleted(quest_id))",如果顯示True表示已經完成過,False則代表未完成。在指令中quest_id代表的是任務ID編號,您可以在wowhead資料的網址URL中發現任務ID編號,您只需要輸入在 = 之後的數字,就是quest_id。

如果您仍無法理解如何利用wowhead來查詢ID編號,請點擊下面連結閱讀文章。

http://forum.uwowcn.com/topic/326-如何利用ui查詢物品id-技能id-任務id呢?/

製皮學

隱藏
  1. https://cn.wowhead.com/quest=39958/
  2. https://cn.wowhead.com/quest=40183/
  3. https://cn.wowhead.com/quest=40177/
  4. https://cn.wowhead.com/quest=40179/
  5. https://cn.wowhead.com/quest=40178/
  6. https://cn.wowhead.com/quest=40184/
  7. https://cn.wowhead.com/quest=40186/
  8. https://cn.wowhead.com/quest=40185/
  9. https://cn.wowhead.com/quest=40191/
  10. https://cn.wowhead.com/quest=40192/
  11. https://cn.wowhead.com/quest=40176/
  12. https://cn.wowhead.com/quest=40180/
  13. https://cn.wowhead.com/quest=40198/
  14. https://cn.wowhead.com/quest=40202/
  15. https://cn.wowhead.com/quest=40205/
  16. https://cn.wowhead.com/quest=40204/
  17. https://cn.wowhead.com/quest=40203/
  18. https://cn.wowhead.com/quest=40415/
  19. https://cn.wowhead.com/quest=40187/
  20. https://cn.wowhead.com/quest=40188/
  21. https://cn.wowhead.com/quest=40189/
  22. https://cn.wowhead.com/quest=40195/
  23. https://cn.wowhead.com/quest=40327/
  24. https://cn.wowhead.com/quest=40194/
  25. https://cn.wowhead.com/quest=40210/
  26. https://cn.wowhead.com/quest=40181/
  27. https://cn.wowhead.com/quest=40182/
  28. https://cn.wowhead.com/quest=40196/
  29. https://cn.wowhead.com/quest=40197/
  30. https://cn.wowhead.com/quest=41889/
  31. https://cn.wowhead.com/quest=40200/
  32. https://cn.wowhead.com/quest=40201/
  33. https://cn.wowhead.com/quest=40199/
  34. https://cn.wowhead.com/quest=40206/
  35. https://cn.wowhead.com/quest=40207/
  36. https://cn.wowhead.com/quest=40208/
  37. https://cn.wowhead.com/quest=40211/
  38. https://cn.wowhead.com/quest=40212/
  39. https://cn.wowhead.com/quest=40213/
  40. https://cn.wowhead.com/quest=40214/
  41. https://cn.wowhead.com/quest=40215/
  42. https://cn.wowhead.com/quest=40209/

 

如果你發現你忘記任務進度,可以在遊戲中使用下列指令,可以利用巨集(宏命令)來執行這些指令:

隱藏
  1. /run print(IsQuestFlaggedCompleted(39958))
  2. /run print(IsQuestFlaggedCompleted(40183))
  3. /run print(IsQuestFlaggedCompleted(40177))
  4. /run print(IsQuestFlaggedCompleted(40179))
  5. /run print(IsQuestFlaggedCompleted(40178))
  6. /run print(IsQuestFlaggedCompleted(40184))
  7. /run print(IsQuestFlaggedCompleted(40186))
  8. /run print(IsQuestFlaggedCompleted(40185))
  9. /run print(IsQuestFlaggedCompleted(40191))
  10. /run print(IsQuestFlaggedCompleted(40192))
  11. /run print(IsQuestFlaggedCompleted(40176))
  12. /run print(IsQuestFlaggedCompleted(40180))
  13. /run print(IsQuestFlaggedCompleted(40198))
  14. /run print(IsQuestFlaggedCompleted(40202))
  15. /run print(IsQuestFlaggedCompleted(40205))
  16. /run print(IsQuestFlaggedCompleted(40204))
  17. /run print(IsQuestFlaggedCompleted(40203))
  18. /run print(IsQuestFlaggedCompleted(40415))
  19. /run print(IsQuestFlaggedCompleted(40187))
  20. /run print(IsQuestFlaggedCompleted(40188))
  21. /run print(IsQuestFlaggedCompleted(40189))
  22. /run print(IsQuestFlaggedCompleted(40195))
  23. /run print(IsQuestFlaggedCompleted(40327))
  24. /run print(IsQuestFlaggedCompleted(40194))
  25. /run print(IsQuestFlaggedCompleted(40210))
  26. /run print(IsQuestFlaggedCompleted(40181))
  27. /run print(IsQuestFlaggedCompleted(40182))
  28. /run print(IsQuestFlaggedCompleted(40196))
  29. /run print(IsQuestFlaggedCompleted(40197))
  30. /run print(IsQuestFlaggedCompleted(41889))
  31. /run print(IsQuestFlaggedCompleted(40200))
  32. /run print(IsQuestFlaggedCompleted(40201))
  33. /run print(IsQuestFlaggedCompleted(40199))
  34. /run print(IsQuestFlaggedCompleted(40206))
  35. /run print(IsQuestFlaggedCompleted(40207))
  36. /run print(IsQuestFlaggedCompleted(40208))
  37. /run print(IsQuestFlaggedCompleted(40211))
  38. /run print(IsQuestFlaggedCompleted(40212))
  39. /run print(IsQuestFlaggedCompleted(40213))
  40. /run print(IsQuestFlaggedCompleted(40214))
  41. /run print(IsQuestFlaggedCompleted(40215))
  42. /run print(IsQuestFlaggedCompleted(40209))

假如回傳為True,代表已經完成任務;如果回傳為False,代表尚未完成。

銘文學

隱藏

根據網站上的攻略資料顯示,銘文學似乎是一段又一段的系列任務組合而成的。

  1. https://cn.wowhead.com/quest=39847/
  2. https://cn.wowhead.com/quest=39931/
  3. https://cn.wowhead.com/quest=39932/
  4. https://cn.wowhead.com/quest=39933/

 

  1. https://cn.wowhead.com/quest=39934/
  2. https://cn.wowhead.com/quest=39935/

接下來是兩個各自單獨的系列任務,第一個系列任務:

  1. https://cn.wowhead.com/quest=39939/
  2. https://cn.wowhead.com/quest=39940/
  3. https://cn.wowhead.com/quest=39941/

第二個系列任務:

  1. https://cn.wowhead.com/quest=39936/
  2. https://cn.wowhead.com/quest=39937/
  3. https://cn.wowhead.com/quest=39938/
  4. https://cn.wowhead.com/quest=39943/

 

  1. https://cn.wowhead.com/quest=39944/
  2. https://cn.wowhead.com/quest=39945/
  3. https://cn.wowhead.com/quest=39946/
  4. https://cn.wowhead.com/quest=39947/
  5. https://cn.wowhead.com/quest=40052/

 

  1. https://cn.wowhead.com/quest=39948/
  2. https://cn.wowhead.com/quest=39949/
  3. https://cn.wowhead.com/quest=39950/
  4. https://cn.wowhead.com/quest=39953/
  5. https://cn.wowhead.com/quest=39957/

 

  1. https://cn.wowhead.com/quest=39954/
  2. https://cn.wowhead.com/quest=39961/

聯盟:

  1. https://cn.wowhead.com/quest=39955/
  2. https://cn.wowhead.com/quest=39956/

部落:

  1. https://cn.wowhead.com/quest=39959/
  2. https://cn.wowhead.com/quest=39960/

 

如果你發現你忘記任務進度,可以在遊戲中使用下列指令,可以利用巨集(宏命令)來執行這些指令:

隱藏
  1. /run print(IsQuestFlaggedCompleted(39847))
  2. /run print(IsQuestFlaggedCompleted(39931))
  3. /run print(IsQuestFlaggedCompleted(39932))
  4. /run print(IsQuestFlaggedCompleted(39933))

 

  1. /run print(IsQuestFlaggedCompleted(39934))
  2. /run print(IsQuestFlaggedCompleted(39935))

接下來是兩個各自單獨的系列任務,第一個系列任務:

  1. /run print(IsQuestFlaggedCompleted(39939))
  2. /run print(IsQuestFlaggedCompleted(39940))
  3. /run print(IsQuestFlaggedCompleted(39941))

第二個系列任務:

  1. /run print(IsQuestFlaggedCompleted(39936))
  2. /run print(IsQuestFlaggedCompleted(39937))
  3. /run print(IsQuestFlaggedCompleted(39938))
  4. /run print(IsQuestFlaggedCompleted(39943))

 

  1. /run print(IsQuestFlaggedCompleted(39944))
  2. /run print(IsQuestFlaggedCompleted(39945))
  3. /run print(IsQuestFlaggedCompleted(39946))
  4. /run print(IsQuestFlaggedCompleted(39947))
  5. /run print(IsQuestFlaggedCompleted(40052))

 

  1. /run print(IsQuestFlaggedCompleted(39948))
  2. /run print(IsQuestFlaggedCompleted(39949))
  3. /run print(IsQuestFlaggedCompleted(39950))
  4. /run print(IsQuestFlaggedCompleted(39953))
  5. /run print(IsQuestFlaggedCompleted(39957))

 

  1. /run print(IsQuestFlaggedCompleted(39954))
  2. /run print(IsQuestFlaggedCompleted(39961))

聯盟:

  1. /run print(IsQuestFlaggedCompleted(39955))
  2. /run print(IsQuestFlaggedCompleted(39956))

部落:

  1. /run print(IsQuestFlaggedCompleted(39959))
  2. /run print(IsQuestFlaggedCompleted(39960))

假如回傳為True,代表已經完成任務;如果回傳為False,代表尚未完成。

鍛造學

隱藏
  1. https://cn.wowhead.com/quest=38499/
  2. https://cn.wowhead.com/quest=39681/
  3. https://cn.wowhead.com/quest=38501/
  4. https://cn.wowhead.com/quest=38502/
  5. https://cn.wowhead.com/quest=38505/
  6. https://cn.wowhead.com/quest=38506/
  7. https://cn.wowhead.com/quest=38507/
  8. https://cn.wowhead.com/quest=38515/
  9. https://cn.wowhead.com/quest=38500/
  10. https://cn.wowhead.com/quest=38563/
  11. https://cn.wowhead.com/quest=38513/
  12. https://cn.wowhead.com/quest=38514/
  13. https://cn.wowhead.com/quest=39699/
  14. https://cn.wowhead.com/quest=38519/
  15. https://cn.wowhead.com/quest=38518/
  16. https://cn.wowhead.com/quest=38522/
  17. https://cn.wowhead.com/quest=38523/
  18. https://cn.wowhead.com/quest=39702/
  19. https://cn.wowhead.com/quest=39680/
  20. https://cn.wowhead.com/quest=39726/
  21. https://cn.wowhead.com/quest=39729/
  22. https://cn.wowhead.com/quest=38564/
  23. https://cn.wowhead.com/quest=44449/
  24. https://cn.wowhead.com/quest=38524/
  25. https://cn.wowhead.com/quest=38525/
  26. https://cn.wowhead.com/quest=38526/
  27. https://cn.wowhead.com/quest=38527/
  28. https://cn.wowhead.com/quest=38528/
  29. https://cn.wowhead.com/quest=38530/
  30. https://cn.wowhead.com/quest=38531/
  31. https://cn.wowhead.com/quest=38532/
  32. https://cn.wowhead.com/quest=38559/
  33. https://cn.wowhead.com/quest=38833/
  34. https://cn.wowhead.com/quest=38533/

 

如果你發現你忘記任務進度,可以在遊戲中使用下列指令,可以利用巨集(宏命令)來執行這些指令:

隱藏
  1. /run print(IsQuestFlaggedCompleted(38499))
  2. /run print(IsQuestFlaggedCompleted(39681))
  3. /run print(IsQuestFlaggedCompleted(38501))
  4. /run print(IsQuestFlaggedCompleted(38502))
  5. /run print(IsQuestFlaggedCompleted(38505))
  6. /run print(IsQuestFlaggedCompleted(38506))
  7. /run print(IsQuestFlaggedCompleted(38507))
  8. /run print(IsQuestFlaggedCompleted(38515))
  9. /run print(IsQuestFlaggedCompleted(38500))
  10. /run print(IsQuestFlaggedCompleted(38563))
  11. /run print(IsQuestFlaggedCompleted(38513))
  12. /run print(IsQuestFlaggedCompleted(38514))
  13. /run print(IsQuestFlaggedCompleted(39699))
  14. /run print(IsQuestFlaggedCompleted(38519))
  15. /run print(IsQuestFlaggedCompleted(38518))
  16. /run print(IsQuestFlaggedCompleted(38522))
  17. /run print(IsQuestFlaggedCompleted(38523))
  18. /run print(IsQuestFlaggedCompleted(39702))
  19. /run print(IsQuestFlaggedCompleted(39680))
  20. /run print(IsQuestFlaggedCompleted(39726))
  21. /run print(IsQuestFlaggedCompleted(39729))
  22. /run print(IsQuestFlaggedCompleted(38564))
  23. /run print(IsQuestFlaggedCompleted(44449))
  24. /run print(IsQuestFlaggedCompleted(38524))
  25. /run print(IsQuestFlaggedCompleted(38525))
  26. /run print(IsQuestFlaggedCompleted(38526))
  27. /run print(IsQuestFlaggedCompleted(38527))
  28. /run print(IsQuestFlaggedCompleted(38528))
  29. /run print(IsQuestFlaggedCompleted(38530))
  30. /run print(IsQuestFlaggedCompleted(38531))
  31. /run print(IsQuestFlaggedCompleted(38532))
  32. /run print(IsQuestFlaggedCompleted(38559))
  33. /run print(IsQuestFlaggedCompleted(38833))
  34. /run print(IsQuestFlaggedCompleted(38533))

假如回傳為True,代表已經完成任務;如果回傳為False,代表尚未完成。

工程學

隱藏
  1. https://cn.wowhead.com/quest=40545/
  2. https://cn.wowhead.com/quest=40854/
  3. https://cn.wowhead.com/quest=40855/
  4. https://cn.wowhead.com/quest=40859/
  5. https://cn.wowhead.com/quest=40856/
  6. https://cn.wowhead.com/quest=40858/
  7. https://cn.wowhead.com/quest=40863/
  8. https://cn.wowhead.com/quest=40864/
  9. https://cn.wowhead.com/quest=46128/
  10. https://cn.wowhead.com/quest=40860/
  11. https://cn.wowhead.com/quest=40861/
  12. https://cn.wowhead.com/quest=40862/
  13. https://cn.wowhead.com/quest=40870/
  14. https://cn.wowhead.com/quest=40869/
  15. https://cn.wowhead.com/quest=40865/
  16. https://cn.wowhead.com/quest=40867/
  17. https://cn.wowhead.com/quest=40866/
  18. https://cn.wowhead.com/quest=40871/
  19. https://cn.wowhead.com/quest=40872/
  20. https://cn.wowhead.com/quest=40873/
  21. https://cn.wowhead.com/quest=40874/
  22. https://cn.wowhead.com/quest=40875/
  23. https://cn.wowhead.com/quest=40876/
  24. https://cn.wowhead.com/quest=40877/
  25. https://cn.wowhead.com/quest=40878/
  26. https://cn.wowhead.com/quest=40880/
  27. https://cn.wowhead.com/quest=40881/
  28. https://cn.wowhead.com/quest=40879/
  29. https://cn.wowhead.com/quest=40880/
  30. https://cn.wowhead.com/quest=40881/
  31. https://cn.wowhead.com/quest=40882/
  32. https://cn.wowhead.com/quest=46119/
  33. https://cn.wowhead.com/quest=46128/

 

如果你發現你忘記任務進度,可以在遊戲中使用下列指令,可以利用巨集(宏命令)來執行這些指令:

  1. /run print(IsQuestFlaggedCompleted(40545))
  2. /run print(IsQuestFlaggedCompleted(40854))
  3. /run print(IsQuestFlaggedCompleted(40855))
  4. /run print(IsQuestFlaggedCompleted(40859))
  5. /run print(IsQuestFlaggedCompleted(40856))
  6. /run print(IsQuestFlaggedCompleted(40858))
  7. /run print(IsQuestFlaggedCompleted(40863))
  8. /run print(IsQuestFlaggedCompleted(40864))
  9. /run print(IsQuestFlaggedCompleted(46128))
  10. /run print(IsQuestFlaggedCompleted(40860))
  11. /run print(IsQuestFlaggedCompleted(40861))
  12. /run print(IsQuestFlaggedCompleted(40862))
  13. /run print(IsQuestFlaggedCompleted(40870))
  14. /run print(IsQuestFlaggedCompleted(40869))
  15. /run print(IsQuestFlaggedCompleted(40865))
  16. /run print(IsQuestFlaggedCompleted(40867))
  17. /run print(IsQuestFlaggedCompleted(40866))
  18. /run print(IsQuestFlaggedCompleted(40871))
  19. /run print(IsQuestFlaggedCompleted(40872))
  20. /run print(IsQuestFlaggedCompleted(40873))
  21. /run print(IsQuestFlaggedCompleted(40874))
  22. /run print(IsQuestFlaggedCompleted(40875))
  23. /run print(IsQuestFlaggedCompleted(40876))
  24. /run print(IsQuestFlaggedCompleted(40877))
  25. /run print(IsQuestFlaggedCompleted(40878))
  26. /run print(IsQuestFlaggedCompleted(40880))
  27. /run print(IsQuestFlaggedCompleted(40881))
  28. /run print(IsQuestFlaggedCompleted(40879))
  29. /run print(IsQuestFlaggedCompleted(40880))
  30. /run print(IsQuestFlaggedCompleted(40881))
  31. /run print(IsQuestFlaggedCompleted(40882))
  32. /run print(IsQuestFlaggedCompleted(46119))
  33. /run print(IsQuestFlaggedCompleted(46128))

假如回傳為True,代表已經完成任務;如果回傳為False,代表尚未完成。

裁縫學

隱藏
  1. https://cn.wowhead.com/quest=38944/
  2. https://cn.wowhead.com/quest=38945/
  3. https://cn.wowhead.com/quest=38946/
  4. https://cn.wowhead.com/quest=38947/
  5. https://cn.wowhead.com/quest=38948/
  6. https://cn.wowhead.com/quest=38949/
  7. https://cn.wowhead.com/quest=38950/
  8. https://cn.wowhead.com/quest=38951/
  9. https://cn.wowhead.com/quest=38952/
  10. https://cn.wowhead.com/quest=38953/
  11. https://cn.wowhead.com/quest=38954/
  12. https://cn.wowhead.com/quest=38955/
  13. https://cn.wowhead.com/quest=38956/
  14. https://cn.wowhead.com/quest=38957/
  15. https://cn.wowhead.com/quest=38959/
  16. https://cn.wowhead.com/quest=38963/
  17. https://cn.wowhead.com/quest=38961/
  18. https://cn.wowhead.com/quest=38964/
  19. https://cn.wowhead.com/quest=38958/
  20. https://cn.wowhead.com/quest=39602/
  21. https://cn.wowhead.com/quest=39605/
  22. https://cn.wowhead.com/quest=39667/
  23. https://cn.wowhead.com/quest=38965/
  24. https://cn.wowhead.com/quest=38966/
  25. https://cn.wowhead.com/quest=38962/
  26. https://cn.wowhead.com/quest=38967/
  27. https://cn.wowhead.com/quest=38968/
  28. https://cn.wowhead.com/quest=38969/
  29. https://cn.wowhead.com/quest=38970/
  30. https://cn.wowhead.com/quest=38975/
  31. https://cn.wowhead.com/quest=44741/
  32. https://cn.wowhead.com/quest=38974/
  33. https://cn.wowhead.com/quest=38971/

 

如果你發現你忘記任務進度,可以在遊戲中使用下列指令,可以利用巨集(宏命令)來執行這些指令:

隱藏
  1. /run print(IsQuestFlaggedCompleted(38944))
  2. /run print(IsQuestFlaggedCompleted(38945))
  3. /run print(IsQuestFlaggedCompleted(38946))
  4. /run print(IsQuestFlaggedCompleted(38947))
  5. /run print(IsQuestFlaggedCompleted(38948))
  6. /run print(IsQuestFlaggedCompleted(38949))
  7. /run print(IsQuestFlaggedCompleted(38950))
  8. /run print(IsQuestFlaggedCompleted(38951))
  9. /run print(IsQuestFlaggedCompleted(38952))
  10. /run print(IsQuestFlaggedCompleted(38953))
  11. /run print(IsQuestFlaggedCompleted(38954))
  12. /run print(IsQuestFlaggedCompleted(38955))
  13. /run print(IsQuestFlaggedCompleted(38956))
  14. /run print(IsQuestFlaggedCompleted(38957))
  15. /run print(IsQuestFlaggedCompleted(38959))
  16. /run print(IsQuestFlaggedCompleted(38963))
  17. /run print(IsQuestFlaggedCompleted(38961))
  18. /run print(IsQuestFlaggedCompleted(38964))
  19. /run print(IsQuestFlaggedCompleted(38958))
  20. /run print(IsQuestFlaggedCompleted(39602))
  21. /run print(IsQuestFlaggedCompleted(39605))
  22. /run print(IsQuestFlaggedCompleted(39667))
  23. /run print(IsQuestFlaggedCompleted(38965))
  24. /run print(IsQuestFlaggedCompleted(38966))
  25. /run print(IsQuestFlaggedCompleted(38962))
  26. /run print(IsQuestFlaggedCompleted(38967))
  27. /run print(IsQuestFlaggedCompleted(38968))
  28. /run print(IsQuestFlaggedCompleted(38969))
  29. /run print(IsQuestFlaggedCompleted(38970))
  30. /run print(IsQuestFlaggedCompleted(38975))
  31. /run print(IsQuestFlaggedCompleted(44741))
  32. /run print(IsQuestFlaggedCompleted(38974))
  33. /run print(IsQuestFlaggedCompleted(38971))

假如回傳為True,代表已經完成任務;如果回傳為False,代表尚未完成。

鍊金術

隱藏
  1. https://cn.wowhead.com/quest=39325/
  2. https://cn.wowhead.com/quest=39326/
  3. https://cn.wowhead.com/quest=39390/
  4. https://cn.wowhead.com/quest=39327/
  5. https://cn.wowhead.com/quest=39328/
  6. https://cn.wowhead.com/quest=39329/
  7. https://cn.wowhead.com/quest=39330/
  8. https://cn.wowhead.com/quest=39331/
  9. https://cn.wowhead.com/quest=39332/
  10. https://cn.wowhead.com/quest=39430/
  11. https://cn.wowhead.com/quest=39334/
  12. https://cn.wowhead.com/quest=39335/
  13. https://cn.wowhead.com/quest=39336/
  14. https://cn.wowhead.com/quest=39337/
  15. https://cn.wowhead.com/quest=39431/
  16. https://cn.wowhead.com/quest=44112/
  17. https://cn.wowhead.com/quest=39338/
  18. https://cn.wowhead.com/quest=39339/
  19. https://cn.wowhead.com/quest=39340/
  20. https://cn.wowhead.com/quest=39341/
  21. https://cn.wowhead.com/quest=39343/ - 你必須先前往看守者鐵獄(守望者地窟)擊殺https://cn.wowhead.com/npc=105824/後,取得「https://cn.wowhead.com/item=127877/」才能開始這個任務。
  22. https://cn.wowhead.com/quest=39344/
  23. https://cn.wowhead.com/quest=39342/
  24. https://cn.wowhead.com/quest=39333/
  25. 聯盟 - https://cn.wowhead.com/quest=39645/部落https://cn.wowhead.com/quest=39345/
  26. https://cn.wowhead.com/quest=39346/
  27. https://cn.wowhead.com/quest=39347/
  28. https://cn.wowhead.com/quest=39348/
  29. https://cn.wowhead.com/quest=39349/
  30. https://cn.wowhead.com/quest=39350/
  31. https://cn.wowhead.com/quest=39351/
  32. https://cn.wowhead.com/quest=42081/

 

如果你發現你忘記任務進度,可以在遊戲中使用下列指令,可以利用巨集(宏命令)來執行這些指令:

隱藏
  1. /run print(IsQuestFlaggedCompleted(39325))
  2. /run print(IsQuestFlaggedCompleted(39326))
  3. /run print(IsQuestFlaggedCompleted(39390))
  4. /run print(IsQuestFlaggedCompleted(39327))
  5. /run print(IsQuestFlaggedCompleted(39328))
  6. /run print(IsQuestFlaggedCompleted(39329))
  7. /run print(IsQuestFlaggedCompleted(39330))
  8. /run print(IsQuestFlaggedCompleted(39331))
  9. /run print(IsQuestFlaggedCompleted(39332))
  10. /run print(IsQuestFlaggedCompleted(39430))
  11. /run print(IsQuestFlaggedCompleted(39334))
  12. /run print(IsQuestFlaggedCompleted(39335))
  13. /run print(IsQuestFlaggedCompleted(39336))
  14. /run print(IsQuestFlaggedCompleted(39337))
  15. /run print(IsQuestFlaggedCompleted(39431))
  16. /run print(IsQuestFlaggedCompleted(44112))
  17. /run print(IsQuestFlaggedCompleted(39338))
  18. /run print(IsQuestFlaggedCompleted(39339))
  19. /run print(IsQuestFlaggedCompleted(39340))
  20. /run print(IsQuestFlaggedCompleted(39341))
  21. /run print(IsQuestFlaggedCompleted(39343))
  22. /run print(IsQuestFlaggedCompleted(39344))
  23. /run print(IsQuestFlaggedCompleted(39342))
  24. /run print(IsQuestFlaggedCompleted(39333))
  25. 聯盟 - /run print(IsQuestFlaggedCompleted(39645))/部落 - /run print(IsQuestFlaggedCompleted(39345))
  26. /run print(IsQuestFlaggedCompleted(39346))
  27. /run print(IsQuestFlaggedCompleted(39347))
  28. /run print(IsQuestFlaggedCompleted(39348))
  29. /run print(IsQuestFlaggedCompleted(39349))
  30. /run print(IsQuestFlaggedCompleted(39350))
  31. /run print(IsQuestFlaggedCompleted(39351))
  32. /run print(IsQuestFlaggedCompleted(42081))

假如回傳為True,代表已經完成任務;如果回傳為False,代表尚未完成。

珠寶學

隱藏
  1. https://cn.wowhead.com/quest=40523/
  2. https://cn.wowhead.com/quest=40529/
  3. https://cn.wowhead.com/quest=40530/
  4. https://cn.wowhead.com/quest=40531/ - 選擇您想要學習的寶石圖紙:對話選項寶石圖紙選項
  5. https://cn.wowhead.com/quest=40534/
  6. https://cn.wowhead.com/quest=40524/
  7. https://cn.wowhead.com/quest=40525/
  8. https://cn.wowhead.com/quest=40526/
  9. https://cn.wowhead.com/quest=42214/ - 再次選擇您想要學習的寶石圖紙。
  10. https://cn.wowhead.com/quest=40526/ - 然後回到達拉然。
  11. https://cn.wowhead.com/quest=40535/
  12. https://cn.wowhead.com/quest=40536/
  13. https://cn.wowhead.com/quest=40538/
  14. https://cn.wowhead.com/quest=40539/
  15. https://cn.wowhead.com/quest=40540/
  16. https://cn.wowhead.com/quest=40541/ - 再次選擇您想要學習的寶石圖紙。
  17. https://cn.wowhead.com/quest=40542/
  18. https://cn.wowhead.com/quest=40546/
  19. https://cn.wowhead.com/quest=40556/
  20. https://cn.wowhead.com/quest=40547/
  21. https://cn.wowhead.com/quest=40558/
  22. https://cn.wowhead.com/quest=40559/
  23. https://cn.wowhead.com/quest=40560/
  24. https://cn.wowhead.com/quest=40561/
  25. https://cn.wowhead.com/quest=40562/ - 請注意!物品掉落率極低。

 

如果你發現你忘記任務進度,可以在遊戲中使用下列指令,可以利用巨集(宏命令)來執行這些指令:

隱藏
  1. /run print(IsQuestFlaggedCompleted(40523))
  2. /run print(IsQuestFlaggedCompleted(40529))
  3. /run print(IsQuestFlaggedCompleted(40530))
  4. /run print(IsQuestFlaggedCompleted(40531))
  5. /run print(IsQuestFlaggedCompleted(40534))
  6. /run print(IsQuestFlaggedCompleted(40524))
  7. /run print(IsQuestFlaggedCompleted(40525))
  8. /run print(IsQuestFlaggedCompleted(40526))
  9. /run print(IsQuestFlaggedCompleted(42214))
  10. /run print(IsQuestFlaggedCompleted(40526))
  11. /run print(IsQuestFlaggedCompleted(40535))
  12. /run print(IsQuestFlaggedCompleted(40536))
  13. /run print(IsQuestFlaggedCompleted(40538))
  14. /run print(IsQuestFlaggedCompleted(40539))
  15. /run print(IsQuestFlaggedCompleted(40540))
  16. /run print(IsQuestFlaggedCompleted(40541))
  17. /run print(IsQuestFlaggedCompleted(40542))
  18. /run print(IsQuestFlaggedCompleted(40546))
  19. /run print(IsQuestFlaggedCompleted(40556))
  20. /run print(IsQuestFlaggedCompleted(40547))
  21. /run print(IsQuestFlaggedCompleted(40558))
  22. /run print(IsQuestFlaggedCompleted(40559))
  23. /run print(IsQuestFlaggedCompleted(40560))
  24. /run print(IsQuestFlaggedCompleted(40561))
  25. /run print(IsQuestFlaggedCompleted(40562))

假如回傳為True,代表已經完成任務;如果回傳為False,代表尚未完成。

附魔學

隱藏
  1. https://cn.wowhead.com/quest=39874/
  2. https://cn.wowhead.com/quest=39875/
  3. https://cn.wowhead.com/quest=39876/
  4. https://cn.wowhead.com/quest=39877/
  5. https://cn.wowhead.com/quest=40048/
  6. https://cn.wowhead.com/quest=39905/
  7. https://cn.wowhead.com/quest=39878/
  8. https://cn.wowhead.com/quest=39879/
  9. https://cn.wowhead.com/quest=39880/
  10. https://cn.wowhead.com/quest=39883/
  11. https://cn.wowhead.com/quest=39881/
  12. https://cn.wowhead.com/quest=39884/
  13. https://cn.wowhead.com/quest=39889/
  14. https://cn.wowhead.com/quest=39882/
  15. https://cn.wowhead.com/quest=39903/
  16. https://cn.wowhead.com/quest=40265/
  17. https://cn.wowhead.com/quest=39904/
  18. https://cn.wowhead.com/quest=39891/
  19. https://cn.wowhead.com/quest=40169/
  20. https://cn.wowhead.com/quest=39916/
  21. https://cn.wowhead.com/quest=40130/
  22. https://cn.wowhead.com/quest=39918/
  23. https://cn.wowhead.com/quest=39910/
  24. https://cn.wowhead.com/quest=39906/
  25. https://cn.wowhead.com/quest=39914/
  26. https://cn.wowhead.com/quest=39907/
  27. https://cn.wowhead.com/quest=39920/
  28. https://cn.wowhead.com/quest=39921/
  29. https://cn.wowhead.com/quest=39923/

 

如果你發現你忘記任務進度,可以在遊戲中使用下列指令,可以利用巨集(宏命令)來執行這些指令:

隱藏
  1. /run print(IsQuestFlaggedCompleted(39874))
  2. /run print(IsQuestFlaggedCompleted(39875))
  3. /run print(IsQuestFlaggedCompleted(39876))
  4. /run print(IsQuestFlaggedCompleted(39877))
  5. /run print(IsQuestFlaggedCompleted(40048))
  6. /run print(IsQuestFlaggedCompleted(39905))
  7. /run print(IsQuestFlaggedCompleted(39878))
  8. /run print(IsQuestFlaggedCompleted(39879))
  9. /run print(IsQuestFlaggedCompleted(39880))
  10. /run print(IsQuestFlaggedCompleted(39883))
  11. /run print(IsQuestFlaggedCompleted(39881))
  12. /run print(IsQuestFlaggedCompleted(39884))
  13. /run print(IsQuestFlaggedCompleted(39889))
  14. /run print(IsQuestFlaggedCompleted(39882))
  15. /run print(IsQuestFlaggedCompleted(39903))
  16. /run print(IsQuestFlaggedCompleted(40265))
  17. /run print(IsQuestFlaggedCompleted(39904))
  18. /run print(IsQuestFlaggedCompleted(39891))
  19. /run print(IsQuestFlaggedCompleted(40169))
  20. /run print(IsQuestFlaggedCompleted(39916))
  21. /run print(IsQuestFlaggedCompleted(40130))
  22. /run print(IsQuestFlaggedCompleted(39918))
  23. /run print(IsQuestFlaggedCompleted(39910))
  24. /run print(IsQuestFlaggedCompleted(39906))
  25. /run print(IsQuestFlaggedCompleted(39914))
  26. /run print(IsQuestFlaggedCompleted(39907))
  27. /run print(IsQuestFlaggedCompleted(39920))
  28. /run print(IsQuestFlaggedCompleted(39921))
  29. /run print(IsQuestFlaggedCompleted(39923))

假如回傳為True,代表已經完成任務;如果回傳為False,代表尚未完成。

剝皮學

隱藏

剝皮任務來自於下列物品:
https://cn.wowhead.com/item=129862/

  1. https://cn.wowhead.com/quest=40141/
  2. https://cn.wowhead.com/quest=40142/

https://cn.wowhead.com/item=129865/

  1. https://cn.wowhead.com/quest=40143/
  2. https://cn.wowhead.com/quest=40144/
  3. https://cn.wowhead.com/quest=40145/

https://cn.wowhead.com/item=129867/

  1. https://cn.wowhead.com/quest=40151/
  2. https://cn.wowhead.com/quest=40152/
  3. https://cn.wowhead.com/quest=40153/
  4. https://cn.wowhead.com/quest=40154/
  5. https://cn.wowhead.com/quest=40155/

https://cn.wowhead.com/item=129860/

  1. https://cn.wowhead.com/quest=40131/
  2. https://cn.wowhead.com/quest=40132/

https://cn.wowhead.com/item=129864/

  1. https://cn.wowhead.com/quest=40133/
  2. https://cn.wowhead.com/quest=40135/

https://cn.wowhead.com/item=129866/

  1. https://cn.wowhead.com/quest=40136/
  2. https://cn.wowhead.com/quest=40137/
  3. https://cn.wowhead.com/quest=40138/
  4. https://cn.wowhead.com/quest=40140/ - (如果無法接取此任務,即代表需先完成任務編號:「40138」和「40139」的任務。)

https://cn.wowhead.com/item=129863/

  1. https://cn.wowhead.com/quest=40156/
  2. https://cn.wowhead.com/quest=40157/
  3. https://cn.wowhead.com/quest=40158/

另外的系列任務:
https://cn.wowhead.com/quest=40134/

  1. https://cn.wowhead.com/quest=40146/ - 前置任務為:https://cn.wowhead.com/quest=40143/
  2. https://cn.wowhead.com/quest=40147/
  3. https://cn.wowhead.com/quest=40148/

 

如果你發現你忘記任務進度,可以在遊戲中使用下列指令,可以利用巨集(宏命令)來執行這些指令:

隱藏

https://cn.wowhead.com/item=129862/

  1. /run print(IsQuestFlaggedCompleted(40141))
  2. /run print(IsQuestFlaggedCompleted(40142))

https://cn.wowhead.com/item=129865/

  1. /run print(IsQuestFlaggedCompleted(40143))
  2. /run print(IsQuestFlaggedCompleted(40144))
  3. /run print(IsQuestFlaggedCompleted(40145))

https://cn.wowhead.com/item=129867/

  1. /run print(IsQuestFlaggedCompleted(40151))
  2. /run print(IsQuestFlaggedCompleted(40152))
  3. /run print(IsQuestFlaggedCompleted(40153))
  4. /run print(IsQuestFlaggedCompleted(40154))
  5. /run print(IsQuestFlaggedCompleted(40155))

https://cn.wowhead.com/item=129860/

  1. /run print(IsQuestFlaggedCompleted(40131))
  2. /run print(IsQuestFlaggedCompleted(40132))

https://cn.wowhead.com/item=129864/

  1. /run print(IsQuestFlaggedCompleted(40133))
  2. /run print(IsQuestFlaggedCompleted(40135))

https://cn.wowhead.com/item=129866/

  1. /run print(IsQuestFlaggedCompleted(40136))
  2. /run print(IsQuestFlaggedCompleted(40137))
  3. /run print(IsQuestFlaggedCompleted(40138))
  4. /run print(IsQuestFlaggedCompleted(40140))

https://cn.wowhead.com/item=129863/

  1. /run print(IsQuestFlaggedCompleted(40156))
  2. /run print(IsQuestFlaggedCompleted(40157))
  3. /run print(IsQuestFlaggedCompleted(40158))

另外的系列任務:
/run print(IsQuestFlaggedCompleted(40134))

  1. /run print(IsQuestFlaggedCompleted(40146)) - 前置任務為:/run print(IsQuestFlaggedCompleted(40143))
  2. /run print(IsQuestFlaggedCompleted(40147))
  3. /run print(IsQuestFlaggedCompleted(40148))

假如回傳為True,代表已經完成任務;如果回傳為False,代表尚未完成。

烹飪

釣魚(尚無資料)

急救

草藥

採礦

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×