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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Is there a Lazy Raider feature in Winterbuddy?

CyberPrep

New Member
Joined
Jan 15, 2010
Messages
47
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