Hello, last log before stuck is: "[FlightMaster] Try to take taxi at Древний тучекрыл" (and last combat is with an NPC) Are you sure about player? What is "FixCombat"? Are you sure that problem was caused by WRobot and not profile/fightclass/plugin? You get this problem frequently?
The problem is necessarily on your side. Some software blocks keyboard access, use option "Use lua to move" resolve this problem, if you have big latency ingame, in this case putting a "min / max latency" higher can resolve the problem. Some wow addons and wrobot plugins / fightcalsses can also cause problems.
Ok, try to use quest type "OverridePulseCSharpCode" and use code like :
new Spell("Death Gate", false).Launch();
Thread.Sleep(Usefuls.Latency + 500);
if (ObjectManager.GetNearestWoWGameObject(ObjectManager.GetWoWGameObjectByEntry(190942)).GetDistance < 10)
wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithGameObject(ObjectManager.Me.Position, 190942);
return true;
@joseocnejo
Can you try that:
(Windows 10 only):
And if you can also try to run: https://www.microsoft.com/en-us/download/details.aspx?id=30135
And https://blogs.msdn.microsoft.com/astebner/2008/08/28/net-framework-cleanup-tool-users-guide/ ( dotnetfx_cleanup_tool )