Activity: Moving to hotspot
Activity: Setting Trapdoor Crawler at 30 yards as your target
Activity: Moving to hotspot
Activity: Setting Trapdoor Crawler at 26 yards as your target
Activity: Moving to hotspot
Activity: Setting Trapdoor Crawler at 26 yards as your target
Activity: Moving to hotspot
Activity: Setting Trapdoor Crawler at 26 yards as your target
Activity: Moving to hotspot
Activity: Setting Trapdoor Crawler at 29 yards as your target
Activity: Pulling Trapdoor Crawler now.
Killing Trapdoor Crawler is 30 yards away.
Cheap Shot.
Pull done.
Activity: Combat
Sinister Strike.
This Trapdoor Crawler is a bugged mob. Combat blacklisting for 1 hour.
// Distract
void Distract ()
{
if (Me.GotTarget && SpellManager.CanCastSpell("Distract") && !Me.CurrentTarget.Combat && Me.CurrentTarget.Distance <= 30-4)
{
WoWPoint distractPoint = WoWMovement.CalculatePointFrom(Me.CurrentTarget.Location, -4.0f);
SpellManager.CastSpell("Distract",true);
SpellManager.ClickRemoteLocation (distractPoint);
slog("Distracting.");
}
}
if (!Me.Combat && targetDistance > 5 &&
targetDistance < Styx.Logic.Targeting.PullDistance + 10)
{
Distract();
Navigator.MoveTo(attackPoint);
return;
}
It's put mob to blacklist because combat timer is expired. Try to fix it.Seems to cheapshot then think the mob is bugged. No clue why. If you want the whole log then just say.
[/SIZE]
It is strange because deadly Poison VII added to list of poisons. Please, post log.I have deadly Poison VII in my pack but he doesnt seem to want to apply it. Other than that seems to be working super.
I would suggest to move Distract(); up a little in Pull(); directly above the line with Navigator.MoveTo(WoWMovement.CalculatePointFrom(ObjectManager.Me.CurrentTarget.Location, 2f));
and under WoWMovement.Face(); that way it uses distract as its moving towards target and has time to regen energy for the opener.
Also 10% health threshhold is pretty low for vanish as the HP precent in HB doesn't seem to update that fast. I would suggest setting it anywhere from 25-35.
Whenever my character has two mobs on him, he keeps switching his current target between the two every attack.
I don't know what is "Target Plugin from Apoc". Can you explain me what is this?Mordor, one Question, do you always use the Target Plugin from Apoc?
No.Know what i mean?
http://www.buddyforum.de/showthread.php?5518-Override-A-Targeting-Override-Plugin
That?s the Link to the Plugin!
if (Assembly.GetCallingAssembly().GetName().Version < new Version(1, 9, 3, 1))throw new Exception(
"Can't use this plugin with this version of Honorbuddy. It is compatible with v1.9.3.1 of Honorbuddy only.");