January 10, 20179 yr 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)
January 10, 20179 yr 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
January 11, 20179 yr Author If I quest quest from level 90 to the folder reinpacke everywhere will not appear with the bot
January 23, 20179 yr 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..
January 23, 20179 yr 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
January 23, 20179 yr 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, 20179 yr by iguanen found it out
January 24, 20179 yr 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."); } }
January 24, 20179 yr 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.
May 16, 20178 yr 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.
Create an account or sign in to comment