swiny
New Member
- Joined
- Dec 19, 2010
- Messages
- 517
- Reaction score
- 73
Glue - Stick to a enemy like glue
a PVP God plugin
a PVP God plugin
Info:
ive taken notice to melee CC's that they dont pulse Movement fast enough avg 300ms, and my enemy ends up getting to far away and i end up down the bottom of DPS for BG's
So ive taken a sollution of making a seperate thread for movement.
so instead of running 3 times a second, it will end up running 30-60.
this has dramaticly improved my BG botting
it creates a thread that runs XX frames per second, [ defined in Movement.cs ]
and will only activate when XX Distance [ Defined in Movement.cs ]
What this does:
This will stick to your enemy like glue
Installation:
This just goes in your Honorbuddy Plugin folder
Code:
Honorbuddy\Plugins\Glue\Glue.cs
Honorbuddy\Plugins\Glue\Movement.cs
Honorbuddy\Plugins\Glue\Utils.cs
this is in Movement.cs
Config:
Code:
/// <summary>
/// We want to pulse around 30-60FPS
/// </summary>
public static int FPSPulse = 60;
/// <summary>
/// The distance before it starts Overriding
/// </summary>
public static int Distance = 15;
Attachments
Last edited: