Hello,
public static void LoadProfile(string file)
{
Gatherer.Bot.GathererSetting.Load();
Gatherer.Bot.GathererSetting.CurrentSetting.ProfileName = file;
Gatherer.Bot.GathererSetting.CurrentSetting.Save();
robotManager.Products.Products.ProductRestart();
}
To change gatherer profiles you can also use https://wrobot.eu/forums/topic/1717-gatherer-advanced-profile-how-to-change-zone-after-leveltime/ (or Relogger)