Just curious, but highvoltz states in that same thread that this has no effect on GB2 and that seems to be where a lot of people, including myself, are having problems...also...even if I wanted to try this plugin I to am getting an access denied message when trying to download the file.
Hi Natfoth, I tried with AutoPrecision and nothing changed for me, still got the pause at almost every waypoint. I tried changing the values, I tried with it on, with it off, on different toons, cc's and profiles. I tried with AutoAngler2 and with GatherBuddy2 and got the same results. I also tried with every single plugin turned off and sometimes with a few turned on. Here is a log on my druid from trying to farm herbs.
Well I'll give this a plugin go and report back. Thanks for suggesting something. What i've been doing currently is just running the bot on a med/low server with the paranoia plugin activated so it stops when theres anyone around, as the movements pretty obvious. Not so good on high pop server but its about the only thing that can be done until this gets solved.
Stops after reaching waypoint too. Fresh install of HB, mesh folder cleared. Plugin helps a little, but it still stops and is jerky.
did u copied the plugin in the correct directory? it is not listed did activated the plugin? PHP: //!CompilerOption:Optimize:On// the above line is a flag that turns on optimization.. leave it as it is// ********************* Highvoltz's Premium Honorbuddy Plugin Template **********************using System;using System.Collections.Generic;using System.Linq;using System.Threading;using System.Windows.Forms;using System.Diagnostics;using System.IO;using Styx;using Styx.Helpers;using Styx.Logic;using Styx.Logic.AreaManagement;using Styx.Logic.BehaviorTree;using Styx.Logic.Combat;using Styx.Logic.Inventory.Frames.Gossip;using Styx.Logic.Inventory.Frames.LootFrame;using Styx.Logic.Pathing;using Styx.Logic.Profiles;using Styx.Plugins;using Styx.Plugins.PluginClass;using Styx.WoWInternals;using Styx.WoWInternals.World;using Styx.WoWInternals.WoWObjects;using System.Collections.Specialized;namespace AutoPrecision{ class AutoPrecision : HBPlugin, IDisposable { public override string Name { get { return "AutoPrecision"; } } public override string Author { get { return "Highvoltz"; } } public override Version Version { get { return new Version(1, 0, 0, 0); } } public override string ButtonText { get { return Name; } } public override bool WantButton { get { return false; } } public static AutoPrecision Instance { get; private set; } LocalPlayer Me = ObjectManager.Me; public AutoPrecision() { Instance = this; } public override void OnButtonPress() { } float speedModifer = 1.8f; // 1.5 is the default quest PathPrecision public override void Initialize() { Logging.Write("[AutoPrecision] loaded"); } public override void Pulse() { // runspeed is 7, while in quest mode 1.5 precision is used so I'm using that as my minimum precision float speed = Me.MovementInfo.CurrentSpeed; Navigator.PathPrecision = speed > 7 ? (speedModifer * speed) / 7f : speedModifer; } }} I added only a small Message to the Log when the Plugin is initialized to reflect the loading of the plugin in the Log. Could u please use this? and report back (incl. log)
Im seeing multiple other botters in Uldum and Twilight Highlands acting in the same way. Stopping at end of waypoint and looking very bottish.
Still getting the error even with the plugin. The plugin seems to help with straightaways a bit, but it is still stopping after waypoints. This is serious and it breaks the bots for those of us effected. The addons I have enabled are: AutoPrecision Bug Submitter Refreshment Detection I am running CC on Singular.
Here you go, with AutoPrecision turned on.(still no changes in waypoint pauses) I had so many logs earlier from trying different things, ie certain plugins on/off, changing cc's, etc. that I posted a log in my last post that happened to have AutoPrecision turned off.
I went back to using the last version of the bot (before the current one) and it works fine again. Guess I'll use it until another update.
How do you download an older version of HB? I went to the archives section but I don't have the permission to access the previous version of HB. I guess in the future I won't delete an outdated version.
5947 I guess. I wasn't having any waypoint issues with it and would love to be able to use it till we can get this figured out. Thanks in advance.