• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Serious Movement Problems

    Discussion in 'Honorbuddy Support' started by Albanuva, Jul 10, 2012.

    1. redsector

      redsector Member

      Joined:
      Jan 15, 2010
      Messages:
      175
      Likes Received:
      0
      Trophy Points:
      16
    2. freecia

      freecia Member

      Joined:
      Dec 7, 2011
      Messages:
      37
      Likes Received:
      0
      Trophy Points:
      6
      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.
       
    3. bearsmacked

      bearsmacked New Member

      Joined:
      Aug 13, 2010
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      0
      I cannot download the plugin either. We need help with something that works.
       
    4. Natfoth

      Natfoth Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,446
      Likes Received:
      37
      Trophy Points:
      0
      Try this
       

      Attached Files:

    5. freecia

      freecia Member

      Joined:
      Dec 7, 2011
      Messages:
      37
      Likes Received:
      0
      Trophy Points:
      6
      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.
       

      Attached Files:

      Last edited: Jul 18, 2012
    6. pimmy

      pimmy New Member

      Joined:
      Jun 20, 2012
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      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.
       
    7. winterhart26

      winterhart26 New Member

      Joined:
      Feb 17, 2011
      Messages:
      28
      Likes Received:
      0
      Trophy Points:
      0
      Stops after reaching waypoint too. Fresh install of HB, mesh folder cleared. Plugin helps a little, but it still stops and is jerky.
       
    8. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      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 HBPluginIDisposable
          
      {
              public 
      override string Name get { return "AutoPrecision"; } }
              public 
      override string Author get { return "Highvoltz"; } }
              public 
      override Version Version get { return new Version(1000); } }
              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 ? (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)
       
    9. winterhart26

      winterhart26 New Member

      Joined:
      Feb 17, 2011
      Messages:
      28
      Likes Received:
      0
      Trophy Points:
      0
      Im seeing multiple other botters in Uldum and Twilight Highlands acting in the same way. Stopping at end of waypoint and looking very bottish.
       
    10. bearsmacked

      bearsmacked New Member

      Joined:
      Aug 13, 2010
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      0
      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.
       

      Attached Files:

    11. freecia

      freecia Member

      Joined:
      Dec 7, 2011
      Messages:
      37
      Likes Received:
      0
      Trophy Points:
      6
      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.
       

      Attached Files:

      Last edited: Jul 18, 2012
    12. bearsmacked

      bearsmacked New Member

      Joined:
      Aug 13, 2010
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      0
      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.
       
    13. freecia

      freecia Member

      Joined:
      Dec 7, 2011
      Messages:
      37
      Likes Received:
      0
      Trophy Points:
      6
      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. :(
       
    14. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      whats the version you need?
       
    15. freecia

      freecia Member

      Joined:
      Dec 7, 2011
      Messages:
      37
      Likes Received:
      0
      Trophy Points:
      6
      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.
       

    Share This Page