战网中国

标题: 死靈招換問題 [打印本页]

作者: 劉qq    时间: 2016-12-3 03:45
标题: 死靈招換問題
本帖最后由 劉qq 于 2016-12-3 03:47 编辑

請問死靈要如何設置招換骷髏放詛咒
                      //技能设定 详细技能代码请查阅\d2bs\kolbot\sdk,
        //常见的角色技能设置文件可以在这里找到Templates\Attacks.txt
        Config.AttackSkill[0] = -1; // Preattack skill.
        Config.AttackSkill[1] = -1; // Primary skill to bosses.
        Config.AttackSkill[2] = -1; // Primary untimed skill to bosses. Keep at -1 if Config.AttackSkill[1] is untimed skill.
        Config.AttackSkill[3] = -1; // Primary skill to others.
        Config.AttackSkill[4] = -1; // Primary untimed skill to others. Keep at -1 if Config.AttackSkill[3] is untimed skill.
        Config.AttackSkill[5] = -1; // Secondary skill if monster is immune to primary.
        Config.AttackSkill[6] = -1; // Secondary untimed skill if monster is immune to primary untimed.

        // Low mana skills - these will be used if main skills can't be cast.
        Config.LowManaSkill[0] = -1; // Timed low mana skill.
        Config.LowManaSkill[1] = -1; // Untimed low mana skill.

        /* Advanced Attack config. Allows custom skills to be used on custom monsters.
         *        Format: "Monster Name": [timed skill id, untimed skill id]
         *        Example: "Baal": [38, -1] to use charged bolt on Baal
         *        Multiple entries are separated by commas
         */
        Config.CustomAttack = {
                //"Monster Name": [-1, -1]

作者: x2931106    时间: 2016-12-3 11:27
請往下找到// Class specific config

這基本東西請自行研究過來後再發問吧




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