eastsea0904
Member
- Joined
- Nov 19, 2015
- Messages
- 44
- Reaction score
- 0
Hello...
i wanna use Energy Twister in combat.. cuz only use Disintegrate in combat...
so i tried to change combat files.. but its not work..
// Energy Twister SPAMS whenever 35 or more ap to generate Arcane Power
if (!Player.IsIncapacitated && CanCast(SNOPower.Wizard_EnergyTwister,CanCastFlags.NoTimer) && !ShouldWaitForConventionElement(Skills.Wizard.EnergyTwister) &&
Player.PrimaryResource >= 25 &&
(!Sets.TalRashasElements.IsFullyEquipped) &&
// (!Legendary.EtchedSigil.IsEquipped || Sets.TalRashasElements.IsFullyEquipped || Sets.DelseresMagnumOpus.IsFullyEquipped) &&
// 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);
}
Yes i Equipped Delsere Set and Etchied Sigil.. thats why i removed liked that...
I wanna use Energy Twister in combat
can you help me ?
i wanna use Energy Twister in combat.. cuz only use Disintegrate in combat...
so i tried to change combat files.. but its not work..
// Energy Twister SPAMS whenever 35 or more ap to generate Arcane Power
if (!Player.IsIncapacitated && CanCast(SNOPower.Wizard_EnergyTwister,CanCastFlags.NoTimer) && !ShouldWaitForConventionElement(Skills.Wizard.EnergyTwister) &&
Player.PrimaryResource >= 25 &&
(!Sets.TalRashasElements.IsFullyEquipped) &&
// (!Legendary.EtchedSigil.IsEquipped || Sets.TalRashasElements.IsFullyEquipped || Sets.DelseresMagnumOpus.IsFullyEquipped) &&
// 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);
}
Yes i Equipped Delsere Set and Etchied Sigil.. thats why i removed liked that...
I wanna use Energy Twister in combat
can you help me ?