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

no talrasha twister 8... only 1

PS2

Member
Joined
Feb 25, 2016
Messages
103
Reaction score
0
Only one twister. no 8 twister... only 1.
adventurer 1.3.4.27
trinity 2.4.14

Is there another way?
 
Only one twister. no 8 twister... only 1.
adventurer 1.3.4.27
trinity 2.4.14

Is there another way?
Its all coded to work with DMO atm. They have to recode it to work with Tals.
 
Open DB/Plugins/Trinity/Combat/Abilities/WizardCombat.cs. search for EnergyTwister and edit the stack count from 1 to 8.

// 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 && !Settings.Combat.Wizard.NoEnergyTwister &&
// 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) < 8))
Thank you very much
 
Just a little input if anyone still needs this before there is a release which will fix this, set the number to 9 and not 8 in the above as it will continue to cast electrocute or whatever your signature spell is after you hit 8 stacks until it drops down back to 7.
 
Just a little input if anyone still needs this before there is a release which will fix this, set the number to 9 and not 8 in the above as it will continue to cast electrocute or whatever your signature spell is after you hit 8 stacks until it drops down back to 7.

How high GR can you go with Twister wizard currently?
 
Back
Top