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

Blackspots ignored by combat routine

h4x0r

New Member
Joined
May 9, 2010
Messages
65
Reaction score
1
Hi, I have a profile with loads of blackspots, but the default combat routine thats shipped with honorbuddy keeps fighting mobs in the blackspots resulting in death.
I've mapped the entire lava area in Stonefury Cliffs but it just keeps pulling mobs in the blackspot and keeps running in the blackspots.
Talking about lava, static aoe effects etc.. which I added as a black spot.

Is there a way to prevent the bot from entering the blackspots? Cause I need to cross the lava and the mobs in there are the same faction as the ones I'm farming.

Bot: Grindbuddy
Combat Routine: Default Paladin
HB: Latest version default install
Plug-ins: Default settings etc..
Partial log(original was 86 MB):View attachment 146304 2015-01-24 05.28 - Copy.txt
 
Last edited:
the combat routine doesnt check blackspots. blackspots are to prevent you from going into the area in the first place. so you need to modify your profile to avoid the area so it wont pull mobs into the places you dont want it to fight.
 
Well I tried making the blackspot bigger and also added the mobs to the avoid list with the following code:
<Blackspots>
<Blackspot X="7576.077" Y="4911.224" Z="132.9647" Radius="63.4863" />
<Blackspot X="7630.599" Y="4915.292" Z="126.5314" Radius="74.76687" />
<Blackspot X="7684.514" Y="4914.692" Z="128.7118" Radius="81.3125" />
</Blackspots>

<AvoidMobs>
<Mob Name="Tor'goroth" Entry="82618" />
<Mob Name="Magma Elemental" Entry="77988" />
</AvoidMobs>

But it just keeps attacking them.. it's getting quite annoying. Got any solution for me?
 
Ok so I got tiered of this freaking bug and just forced a target distance in my profile. it will skip some mobs now but at least it does not enter the blackspot area or target the mobs it should avoid..

Current Solution I have applied:
<TargetingDistance>15</TargetingDistance>
 
Back
Top