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

Is there a Lazy Raider feature in Winterbuddy?

CyberPrep

New Member
Joined
Jan 15, 2010
Messages
47
Reaction score
0
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"),
 
Back
Top