Pudge 24 Posted November 21, 2020 Share Posted November 21, 2020 Hello, please tell me what code you need to use in the quest to load another quest profile using Runcode? Quester.Bot.QuesterSetting.CurrentSetting.ProfileName = "ProfileName.xml"; when trying to use something similar, the code only fires after restarting the bot. Link to comment https://wrobot.eu/forums/topic/12683-load-profile-code/ Share on other sites More sharing options...
TheSmokie 242 Posted November 21, 2020 Share Posted November 21, 2020 You have two. Options : use the quester function, Load Profile or use the function your using with a product restart function Link to comment https://wrobot.eu/forums/topic/12683-load-profile-code/#findComment-60609 Share on other sites More sharing options...
TheSmokie 242 Posted November 21, 2020 Share Posted November 21, 2020 public static class Loader { public static void LoadProfile(string file) { QuesterSetting.CurrentSetting.ProfileName = file; Products.ProductRestart(); } } Link to comment https://wrobot.eu/forums/topic/12683-load-profile-code/#findComment-60612 Share on other sites More sharing options...
Weer36 3 Posted April 12, 2022 Share Posted April 12, 2022 How You made it from plugin? In my case plugin is disposed, then products can't start again ( Link to comment https://wrobot.eu/forums/topic/12683-load-profile-code/#findComment-65288 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now