What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

How to can make use Energy Twister in combat ??

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 ?
 
Are you using the energy twister DMO build? It should already cast Energy Twister as long as you have full DMO. Not sure why it would not be working for you.
 
Are you using the energy twister DMO build? It should already cast Energy Twister as long as you have full DMO. Not sure why it would not be working for you.
hi

yes i use energy twister DMO build. if i use Arcane Torrent ... its work very well but if i use Disintegrate.. only use Disintegrate not energy twister :(
thanks for reply
 
That's so weird. Your complaint is the exact opposite of everyone else's. Most people say it doesn't cast disingtegrate and only casts twisters. Can you start trinity and let it dump your build and then upload a log here so I can take a look at it?
 
That's so weird. Your complaint is the exact opposite of everyone else's. Most people say it doesn't cast disingtegrate and only casts twisters. Can you start trinity and let it dump your build and then upload a log here so I can take a look at it?
oky i will do that tonorrow cuz too late.in korea. thanks for reply :)
 
That's so weird. Your complaint is the exact opposite of everyone else's. Most people say it doesn't cast disingtegrate and only casts twisters. Can you start trinity and let it dump your build and then upload a log here so I can take a look at it?
hi,
idk why after use Trinity 2.14.19.. everythings are fine.
use energy twister and Disintegrate
thanks
 
Back
Top