您现在的位置: 攻略天下 >> IJKL >> 加勒比海盗 >> 秘籍正文

[加勒比海盗]Bug修补

来源:不详 更新时间:2007-5-23 3:45:22 

重要补遗:最后一战前得到的英军巨舰MANOWAR号只能在最后一战对“黑珍珠”的战斗中使用而且还有很多支线任务没有玩成的玩家一定对这样就结束怀很不已。现在笔者提供以下办法:
  1.在对黑色幽灵船的时候不能使用新出现的光球技能
  2.打开安装目录下ProgramQuestsquests_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 © 2007 攻略天下 Inc. All Rights Reserved
鄂ICP备07008624号