Can you update this to wirk with GB2 please
This. But instead of wirk, please make it work.![]()
When trying to load this CC im getting "unhandled thread exception" error
Any advice plz
Same, Just installed fresh Hb downloaded and installed this and hb just errors when you try to config it.
I realize and was just messing around.For a large portion of members on these forums, english is not a first language.
From the man himselfBoth AB and GB have this fixed. Ask CC authors to add a logic to target pet's target. When you are in combat, has no target, has pet and pet has target
if (StyxWoW.Me.CurrentTarget == null && StyxWoW.Me.GotAlivePet && StyxWoW.Me.Pet.CurrentTarget != null)
{
StyxWoW.Me.Pet.CurrentTarget.Target();
}
new Decorator(
ret => StyxWoW.Me.CurrentTarget == null &&
StyxWoW.Me.GotAlivePet &&
StyxWoW.Me.Pet.CurrentTarget != null,
new Action(ret => StyxWoW.Me.Pet.CurrentTarget.Target()))
From the man himself
Im also getting the damn error while pressing cc config, i also get it if i try to open apocs talent plugin gui.
This has nothing to do with the problem. My CC will already take the Pet's target if the hunter does not have one.
Ok so I think this may actually be a problem with the new version of HB but I thought I would report it here first to see if it is a CC issue.
When running the bot if I get adds my pet will get aggro on the add then my hunter will continue killing the original mob, when it is dead my Hunter will ignore the add and leave my pet attacking it and just continue on it's path. This can be very annoying because whilst my hunter is still running it will pick up more adds (which my pet will take off me) and will usually end up with my pet tanking 7 mobs and being out of range for heals while my hunter is mindlessly running around looking for more mobs.
Log attached.
EDIT: I found a plugin which works as a temp fix for this problem so am still able to run for now![]()
What plugin? I'm having the same problem as described last page.