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!

joes combat help

dame14

New Member
Joined
May 20, 2014
Messages
3
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
 
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.
 
Back
Top