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.

fake load assembly

Featured Replies

Hi everyone!

I'm trying to change product inside plugin with running quester profile or just inside quester profile with following code:

new Thread(() => {
                wManager.Plugin.PluginsManager.DisposeAllPlugins();
                robotManager.Products.Products.DisposeProduct();
                robotManager.Products.Products.LoadProducts("Gatherer");
                robotManager.Helpful.Gatherer.Bot.GathererSetting.CurrentSetting.ProfileName = "123.xml";
                robotManager.Products.Products.ProductStart();
}).Start();

But robotManager.Helpful.Gatherer is not accessible, cuz Gatherer never started before and assembly not loaded yet.

Adding smth like Products.LoadProductsWithoutInit() won't help. Is exist any solution instead of making fake profile with Gatherer preload?

  • Author

Doesn't matter its mistake in post.

For clarity: when I run fake profile like:

<QuestsSorted Action="RunCode" NameClass="robotManager.Products.Products.LoadProductsWithoutInit(&quot;Gatherer&quot;);" />
<QuestsSorted Action="LoadProfile" NameClass="my_profile_with_thread_of_product_change.xml" />

then assembly Gatherer.dll have time to load.

Same successful result, if I manually select Gatherer product in UI, then select back Quester "my_profile_with_thread_of_product_change.xml"

  • Author

Nope, ur code isn't work, test it please as Quester profile.

Shedule and relogger has no needed condition to switch profiles. Also relogger need to restart game.

  • Author

error text is:

Compilator Error :
c:\Data\temp\2q51l50f.0.cs(107,23) : error CS0103: The name 'Gatherer' does not exist in the current context

new Thread(() => {
    robotManager.Helpful.ArgsParser.GetArgs.Profile = "123.xml";
    robotManager.Helpful.ArgsParser.GetArgs.Product = "Gatherer";
    wManager.Plugin.PluginsManager.DisposeAllPlugins();
    robotManager.Products.Products.DisposeProduct();
    robotManager.Products.Products.LoadProducts("Gatherer");
    robotManager.Products.Products.ProductStart();
}).Start();

 

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.