xsol
Member
- Joined
- Nov 7, 2011
- Messages
- 503
In Sniper\Marksmanship line 489, comment out
It moves a nudge to cause a proc, just take it out and that will reduce marks movement a lot.
Code:
new Decorator(
useWhen => ((rotationSkill == "Snipe" && !BuddyTor.Me.HasBuff("Snap Shot")) && DateTime.Now.Subtract(LastBD).TotalSeconds >= 6),
new Sequence(
new Action(atn => LastBD = DateTime.Now),
new Action(atn => Buddy.Swtor.Movement.Move(MovementDirection.Forward, TimeSpan.FromMilliseconds(ran.Next(10, 24))))
)
),
It moves a nudge to cause a proc, just take it out and that will reduce marks movement a lot.