Everything posted by Droidz
-
Project Ascension, WRobot no longer finding client.
Wow window title has changed? (maybe you need to run this program with admin right)
-
Project Ascension, WRobot no longer finding client.
Hello, use program like https://sourceforge.net/projects/windowtitle/ to change window name to "World of Warcraft":
-
The bot misses a lot of resources after landing.
yes he seems stuck as if he was falling. You have try without wow addons?
-
The bot misses a lot of resources after landing.
Hello, try to increment your min latency and activate "use lua to move" in advanced general settings (if problem is not resolved please share your log file
-
LoadProfile and slow loading of profile steps
you probably use "Var.GetVar("varname")" instead "Var.GetVar<type>("varname")" ( https://docs.microsoft.com/dotnet/csharp/misc/cs0411 )
-
LoadProfile and slow loading of profile steps
check all steps with the code "Var.GetVar"
-
LoadProfile and slow loading of profile steps
you have probably error on one of your steps, in this case bot use old method to run steps (you will get again slow problem)
-
MovementManager.GoUnderwater
Hey, I use only lua api I don't know why this move your cursor: public static void GoUnderWater() { Lua.LuaDoString("MoveViewUpStart()"); Thread.Sleep(1000); Lua.LuaDoString("MoveViewUpStop() MoveAndSteerStart() MoveAndSteerStop()"); }
-
LoadProfile and slow loading of profile steps
I fixed it in new update, now the bot compiles all the steps at start (in one time) and the calls from the cache. For that this works, must be no error in the C # codes used in profile "steps" (a lot of profiles have bad code, you have an error log when profile is loaded if error and the steps codes are compiled 1 by 1 as before)
-
Computer crash & Wrobot error
log files that you can found in folder "Wrobot\logs\"
-
Computer crash & Wrobot error
Hello, This is the first time that this error has been reported. Do you have a few session logs where the bot crashes? Have you tried a new installation without a plugin and with another fightclass?
-
Want to buy
Hello, you can found invoice here https://wrobot.eu/clients/orders/
-
Error when trying to load Wrobot
https://wrobot.eu/forums/topic/13004-server-connection-wow-335-wrobot-cant-login-used-to-work-randomly-stopped-working/?tab=comments#comment-61858
-
Server Connection.. WoW 3.3.5 Wrobot - CANT LOGIN - USED TO WORK, RANDOMLY STOPPED WORKING
Hello, try to disable your antivirus/firewall
-
LoadProfile and slow loading of profile steps
I found cause (C# compiler, more he has compiled code, slower it is) . For the moment, I don't know if I'll be able to fix it.
-
Ошибка при оплате
Hello, you error is: insufficient_funds
-
LoadProfile and slow loading of profile steps
ok I found, sorry I rarely watch Discord
-
LoadProfile and slow loading of profile steps
yes if someone can send me a profile that causes this problem (and tell me the context of the character, if possible easy to reproduce) that I try.
-
Lag when pathing to mining nodes
Hello, when you use flying mount?
-
[WOTLK] Functions seems not to work properly
Hi, Logging.Write("==================="); var t = System.Diagnostics.Stopwatch.StartNew(); uint id = 8326; var n = "Ghost"; var s = System.Diagnostics.Stopwatch.StartNew(); Logging.Write("TargetObject.HaveBuff(id) > " + wManager.Wow.ObjectManager.ObjectManager.Me.TargetObject.HaveBuff(id) + " > " + s.ElapsedMilliseconds); s.Restart(); Logging.Write("TargetObject.GetBuff(n) > " + wManager.Wow.ObjectManager.ObjectManager.Me.TargetObject.GetBuff(n) + " > " + s.ElapsedMilliseconds); s.Restart(); Logging.Write("Target.HaveBuff(id) > " + wManager.Wow.ObjectManager.ObjectManager.Target.HaveBuff(id) + " > " + s.ElapsedMilliseconds); s.Restart(); Logging.Write("Target.GetBuff(n) > " + wManager.Wow.ObjectManager.ObjectManager.Target.GetBuff(n) + " > " + s.ElapsedMilliseconds); Logging.Write(t.ElapsedMilliseconds + " ms ========"); I can't reproduce problem, if you can code that I can run for that. But it is better to use objectmanager.target to get character target (it is more safe and bot cache result)
-
afk low hp
Hello, can you give more detail about your problem
- gatherer
-
gatherer
Hello, it is option "MaxUnitsNearObjects" in https://wrobot.eu/byme/doc/html/AllMembers.T-wManager.wManagerSetting.htm
-
LoadProfile and slow loading of profile steps
You get problem with encrypted profile? I can't reproduce problem, I tested with several profiles that size is bigger that 1 MB (2 MB for one) . You have try without plugins?
-
respawn ice crown
In your log character seems resurect I am not sure to understand. Can you record video please.