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!

HB ARCHIVES: Kick's Old Posts Thread--DO NOT DELETE!

Status
Not open for further replies.
Good to hear, I was going to head over there and post myself, I still plowed through that zone with my imba paladin lol!
 
yeah, other than that little "problem" the profile is great.

remember, if your bot d/c's during the great swim, there is a profile that you can load that will grind you to 35 (well, up to 40 actually) and then you can re-load your original profile
 
I've had some issues IRL, so this is unlikely to make it out by tomorrow. Should be in the next week.
 
cc issue, its no longer targetting you, and the CC stops attacking (happens with mordds too). i've let him know about it

Yeah, I PMed him about it a couple of weeks ago, still haven't seen any form of a response from him. :( It's a really easy fix too. For reference (I'll post this in his thread too, I guess), all you have to do is change the code on line 5176 of Convalesce.cs (the current version, aka Beta 2) from:

Code:
if ((!Me.CurrentTarget.Fleeing) || (!Me.CurrentTarget.IsCasting))

to:

Code:
if ((!Me.CurrentTarget.Fleeing) && (!Me.CurrentTarget.IsCasting))

and it should fix that issue.


EDIT: Change that, not going to post in his thread... He's quite clear that he doesn't want anyone posting code changes to his CC. Probably shouldn't even have this here TBH. Wish he would respond to my PMs. :( Several other issues I threw his way too that can cause relatively severe problems.
 
Last edited:
Yeah, I PMed him about it a couple of weeks ago, still haven't seen any form of a response from him. :( It's a really easy fix too. For reference (I'll post this in his thread too, I guess), all you have to do is change the code on line 5176 of Convalesce.cs (the current version, aka Beta 2) from:

Code:
if ((!Me.CurrentTarget.Fleeing) || (!Me.CurrentTarget.IsCasting))

to:

Code:
if ((!Me.CurrentTarget.Fleeing) && (!Me.CurrentTarget.IsCasting))

and it should fix that issue.


EDIT: Change that, not going to post in his thread... He's quite clear that he doesn't want anyone posting code changes to his CC. Probably shouldn't even have this here TBH. Wish he would respond to my PMs. :( Several other issues I threw his way too that can cause relatively severe problems.

I can leave this in his messenger, He's really busy with his family and job... and breakneck. I know I hate being pulled aside when I'm plugged in

Beo, what about the issue that most CC's have with a target that is in combat with another npc? (ie: hyjal rock elementals)
 
Beo, what about the issue that most CC's have with a target that is in combat with another npc? (ie: hyjal rock elementals)

Disclaimer: I haven't specifically tested how some NPC-to-NPC combat scenarios flag the tagged/tapped settings, but I suspect that this should handle it.

Anyways, depends more specifically on how each CC handles it's targeting code. I can give some pseudocode, but to adapt it to a specific CC I'd have to actually take a look at it.

In particular, a CC should not be ignoring a target just because it's targeting something else or even in combat. What they should be doing is:

Code:
if (pUnit.Combat && pUnit.TaggedByOther && !pUnit.TappedByAllThreatLists)
	DropTarget();

If TaggedByOther is true, that means that someone else has already "claimed" the target, AKA even if you attack it and kill it, you will get nothing from it.

If TappedByAllThreatLists is true, that means that everyone that attacks it gets credit, even if you weren't in the party of the first person to engage it.

So, you want to check if it's been "claimed" by someone else and if, by claiming it, they've removed any chance of you getting credit for it. If not, then you're free to attack it.

Much more reliable than just looking at whether it's targeting someone else. Relying specifically on what your target is targeting can have other negative side effects too, such as another player intentionally pulling aggro on a mob you're fighting to test how your char reacts.
 
so far doesn't matter which class I try as soon as I get to lvl 4 to do the class specific quest, it either bugs out before during or after, it will just stop aborting the thread and not continue if start is pressed just standing there, here is a log of during.
 
so far doesn't matter which class I try as soon as I get to lvl 4 to do the class specific quest, it either bugs out before during or after, it will just stop aborting the thread and not continue if start is pressed just standing there, here is a log of during.

Glad you took the time to look 3 posts before yours. /sarcasm

HB problem. Await new release or hand level it out. GL with your character.
 
aaaaaaaaaaaa i really love it!!! hope the new version of hb will fix these bugs but im tryin' it now and i can say your work is really well
cant wait the fix of bugs :D
thanks!
 
I still prefer the stand alone version Mr. Nesox, but I guess I need to know if this works with the latest hb :)

Morga
 
The logic this bot uses is exactly the same as the standalone atm
 
Alrightie, I have been experiencing some trouble using the stand alone and was thinking i could use one of my sessions to see if it clears up.

Morga
 
Hello i don't know if i'm the only one with this bug or what but, whenever it go to train, it just stand there doing nothing. Not even targeting the trainer. But as soon as i rightclick the trainer myself, it trains and then run back to grind.

Race: Worgen
Class: Druid
Trainer: Celestine of the Harvest in SW
 
Hello i don't know if i'm the only one with this bug or what but, whenever it go to train, it just stand there doing nothing. Not even targeting the trainer. But as soon as i rightclick the trainer myself, it trains and then run back to grind.

Race: Worgen
Class: Druid
Trainer: Celestine of the Harvest in SW

Error with HB. =(

hit up the bugtracker and post a log so they can fix it :)
 
Hey Kickazz just wanted to let you know.. I've finished two characters with your profile 1-60, a prot pally an a druid, I just wanted to say thanks for all the work you put into these profiles.. It really got me too 60 quick an I didn't have to baby sit at all, only time I really messed with it was when I would decide to update gear or sell shit in ah..
 
Error with HB. =(

hit up the bugtracker and post a log so they can fix it :)

So untill they fix it, could i just turn off auto learn spells and just learn them manually instead? As it sucks big time to wake up in the morning and just see the bot standing at trainer :-)
 
Status
Not open for further replies.
Back
Top