eb全面战争吧 关注:451贴子:5,031
  • 5回复贴,共1

【EB2 2.2b】请教这段关于刺客数量上限的语句含义

只看楼主收藏回复

monitor_event CharacterTurnStart TrueCondition
and not FactionIsLocal
and AgentType = assassin
inc_counter assassin_counter 1
if I_CompareCounter assassin_counter = 0 ; corresponding to desired max number
set_event_counter assassin_limit 1
end_if
end_monitor
EB2的刺客不胜其烦是个很不爽的设定,想禁止电脑造刺客,按照twc上的方法将if I_CompareCounter assassin_counter > 3改为if I_CompareCounter assassin_counter = 0,新开一局,玩了几年,开全图一看,发现伊庇鲁斯还是有一个刺客,求教高手,这段语句是不是不能禁止电脑造刺客?是否需要把set_event_counter assassin_limit 1的1改为0?


IP属地:广东1楼2016-08-26 15:48回复
    monitor_event CharacterTurnStart TrueCondition
    and not FactionIsLocal
    and AgentType = assassin
    inc_counter assassin_counter 1
    if I_CompareCounter assassin_counter = 0 ; corresponding to desired max number
    set_event_counter assassin_limit 1
    end_if
    end_monitor
    EB2的刺客不胜其烦是个很不爽的设定,想禁止电脑造刺客,按照twc上的方法将if I_CompareCounter assassin_counter > 3改为if I_CompareCounter assassin_counter = 0,新开一局,玩了几年,开全图一看,发现伊庇鲁斯还是有一个刺客,求教高手,这段语句是不是不能禁止电脑造刺客?是否需要把set_event_counter assassin_limit 1的1改为0?


    IP属地:广东2楼2016-08-26 16:01
    回复
      开局好像就有一个吧?


      IP属地:江苏来自iPhone客户端3楼2016-08-27 08:55
      回复
        确实是这样,但不知是不是开局那个,继续玩这个档,过个几十年,看有没有刺客,希望这段语句能够禁止电脑造刺客


        IP属地:广东4楼2016-08-27 11:02
        收起回复