Glue - Stick To Your Enemy Like Glue! A Fully Supported Movement Helper Info:This plugin speeds up the movement of HB so that you are always very close to your target in Battlegrounds and Arenas, rather that trying to attack them out of range. This plugin WILL take you higher in the scoreboard. Installation:This just goes in your Honorbuddy Plugin folder as such Code: Honorbuddy/Plugins/Glue REBORN Settings:Currently there are no settings but they shall be added. Download:maddogs-svn - Revision 45: /trunk
CHANGELOG: Code: 16/11/2012- Massive update Glue 5.0 [The new iGlue] -Strafe now works flawlessly -GUI is back- change Honorbuddy TPS, and more -NO spinning around targets
For A Rogue that is what you want, it used to work excellent for my rogue, have not tried it yet on MOP, but I sure wish it had the config again as it used to.
Is it somehow possible to set a minimum distance from the target? For spellcasters! EDIT: I seem to have changed the setting, so far in BG it's going as planned. In movement.cs I changed this function: Code: private static bool CheckMoving() { if (Target.Distance >= 15 && Target.IsMoving && !Me.MovementInfo.MovingForward) { WoWMovement.Move(WoWMovement.MovementDirection.Forward); return true; } if (Target.Distance < 15 && Target.IsMoving && Me.MovementInfo.MovingForward) { WoWMovement.MoveStop(WoWMovement.MovementDirection.Forward); return true; } return false; } The numbers were from the start 1.5 so I changed them to 15 and it seems to be working better now!
any fix or any advice how to fix manually the spinning? i love watching my bots doing stuff , i cant stand the spinning it gives me a headache
Wanna tell me more than just that? It works perfectly for me, mind telling me what class you are, give logs etc;