Ok, I have check code change and I don't found what can cause this problem, if you can share log of sessions where you get this problem (more I have log files, better is it).
Hello, https://wrobot.eu/forums/topic/7665-is-it-possible-to-make-the-wrobot-not-create-settings/?do=findComment&comment=35058
Can you share the code than you put in "additional C# code"?
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). Try also to disable your fightclass (to check if it is the problem)
Hello, you probably use fightclass for others game version.
Try to re download and reinstall WRobot in new folder, disable all wow addon and clear cache. And try to launch WRobot archaeologist bot without edit settings to check if this works
Hello, use code like:
Quester.Bot.QuesterSetting.Load();
if (Quester.Bot.QuesterSetting.CurrentSetting != null)
{
Quester.Bot.QuesterSetting.CurrentSetting.ProfileName = "nouveau nom de profil";
Quester.Bot.QuesterSetting.CurrentSetting.Save();
}
Hello, when you convert to C# you launch the editor for shortcut "Fight Class Editor" or from WRobot tab "Tools"? If you launch from shortcut launch it from WRobot (to convert to c#)
Hello,
Try to active option "Use lua to move"
Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).