战网中国

标题: 请教英文高手 [打印本页]

作者: 匿名    时间: 2014-12-10 12:40
标题: 请教英文高手
// Define when a monster is considered immune by entering the index of one or more of your attack skills. As an example: [1, 3] means that a monster is considered immune if it is immune to both NTConfig_AttackSkill[1] and NTConfig_AttackSkill[3], whatever those may be.
MWConfig_CheckImmunitySkills = [];

注释里那句话什么意思,我每个单词都知道,但放在一起到底什么意思?
作者: Luis    时间: 2014-12-10 13:39
定义怪物对某攻击技能免疫,[1,3]表示对定义的技能1和3免疫。
作者: 330300508    时间: 2014-12-10 14:10
我仍然不明白那是想干什么,德国人的想法真是奇怪,后面的设置里还有遇到免疫怪物时几种选项,那么这一项又有什么用呢?
作者: worminbooks    时间: 2014-12-12 14:56
你这个好像是 Muddy\'s D2NT

你需要在这里定义什么样的怪物算是免疫的。 比如,你用的是冰火法师,在攻击技能中选择的是冰[1],火[3]的话。那么你就在免疫定义的时候,定义成[1,3]。如果你的攻击技能选择是冰[1],冰[3],火[5],那么就定义免疫为[1,5],或者[3,5]。
作者: 330300508    时间: 2014-12-12 23:03
看起来楼上对这个很了解,主要问题是,还有一个选项,对免疫怪怎么处理,我选2即回避。但我没有并定义什么1,3之类技能算免疫怪物,bot也跑得很好。故而不理解这段英文在做什么,这个选项似乎根本无用。
        // Define when a monster is considered immune by entering the index of one or more of your attack skills. As an example: [1, 3] means that a monster is considered immune if it is immune to both NTConfig_AttackSkill[1] and NTConfig_AttackSkill[3], whatever those may be.
        MWConfig_CheckImmunitySkills = [];
       
        // Select the behaviour of your character when encountering a monsters that is considered immune referring to the definition above.
        // 0: Don\'t do anything. (D2NT default)
        // 1: Get close to the monster, use static field if the monster is not immune to lightning.
        // 2: Skip the monster.
        // 3: Attack the monster using NTConfig_AttackSkill[8] and NTConfig_AttackSkill[9]
        NTConfig_BehaviourOnImmuneMonster = 2;
我的3系法师,事实上没有做任何设置,程序也能自己分析什么算免疫,所以不理解英文涵义。
作者: worminbooks    时间: 2014-12-13 01:19
后面说,如果你定义了免疫,那么可以选择怎么处理免疫。你没有定义,我猜想,大概就不需要选择。

以前我用的时候,因为我当时的法师皮糙肉厚,我选择的1,让护兵来杀。这个设置还是有一定用处的。

你的三系法师,应该没有免疫了吧?
作者: 330300508    时间: 2014-12-13 09:48
[quote=worminbooks,127999]后面说,如果你定义了免疫,那么可以选择怎么处理免疫。你没有定义,我猜想,大概就不需要选择。

以前我用的时候,因为我当时的法师皮糙肉厚,我选择的1,让护兵来杀。这个设置还是有一定用处的。

你的三系法师,应该没有免疫了吧?[/quote] 3个不同的单系法师,都能自己回避免疫怪
作者: worminbooks    时间: 2014-12-13 09:51
也许文本当中有一些默认的设置




欢迎光临 战网中国 (http://battlecn.net/) Powered by Discuz! X3.1