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

EzMarks - Boom Headshot

Mastahg... in the meantime... can you upload your latest via zip so we can download it? (from that other thread, it appears that zipped files can be downloaded).
 
Any love given to this lately.

like mend pet , traps or evasive actions when being put under pressure ?
 
I've added this for test.

Code:
else if (Me.Pet.IsAlive && Me.Pet.Distance < 46 && Me.Pet.HealthPercent < 50)
{
 Cast("Mend Pet");
}
 
Last edited:
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.
 
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.
No work has been done for bgbot, currently only lazyraider is supported/
 
Oh okay, thats why it said do not use with bgbot, but it does still work pretty well :)

I edited the CC and tried just putting in the movement from your dk CC and just modded it slightly so it won't run as close to people and uses disengage if its to close.

Working pretty okay, so I don't think there would be too much work to put in good movement, of course it might not be that easy too implement kiting or such.
 
Last edited:
My Bad, Must have an aura check as well to avoid Spamming of Mend Pet..


Code:
else if (!Me.Pet.HasAura("Mend Pet") && Me.Pet.IsAlive && Me.Pet.Distance < 46 && Me.Pet.HealthPercent < 50)
{
 Cast("Mend Pet");
}
 
Mastah, still need a hunters PVP input? Got multiple season glad in arena and rbg. Both specs (Not survival but no one uses it atm). Drop a PM or just answer here :) Cheers!
 
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
 
Last edited:
I think its anything that can be dispelled normally that has the tag "Magic", ie anything spell-stealable.

Fyi bot is currently grinding from 84->85. Once I hit 85 ill start working on bgbot support.
 
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

Hey mate, basically anything that is "Magic" or "Enrage", so rejuvenation, buffs (fortitude, arcane brill, motw etc), hand of protection (bop), freedom, innervate, avenging wrath, priest shields etc. Enrage for feral in bear or warriors. Alrite cool.
 
Was thinking of something like this:

Code:
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");
}
 
Last edited:
Hey all, very nice CC, however 1 problem :

Everytime I save my HB settings (pull distance, loot mobs off, etc.) after some time it resets the settings to default :(
How can I fix this?
 
Sounds like an HB issue. I don't touch settings.
 
Why does it try to cast ranged spells in melee ?
 
Last edited:
or add range checks be4 throwing an arrow away

Think i'll do that
;)
 
Last edited:
Back
Top