I am curious to see if there is a lazy raider feature for Winterbuddy as that is my main reason for obtaining it. I Enjoy the game, and playing manually is a blast, but there are times I do not want to deal with the combat and feel like being a bit lazy.
The routines look pretty bare. Have you tried just commenting out the movement? getting rid of these lines may do it for you.. PHP: // Make sure we are in los of the unit. CommonBehaviors.MoveToLos(ctx => ctx as NWUnit), // Make sure we are in range. CommonBehaviors.MoveAndStop(ctx => (ctx as NWUnit).Position, 50f, true, "Moving to unit"),