Hello, Can you share your log file please ( Dohttps://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). Do you use this profile/fightclass in others character?
Hello, to launch WRobot you need to run "WRobot.exe". Don't rename "WRobot.exe" and don't edit renamed file if you don't want get ban. When you uninstall WRobot, to remove locked file you can use program "RemoveFile.exe"
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). Do you have skinning option enabled? Try to disable wow addons
You can try to use WRobot plugin like (write in wow chat bot stat) Main.cs:
public class Main : wManager.Plugin.IPlugin
{
public void Initialize()
{
wManager.Wow.Helpers.Lua.LuaDoString("print('Started')");
}
public void Dispose()
{
wManager.Wow.Helpers.Lua.LuaDoString("print('Stopped')");
}
public void Settings()
{
}
}