• Visit Rebornbuddy
  • joes combat help

    Discussion in 'Buddy Wing Support' started by dame14, May 21, 2014.

    1. dame14

      dame14 New Member

      Joined:
      May 20, 2014
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      everytime i get like 30 seconds into the bot it says searching for goodies, (rep,loot boxes,) and my character doesn't move and it doesnt stop searching
       
    2. Cryogenesis

      Cryogenesis Moderator Moderator

      Joined:
      Jul 13, 2010
      Messages:
      2,128
      Likes Received:
      13
      Trophy Points:
      38
      go to : \Routines\Joes\Helpers\MercHelpers.cs
      and set the following:
      Code:
      private static bool ScanForLoot             = true;                                       
      private static bool ScanForNodes            = true;                                 
      
      To:
      Code:
      private static bool ScanForLoot             = false;                                 
      private static bool ScanForNodes            = false;  
      
      Best you can do in the future is, ask routine specific questions in the routine thread.
       

    Share This Page