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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Fpsware Hunter

When trying to load this CC im getting "unhandled thread exception" error
Any advice plz

How do you expect me to anser that question? I can't magically see what is going wrong.

Go back and read the instructions on the first page.
 
Just installed and tried using and immediately got errors, when i clicked CC Config button in HB it gave me an error and wouldn't let me config it. Please look at my log.
 
Did you load any profile? I think this caused the NullReferenceException..

/edit

nvm, I missed the "clicked CC Config button"..
 
Last edited:
Same, Just installed fresh Hb downloaded and installed this and hb just errors when you try to config it.

Before you click the CC Config button, you hit the START button on HB right? As it says on the first page.
 
For a large portion of members on these forums, english is not a first language.
I realize and was just messing around. :)

Also, since you said you've never used GB2. I attached a log of my session last night. The hunter would never attack, he'd send the pet into attack. If you started attacking for it the hunter would do a few attacks like 1 trap and maybe 1 or 2 abilities but it did not look like it was doing it's whole rotation even when you helped it out.

Thanks! -removed attachment because I realized it included personal info including toons name. Will repost once I clean it out.-
 
Both 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
 
This has nothing to do with the problem. My CC will already take the Pet's target if the hunter does not have one.

That may be the case, but I have been using your CC on a hunter today and I noticed that there were times when a mob would attack my pet, the pet would engage, and even though I had the mob targeted it did not start to attack the mob and eventually started to walk away while the pet continued tanking it. Eventually the pet would die or I would run far enough away that I would just Call Pet after getting out of range.

I think it's worth looking into.
 
Not killing adds

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 :)
 

Attachments

Last edited:
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.
 
Yeah I picked up Combat Helper before I saw your reply, looks like it does the same thing. Guess I'll just use that since fpsware refuses to acknowledge the problem.
 
Back
Top