November 21, 20205 yr 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.
November 21, 20205 yr You have two. Options : use the quester function, Load Profile or use the function your using with a product restart function
November 21, 20205 yr public static class Loader { public static void LoadProfile(string file) { QuesterSetting.CurrentSetting.ProfileName = file; Products.ProductRestart(); } }
April 12, 20224 yr How You made it from plugin? In my case plugin is disposed, then products can't start again (
Create an account or sign in to comment