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

Reduce the use range of the skill.

AlexSeth

New Member
Joined
Jan 18, 2016
Messages
4
Reaction score
0
Good Day to You.

Can pls anyone help me with my issue. I am running Flash Wiz of my own build http://www.d3planner.com/588816922.
It is working all fine for me to tun GR up to 70+ solo mode.

The only poblem is that bot is not always coming close enough to Targets when chanaling Torrent and Expl. Blast are not reaching target.
I have the latest trinity and latest BD.
If some one can help me with this i will appriciate it.
Thanks in advance.
 
Up. Found this part in the WizardCombat.cs
// Decide wheter to use melee or ranged attacks
var isMeleeWiz = (Sets.TalRashasElements.IsFullyEquipped && Legendary.WandOfWoh.IsEquipped ||
Sets.DelseresMagnumOpus.IsFullyEquipped && Skills.Wizard.ArcaneOrb.IsActive ||
Sets.VyrsAmazingArcana.IsFullyEquipped && Sets.ChantodosResolve.IsFullyEquipped);
if (!isMeleeWiz && CurrentTarget != null)
power = DefaultPower.MinimumRange > 11f ? DefaultPower : new TrinityPower(SNOPower.Walk);

else if (isMeleeWiz)
power = new TrinityPower(SNOPower.Walk, CurrentTarget.RadiusDistance, CurrentTarget.Position);
}
return power;
}
It is actualy working. But the char is not coming close enough. Can some one explain how to fix it? Can it be because of any trinity settings?
 
Back
Top