Even in official server this config will cause problems (and I don't speak about usage of plugin like ClearBlacklist.cs in quester mode).
To be sure, if you can try to download another wow client (in another website)
Log of new install (in new folder), don't copy plugins/settings and ..., install only your profile and fightclass (in your log all addons is activated and plugin like HumanMasterPlugin is enabled)
You get this problem without wow addons? yes or no
You get this problem with new WRobot install (in new folder, add only your fightclass and profile)? yes or no
Hello,
Run C# code:
for (int i = 0; i < 100; i++)
{
wManager.Wow.Helpers.Lua.RunMacroText("/click MyButtonNameGoesHere");
Thread.Sleep(100); // wait 100 ms before next run, you can remove or edit this line.
}