There's a sticky in the Trinity forum. Scroll down to the bottom of the first post and download the latest version.
All your settings will be left intact so don't need to worry about that ;)
Hi,
Does anyone know a way to make the bot attack the yellow monster first when it comes across an elite pack?
A lot of times the bot will attack all the white monsters first before getting to the boss, which really slows the bot down.
Any help would be appreciated.
Thanks!
Add the CanCastFlags.NoTimer as a parameter for CanCast, so:
// Diamond Skin: Tank mode
if (CanCast(SNOPower.Wizard_DiamondSkin, CanCastFlags.NoTimer) && LastPowerUsed != SNOPower.Wizard_DiamondSkin && !GetHasBuff(SNOPower.Wizard_DiamondSkin) &&
(TargetUtil.AnyElitesInRange(50, 1) ||...
I too am having this issue. Bot walks up to monsters and attacks with spectral blades but not close enough for arcane orbit to reach monsters.
Using Trinity 2.14.10.
Hey everyone,
I'm using a DMO wizard with spectral blades and arcane orbit. My question is how can I decrease the max range of spectral blades?
Right now, the bot attacks monsters with spectral blades, but the arcane orbits don't explode because the range of the orbs is apparently less...