• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Is there a Lazy Raider feature in Winterbuddy?

    Discussion in 'Winterbuddy Forum' started by CyberPrep, Nov 16, 2013.

    1. CyberPrep

      CyberPrep New Member

      Joined:
      Jan 15, 2010
      Messages:
      47
      Likes Received:
      0
      Trophy Points:
      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.
       
    2. Ama

      Ama New Member

      Joined:
      Jun 6, 2011
      Messages:
      1,171
      Likes Received:
      33
      Trophy Points:
      0
      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).Position50ftrue"Moving to unit"),
       

    Share This Page