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

joes combat help

dame14

New Member
Joined
May 20, 2014
Messages
3
Reaction score
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
 
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