D dame14 New Member Joined May 20, 2014 Messages 3 Reaction score 0 May 21, 2014 #1 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
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
Cryogenesis Community Developer Joined Jul 13, 2010 Messages 2,128 Reaction score 13 May 22, 2014 #2 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.
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.