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.

Load Profile Code

Featured Replies

Hello everybody, i need some help with my code....
I use this method to load quest profile from plugin or in Runcode:

public static void LoadProfile(string file)
    {
        System.Threading.Tasks.Task.Factory.StartNew(() =>
        {
            Logging.Write("[QuestHelper]: loading profile " + file);
            Quester.Bot.QuesterSetting.CurrentSetting.ProfileName = file;
            Quester.Bot.QuesterSetting.CurrentSetting.Save();
            Thread.Sleep(2000);
            robotManager.Products.Products.ProductRestart();
        });
    }

But i always get next error after executing code:

[D] 21:45:05 - [FSM] State wManager.Wow.Bot.States.Idle already launched, ignore it.
[D] 21:45:05 - [FSM] State   already launched, ignore it.
[D] 21:45:05 - [FSM] State wManager.Wow.Bot.States.Trainers already launched, ignore it.
[D] 21:45:05 - [FSM] State wManager.Wow.Bot.States.Talents already launched, ignore it.
[D] 21:45:05 - [FSM] State wManager.Wow.Bot.States.FlightMasterDiscoverState already launched, ignore it.
[D] 21:45:05 - [FSM] State wManager.Wow.Bot.States.ToTown already launched, ignore it.
[D] 21:45:05 - [FSM] State wManager.Wow.Bot.States.FlightMasterTakeTaxiState already launched, ignore it.
[D] 21:45:05 - [FSM] State wManager.Wow.Bot.States.ProspectingState already launched, ignore it.
[D] 21:45:05 - [FSM] State wManager.Wow.Bot.States.MillingState already launched, ignore it.
[D] 21:45:05 - [FSM] State wManager.Wow.Bot.States.Farming already launched, ignore it.
[D] 21:45:05 - [FSM] State wManager.Wow.Bot.States.Looting already launched, ignore it.
[D] 21:45:05 - [FSM] State wManager.Wow.Bot.States.Regeneration already launched, ignore it.
[D] 21:45:05 - [FSM] State wManager.Wow.Bot.States.FarmingRange already launched, ignore it.
[D] 21:45:05 - [FSM] State wManager.Wow.Bot.States.LootingRange already launched, ignore it.
[D] 21:45:05 - [FSM] State wManager.Wow.Bot.States.BattlePetState already launched, ignore it.
[D] 21:45:05 - [FSM] State wManager.Wow.Bot.States.IsAttacked already launched, ignore it.
[D] 21:45:05 - [FSM] State wManager.Wow.Bot.States.MyMacro already launched, ignore it.
[D] 21:45:05 - [FSM] State wManager.Wow.Bot.States.Resurrect already launched, ignore it.
[D] 21:45:05 - [FSM] State wManager.Wow.Bot.States.Pause already launched, ignore it.
[D] 21:45:05 - [FSM] State wManager.Wow.Bot.States.Relogger already launched, ignore it.

 

Аfter these lines in the log, the bot stops working and just stay.

I cant understand what is wrong with this code and how to make it work as it should, I will be glad of any help.

 

 

 

 

 

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.