Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Change profile in a plugin

Featured Replies

I was looking for answer for a few weeks now, but no luck.
Hope that someone will help us to find out how to load profiles via plugin or C#, especially for Gatherer and Quester.

use search wisely

	/// <summary>
	/// WARNING! PRODUCT RESTART, USE WITH CAUTION
	/// </summary>
	/// <param name="file"></param>
	public static void LoadProfile(string file)
	{
		Quester.Bot.QuesterSetting.CurrentSetting.ProfileName = file;
		robotManager.Products.Products.ProductRestart();
	}

 

15 hours ago, Zoki said:

What about Gatherer? 
Thanks.

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)

 

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.