eXzord 0 Posted January 10, 2017 Share Posted January 10, 2017 If I Gather comes sometimes this message "This is not possible during a movement" http://www.directupload.net/file/d/4596/hnihg56o_jpg.htm Wow 7.0.3 (22522) Link to comment https://wrobot.eu/forums/topic/4726-this-is-not-possible-during-a-movement/ Share on other sites More sharing options...
Droidz 2738 Posted January 10, 2017 Share Posted January 10, 2017 Hello, try to activate "Use lua to move" in advanced general settings, you can also try to increment min/max latency in advance general settings tab others Link to comment https://wrobot.eu/forums/topic/4726-this-is-not-possible-during-a-movement/#findComment-21892 Share on other sites More sharing options...
eXzord 0 Posted January 11, 2017 Author Share Posted January 11, 2017 If I quest quest from level 90 to the folder reinpacke everywhere will not appear with the bot Link to comment https://wrobot.eu/forums/topic/4726-this-is-not-possible-during-a-movement/#findComment-21908 Share on other sites More sharing options...
paraglider 1 Posted January 23, 2017 Share Posted January 23, 2017 On 10.1.2017 at 5:02 PM, Droidz said: Hello, try to activate "Use lua to move" in advanced general settings, you can also try to increment min/max latency in advance general settings tab others I have the same problem.. Have tryed what you say here but nothing helps.. Cant do that when moving on 3 of 5 herbs.. Link to comment https://wrobot.eu/forums/topic/4726-this-is-not-possible-during-a-movement/#findComment-22247 Share on other sites More sharing options...
Droidz 2738 Posted January 23, 2017 Share Posted January 23, 2017 1 hour ago, iguanen said: I have the same problem.. Have tryed what you say here but nothing helps.. Cant do that when moving on 3 of 5 herbs.. Hello, try to increment again your min / max latency Link to comment https://wrobot.eu/forums/topic/4726-this-is-not-possible-during-a-movement/#findComment-22252 Share on other sites More sharing options...
paraglider 1 Posted January 23, 2017 Share Posted January 23, 2017 (edited) 1 hour ago, Droidz said: Hello, try to increment again your min / max latency I have tryed many different settings on ms .. from 0 to 2000 nothing works .. and mining is worst .. the bot does not pick any mines.. just get the message can't do that when moving.. Found out :( It is an server bug, you have to move one step before mining or gathering herbs after dismount.. so youre bot do not work for gathering.. Every thing els works I thing, but not gathering :( (Firestorm server and wrobot 1.6.1 22522) Edited January 23, 2017 by iguanen found it out Link to comment https://wrobot.eu/forums/topic/4726-this-is-not-possible-during-a-movement/#findComment-22255 Share on other sites More sharing options...
Droidz 2738 Posted January 24, 2017 Share Posted January 24, 2017 13 hours ago, iguanen said: I have tryed many different settings on ms .. from 0 to 2000 nothing works .. and mining is worst .. the bot does not pick any mines.. just get the message can't do that when moving.. Found out :( It is an server bug, you have to move one step before mining or gathering herbs after dismount.. so youre bot do not work for gathering.. Every thing els works I thing, but not gathering :( (Firestorm server and wrobot 1.6.1 22522) I am sorry but I cannot fix code of this version, you can try to use wrobot plugin like: using System.Threading; using System.Windows.Forms; using robotManager.Helpful; using wManager.Wow.Helpers; using wManager.Wow.ObjectManager; using Keybindings = wManager.Wow.Helpers.Keybindings; public class Main : wManager.Plugin.IPlugin { public void Initialize() { bool last = false; while (Conditions.ProductIsStarted) { while (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { bool isMount = ObjectManager.Me.IsMounted; if (last && !isMount) { try { Keybindings.PressKeybindings(wManager.Wow.Enums.Keybindings.MOVEFORWARD, 5); Keybindings.PressKeybindings(wManager.Wow.Enums.Keybindings.MOVEBACKWARD, 5); } catch {} } last = isMount; Thread.Sleep(5); } last = false; Thread.Sleep(20); } Logging.Write("[DismountMove] Loadded."); } public void Dispose() { Logging.Write("[DismountMove] Disposed."); } public void Settings() { MessageBox.Show("[DismountMove] No settings for this plugin."); } } Link to comment https://wrobot.eu/forums/topic/4726-this-is-not-possible-during-a-movement/#findComment-22282 Share on other sites More sharing options...
paraglider 1 Posted January 24, 2017 Share Posted January 24, 2017 10 hours ago, Droidz said: I am sorry but I cannot fix code of this version, you can try to use wrobot plugin like: using System.Threading; using System.Windows.Forms; using robotManager.Helpful; using wManager.Wow.Helpers; using wManager.Wow.ObjectManager; using Keybindings = wManager.Wow.Helpers.Keybindings; public class Main : wManager.Plugin.IPlugin { public void Initialize() { bool last = false; while (Conditions.ProductIsStarted) { while (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { bool isMount = ObjectManager.Me.IsMounted; if (last && !isMount) { try { Keybindings.PressKeybindings(wManager.Wow.Enums.Keybindings.MOVEFORWARD, 5); Keybindings.PressKeybindings(wManager.Wow.Enums.Keybindings.MOVEBACKWARD, 5); } catch {} } last = isMount; Thread.Sleep(5); } last = false; Thread.Sleep(20); } Logging.Write("[DismountMove] Loadded."); } public void Dispose() { Logging.Write("[DismountMove] Disposed."); } public void Settings() { MessageBox.Show("[DismountMove] No settings for this plugin."); } } Did not work. But I found a way around it :) on my druid I just set moonkin form as a must have in fight class. So when he lands he cast the spell before picking up or mining.. Works like a charm. But still thanks for support on old version. Droidz 1 Link to comment https://wrobot.eu/forums/topic/4726-this-is-not-possible-during-a-movement/#findComment-22334 Share on other sites More sharing options...
Iaotle 0 Posted May 16, 2017 Share Posted May 16, 2017 Is there still no fix for this? I would like some advice, since I'm a shaman and I have the same issue, but no boomkin form. Link to comment https://wrobot.eu/forums/topic/4726-this-is-not-possible-during-a-movement/#findComment-26803 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