游戏达人
  
- 贡献度
- 134
- 金元
- 27204
- 积分
- 3256
- 精华
- 0
- 注册时间
- 2008-3-16

|
本帖最后由 jxpt 于 2012-1-27 17:50 编辑
原文地址:http://www.uesp.net/wiki/Skyrim:No_Stone_Unturned
- Sometimes the gems that are supposed to be in Fellglow Keep and [url=http://www.uesp.net/wiki/Skyrim
inewatch]Pinewatch[/url] Sanctuary don't appear and will prevent progress with the quest. On the PC type the following 3 commands into the console for a workaround. This will not update the journal entry with the correct number of gems found but it will unlock Vex's dialogue to proceed with the quest.
(用控制台按顺序输入以下几个命令)
- set TGCrownGemsFound to 24
- set TGCrownGemsTotal to 24
- setstage TGCrown 30(这步是如果没有到Vex鉴定这步之前,都可以用)
- player.moveto (7F901, 7F908, 7F909, 7F923, 7F925, 7F926, 7F927, 7F956, 7F95D, 7F962, 7F965, 7FB3A, 7FB45, 7FB4A, 7FB4F, 7FB51, 7FB54, 7FB55, 7FB56, 7FB58, 7FB5D, 7FB63, 7FB64, 7FB65)
(这些代码就是24个石头的地点,可以直接飞到它们身边,想一个一个找的可以忽略前几步)
注:本人是收集到13个后,才用了控制台。其中Setstage TGCrown 30 这个命令,我没有使用。用了player.moveto 7F901后,结果到了黑暗兄弟会圣所。。。捡了这颗以后。噢,任务提示有25颗巴兰兹亚之石。好吧,超过预期了!
下面是本人使用的代码,对那些打算偷懒的同学,希望有所帮助。
- set TGCrownGemsFound to 24
- set TGCrownGemsTotal to 24
- player.moveto 7F901
- movetoqt tgcrown(和Vex对话)
- movetoqt tgcrown(飞到Barenziah皇冠身边)
- movetoqt tgcrown(再和Vex对话,完成任务)
咳,不到两分钟就完成了……,不过Prowler's Profit (惯偷的利益)的效果没有在状态栏显示出来。但有效果,去盗墓看看吧!弱弱的问,可以申精不?
|
|