logan.gilbert 0 Posted July 4, 2018 Share Posted July 4, 2018 Hey everyone, I just recently started having this issue with the bot. It will go up to a herb or skin something and start the process but then will move before it finishes herbing or skinning and does not pick anything up. Any ideas? Here is from my log: 22:59:42.959 - [Regen] Finished [F] 22:59:43.075 - [Spell] Cast Inner Fire (Inner Fire) 22:59:43.217 - [Looting] Loot Cold Eye Basilisk [F] 22:59:43.359 - [Spell] Cast Inner Fire (Inner Fire) 22:59:44.652 - [Looting] Skin/Gather/Mine Cold Eye Basilisk [N] 22:59:45.630 - [Path-Finding] FindPath from -12770.81 ; 326.8621 ; 5.793861 ; "None" to -12885.3 ; 393.837 ; 47.626 ; "None" (Azeroth) [N] 22:59:46.173 - [Path-Finding] Path Count: 6 (148.4499y) [N] 22:59:46.174 - [Path-Finding] FindPath from -12770.81 ; 326.8621 ; 5.793861 ; "None" to -12760 ; 257.976 ; 6.559 ; "None" (Azeroth) [N] 22:59:46.542 - [Path-Finding] Path Count: 2 (69.73266y) 22:59:46.542 - [Farming] Farm Khadgar's Whisker > -12760 ; 257.976 ; 6.559 ; "None" [N] 22:59:46.542 - [Path-Finding] FindPath from -12770.81 ; 326.8621 ; 5.793861 ; "None" to -12760 ; 257.976 ; 6.559 ; "None" (Azeroth) [N] 22:59:46.542 - [Path-Finding] Path Count: 2 (69.73266y) If you notice it starts to move less than a second after skinning. Link to comment https://wrobot.eu/forums/topic/9711-bot-interrupts-skinning-herbing-by-moving/ Share on other sites More sharing options...
Droidz 2738 Posted July 5, 2018 Share Posted July 5, 2018 Hello, try to active option "Use lua to move" and to increment your min/max latency Link to comment https://wrobot.eu/forums/topic/9711-bot-interrupts-skinning-herbing-by-moving/#findComment-45235 Share on other sites More sharing options...
logan.gilbert 0 Posted July 7, 2018 Author Share Posted July 7, 2018 Increasing the latency helped I had to set it to 2000, I have low latency on the server (100 ms). The only issue now is it waits ~10 secs to loot and ~5 secs to skin, makes it a bit inefficient for grinding. Is this something that could be fixed in a new version? Or is there some setting I am missing? Link to comment https://wrobot.eu/forums/topic/9711-bot-interrupts-skinning-herbing-by-moving/#findComment-45299 Share on other sites More sharing options...
Droidz 2738 Posted July 7, 2018 Share Posted July 7, 2018 Do you use wow addons? if yes try to disable all Link to comment https://wrobot.eu/forums/topic/9711-bot-interrupts-skinning-herbing-by-moving/#findComment-45300 Share on other sites More sharing options...
logan.gilbert 0 Posted July 7, 2018 Author Share Posted July 7, 2018 Wow now I feel like an idiot... Disabled my add ons and I was able to decrease the latency and it is working great now, thank you! Link to comment https://wrobot.eu/forums/topic/9711-bot-interrupts-skinning-herbing-by-moving/#findComment-45304 Share on other sites More sharing options...
Chriski 2 Posted July 8, 2018 Share Posted July 8, 2018 What settings should we be using? I'm noticing the bot is always moving at about the 2.6 sec cast of the 3.0 sec cast time for skinning. I've set my latency to 150-400 (in game it's 29ms), and this still isn't working. I've had it set both high and low to no avail? Link to comment https://wrobot.eu/forums/topic/9711-bot-interrupts-skinning-herbing-by-moving/#findComment-45334 Share on other sites More sharing options...
techneek 0 Posted May 2, 2019 Share Posted May 2, 2019 yeah having this same problem have not be able to fix it Link to comment https://wrobot.eu/forums/topic/9711-bot-interrupts-skinning-herbing-by-moving/#findComment-53245 Share on other sites More sharing options...
MoRBiDuS 1 Posted April 29, 2020 Share Posted April 29, 2020 using wManager.Wow.Helpers; public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.Events.InteractEvents.OnInteractPulse += (target, cancelable) => { try { Lua.LuaDoString("StrafeRightStart();StrafeRightStop();"); } catch { } }; } public void Dispose() { } public void Settings() { } } my solution Link to comment https://wrobot.eu/forums/topic/9711-bot-interrupts-skinning-herbing-by-moving/#findComment-57898 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now