|
本帖最后由 wcg928 于 2017-6-27 15:31 编辑
我的会找.你有点技能吗?
- // 攻擊技能設置
- Config.AttackSkill[0] = -1; // Preattack skill.
- Config.AttackSkill[1] = 151; // Primary skill for bosses.
- Config.AttackSkill[2] = 152; // Backup/Immune skill for bosses.
- Config.AttackSkill[3] = 151; // Primary skill for others.
- Config.AttackSkill[4] = 152; // Backup/Immune skill for others.
-
- // --------------------------------------------------------------------------------------------
- // Low mana skills - these will be used if main skills can't be cast.
- // 低法力時的攻擊技能模式-這些技能將會被使用於低法力狀態時如果無法使用技能時將會啟用。
-
- Config.LowManaSkill[0] = -1; // 低法力時的技能模式
- Config.LowManaSkill[1] = -1; // 低法力時的靈氣模式
- // ================================================================================================
- // *** Character special settings 角色特殊設置 ***
- // #### Wereform settings 變形術設置 ####
-
- // 備註:此處待測試功能未知,有興趣的人可以自己測試看看。
-
- // Wereform setup. Make sure you read Templates/Attacks.txt for attack skill format.
- // 信號設置,請確保您閱讀參考了攻擊技能格式的Templates / Attacks.txt。
-
- Config.Wereform = false; // 0 / false - 不要變形術, 1 / "Werewolf" - 變身為狼, 2 / "Werebear" - 變身為熊。
- // --------------------------------------------------------------------------------------------
-
- // #### Class specific config 角色的特殊技能設置 ####
- Config.BOSwitch = 1; // Precast weapon slot - 0 = slot I, 1 = slot II
- Config.FindItem = true; // Use Find Item skill on corpses after clearing.
- Config.FindItemSwitch = 0; // Find Item weapon slot - 0 = slot I, 1 = slot II
复制代码
|
|