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!

Unable to disable crew skill gathering

Cybrien

New Member
Joined
Nov 25, 2012
Messages
7
Hi,

I'm unable to disable crew skill gathering. I've tried to disable it in settings on the toon i'm playing with but as default it has it a false already. I can't find any other setting that will let me disable it. I'm using Joes CR with a blank combat profile. Any help would be appreciated. Thanks.View attachment 2014-07-07 02.03.txt
 
Joes handles this by itself.
Go to Routines/Joes/Helpers/Merchelpers.cs
Edit this (i use Notepadd++) and search for in the first block with parameters:
Code:
ScanForLoot = true;
ScanForNodes = true;
ScanForChests = true;
HarvestCorpses = true;

set these to:
Code:
ScanForLoot = false;
ScanForNodes = false;
ScanForChests = false;
HarvestCorpses = false;

The bot will ignore EVERYTHING that is harvestable/lootable.
The only thing that will still be looted are your mob corpses you killed.
For leveling this is an advised setting, cause it will not interrupt whats needs to be done (Questing)
 
Back
Top