Hello,
you have this error message and WRobot don't click on send mail? And don't try again ? Can you take screenshot? you have try to disable your addon?
Hi,
it is partially profile problem, WRobot can't find good position to fish and try to go underwater (you need to blacklist this spot).
But in your case seems to be CTM problem (not that wrobot keep key pressed).
I need more logs / videos to find commonalities. If you have this problem again do not hesitate to activate the radar3d (to see where WRobot wants to go) (and if you have time to do a tools> dev tool> all info)
If anyone has time to try with this file: robotManager.dll (move and replace file in the "Bin" folder and ignore the update request when the bot starts). This file will log when WRobot presses a key, with several log files I could have been a better idea of what is happening with Wotlk (do not use 'Use lua to move' option)
Hello,
In all of your logs you use option "Use lua to move", maybe this version of Wow have bug with lua move API (or WRobot sometime skip lua commands). Try to don't use this option (it is better to don't use this option for ractivity too)
Hello, it's hard to know what exactly is going on, you can try increasing the minimum latency slightly (in advanced general settings) to see if it improves or not.
Hi, I'm sorry but this problem will be difficult for me to resolve, you are the only one to have reported something similar to me.
see if it's not a problem with your Windows, if it's up to date, why not try reinstalling it.
Hello,
This is not a normal problem. Are you using Wow addons? if yes that's probably the problem.
Otherwise use the "Relogger" application and configure it to restart Wow and the bot every 30 minutes.
I have done a lot of research but don't understand why you have this error and how to fix it. Try to run on another computer (or on VM) with same internet providers (you can also try to change you IP if you can). If this doesn't works it is probably routeur problem. You can also try to use VPN or proxy.
If by name that don't works, in settings put buff name like his happer in game when you mouse is over (top/right), and use this plugin: Main.cs
using System.ComponentModel;
using wManager.Wow.Helpers;
public class Main : wManager.Plugin.IPlugin
{
public void Initialize()
{
wManager.Events.OthersEvents.OnMount += delegate(string name, CancelEventArgs cancelable)
{
MovementManager.StopMoveTo(); // or MovementManager.StopMove();
ItemsManager.UseItem(67009);
Usefuls.WaitIsCasting();
cancelable.Cancel = true;
};
}
public void Dispose()
{
}
public void Settings()
{
}
}
(this plugin will use item when WRobot will try to use mount spell)
The last update normally corrects the problem, it changes server if the selected server is malfunctioning (and I tried to solve the problem on the server side).
Hi,
I can reproduce this problem but I don't understand why, and I haven't found how to resolve it.
But it is old Windows version and this affect only if you don't use default Windows style, I'll not fix it.