您尚未登录,请登录后浏览更多内容! 登录 | 注册并了解

QQ登录

只需一步,快速开始

 找回密码
 注册并了解

QQ登录

只需一步,快速开始

查看: 2262|回复: 1
打印 上一主题 下一主题
收起左侧

[【秘术师】] 【新人求助】2.4版本 如何禁用能量旋风

[复制链接]

跳转到指定楼层
楼主
发表于 2016-2-28 14:50:53 | 只看该作者 回帖奖励 |正序浏览 |阅读模式
一直用能量旋风 偶尔用瓦解射线  求告知怎么禁用能量旋风  谢谢!!
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享分享 支持支持 反对反对 订阅订阅

QQ

沙发
发表于 2016-3-2 04:26:33 | 只看该作者
// Check to see if we have a signature spell on our hotbar, for energy twister check
            bool hasSignatureSpell = (Hotbar.Contains(SNOPower.Wizard_MagicMissile) || Hotbar.Contains(SNOPower.Wizard_ShockPulse) ||
                Hotbar.Contains(SNOPower.Wizard_SpectralBlade) || Hotbar.Contains(SNOPower.Wizard_Electrocute));

            // Energy Twister SPAMS whenever 35 or more ap to generate Arcane Power
            if (!Player.IsIncapacitated && CanCast(SNOPower.Wizard_EnergyTwister) && !ShouldWaitForConventionElement(Skills.Wizard.EnergyTwister) &&
                Player.PrimaryResource >= 25 &&
                (!Legendary.EtchedSigil.IsEquipped || Sets.TalRashasElements.IsFullyEquipped || Sets.DelseresMagnumOpus.IsFullyEquipped && !Legendary.Deathwish.IsEquipped) &&
                // If using storm chaser, then force a signature spell every 1 stack of the buff, if we have a signature spell
                (!hasSignatureSpell || GetBuffStacks(SNOPower.Wizard_EnergyTwister) < 1))
            {
                Vector3 bestClusterPoint = TargetUtil.GetBestClusterPoint();

                const float twisterRange = 50f;
                return new TrinityPower(SNOPower.Wizard_EnergyTwister, twisterRange, bestClusterPoint);
            }


在策略里找到上面这段话,把红字数值改成你的奥能最大值。
您需要登录后才可以回帖 登录 | 注册并了解

本版积分规则

       
    闽ICP备18004340号-3

GMT+8, 2024-9-26 01:17 , Processed in 0.541088 second(s), 54 queries .

返回顶部