No work has been done for bgbot, currently only lazyraider is supported/Seems to be working pretty well except for one thing, it sometimes chases people in melee range trying to shoot them which looks a wee bit unnatural.
But when it does not go melee range it works
Keep up the good work mate, nice that someone takes their time to give pvp botting some love.
Code:else if (!Me.Pet.HasAura("Mend Pet") && Me.Pet.IsAlive && Me.Pet.Distance < 46 && Me.Pet.HealthPercent < 50) { Cast("Mend Pet"); }
I would be happy to know exactly WHAT Tranquilizing Shot can dispell and what one should dispell with it !
Avenging Wrath ?
Hand of Freedom ?
Tranquility ?
Mark of the Wild ?
etc etc
else if ((Me.CurrentTarget.HasAura("Tranquility") || Me.CurrentTarget.HasAura("Mark of the Wild") || Me.CurrentTarget.HasAura("Earth Shield") || Me.CurrentTarget.HasAura("Hand of Freedom") || Me.CurrentTarget.HasAura("Avenging Wrath")) && CanCast("Tranquilizing Shot"))
{
Cast(Target, "Tranquilizing Shot");
}
Why does it try to cast ranged spells in melee ?
Why does it try to cast ranged spells in melee ?