What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[ Glue Reborn ] - Stick to your target like Glue!

MadDog

Well-Known Member
Joined
Nov 5, 2011
Messages
1,249
Reaction score
38
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
 

Attachments

Last edited:
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
 
Last edited:
Use to love this plugin - thank you for updating!

Repped ofc :)
 
Finally I will be able to use Bgbuddy Woot i love you man *no Homo
 
Is it not working because of the amount of updates? I can't get this plugin to work anymore..
 
Ye I tried it last night and (I think cause the update to HB) it didn't even show up in plugins
 
Havent tried it but if used in PVP wouldnt almost look way to bottish?
 
in PvP my toon goes crazy using this plugin, running circles around the target
 
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!
 
Last edited:
in PvP my toon goes crazy using this plugin, running circles around the target

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
 
This plugin work so buggy.
My char is very far away from enemies and can't attack them, wtf...
Wanna tell me more than just that? It works perfectly for me, mind telling me what class you are, give logs etc;
 
Back
Top