更多
网页游戏
当前位置:攻略首页 > 单机游戏攻略 > 正文

加勒比海盗-Bug修补

2004-06-17 00:00:00 人气值:加载中...
重要补遗:最后一战前得到的英军巨舰MANOWAR号只能在最后一战对“黑珍珠”的战斗中使用而且还有很多支线任务没有玩成的玩家一定对这样就结束怀很不已。现在笔者提供以下办法:
1.在对黑色幽灵船的时候不能使用新出现的光球技能
2.打开安装目录下\Program\Quests\quests_reaction.c 在记事本中 

查找: 


case "Story_KillTheFinalBoss_2": 
bQuestDisableMapEnter = false; 
bMainMenuLaunchAfterVideo = true; 
InterfaceStates.Buttons.Resume.enable = false; 
InterfaceStates.Buttons.Save.enable = false; 
GameOver("finish"); 
DelEventHandler(EVENT_END_VIDEO,"LaunchMainMenu_afterVideo"); 
bMainMenuLaunchAfterVideo = true; 
PostVideoAndQuest("ending",100, "credits"); 
break; 

case "credits": 
PostEvent("DoInfoShower",100,"s",""); 
PostVideoAndQuest("credits", 1, "end_game"); 
break; 

case "end_game": 
LaunchMainMenu(); 
Characters[GetCharacterIndex("researcher")].Dialog.CurrentNode = "First time"; Characters[GetCharacterIndex("danielle")].Dialog.CurrentNode = "First time"; 
break; 

然后用下面的替换

case "Story_KillTheFinalBoss_2": 
bQuestDisableMapEnter = false; 
DelEventHandler(EVENT_END_VIDEO,"LaunchMainMenu_afterVideo"); 
PostVideoAndQuest("ending",100, "credits"); 
break; 

case "credits": 
PostEvent("DoInfoShower",100,"s",""); 
PostVideoAndQuest("credits", 1, "end_game"); 
break; 

case "end_game": 
Characters[GetCharacterIndex("researcher")].Dialog.CurrentNode = "First time"; 
Characters[GetCharacterIndex("danielle")].Dialog.CurrentNode = "First time"; 
SetCharacterRemovable(characterFromID("Danielle"), true); 
break; 
就可以继续游戏了,但是前提是在对黑色幽灵船的时候不能使用新出现的光球技能,否则无效。怎么样开着千人百炮的巨舰MANOWAR去作支线任务是不是很爽啊!
关于游侠 | 广告合作 | 人才招聘 | 友情链接 | 联系我们 | 网站地图 | 投诉建议 | 版权保护投诉指引
CopyRight © 1999-2023 ALi213.Net All Right Reserved 游侠网 版权所有 | 苏ICP备2023007791号